Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Update HIP_Debugging.rst #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Programming_Guides/HIP_Debugging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ HIP provides 3 environment variables in the HIP_*_BLOCKING family. These introdu

These options cause HCC to serialize. Useful if you have libraries or code which is calling HCC kernels directly rather than using HIP.

* HCC_SERIALZIE_KERNELS : 0x1=pre-serialize before each kernel launch, 0x2=post-serialize after each kernel launch., 0x3= pre- and post- serialize.
* HCC_SERIALIZE_KERNEL : 0x1=pre-serialize before each kernel launch, 0x2=post-serialize after each kernel launch., 0x3= pre- and post- serialize.

* HCC_SERIALIZE_COPY : 0x1=pre-serialize before each async copy, 0x2=post-serialize after each async copy., 0x3= pre- and post- serialize.

Expand Down