SWDEV-329687 - update hip docs (#2632)

Change-Id: Iad6e7bf270a6a57256f8f38b67b7f7c504da2c5b


[ROCm/hip commit: 7e114089c3]
This commit is contained in:
ROCm CI Service Account
2022-05-09 21:51:59 +05:30
committad av GitHub
förälder 4a74649360
incheckning 903b30779c
3 ändrade filer med 5 tillägg och 6 borttagningar
+1 -1
Visa fil
@@ -261,7 +261,7 @@ The following is the summary of the most useful environment variables in HIP.
| AMD_SERIALIZE_KERNEL <br><sub> Serialize kernel enqueue. </sub> | 0 | 1: Wait for completion before enqueue. <br> 2: Wait for completion after enqueue. <br> 3: Both. |
| AMD_SERIALIZE_COPY <br><sub> Serialize copies. </sub> | 0 | 1: Wait for completion before enqueue. <br> 2: Wait for completion after enqueue. <br> 3: Both. |
| HIP_HOST_COHERENT <br><sub> Coherent memory in hipHostMalloc. </sub> | 0 | 0: memory is not coherent between host and GPU. <br> 1: memory is coherent with host. |
| AMD_DIRECT_DISPATCH <br><sub> Enable direct kernel dispatch. </sub> | 0 | 0: Disable. <br> 1: Enable. |
| AMD_DIRECT_DISPATCH <br><sub> Enable direct kernel dispatch. </sub> | 1 | 0: Disable. <br> 1: Enable. |
## General Debugging Tips