SWDEV-488922 - Document the usage of DEBUG_HIP_7_PREVIEW

hipGetLastError API's behavior matches with its corresponding
CUDA API when this variable is set to 1

Change-Id: I661af7083e9c8dfc5e4f2003e39702ece4ccfa21
Este commit está contenido en:
Satyanvesh Dittakavi
2024-11-15 18:07:59 +00:00
padre 58a132446d
commit db56cec3ab
+8
Ver fichero
@@ -369,6 +369,14 @@ Here are some of the more commonly used environment variables:
number does not apply to hardware queues that are created for CU-masked HIP streams, or
cooperative queues for HIP Cooperative Groups (single queue per device).
* - DEBUG_HIP_7_PREVIEW
|break| Enable preview of upcoming runtime changes that break backward compatibility.
These changes might require updating existing application code to support the new behavior.
The new behavior will become default in a future major release and this environment
variable will no longer be needed.
- 0
- 0x1: Match the behavior of hipGetLastError with its corresponding CUDA API
General debugging tips
======================================================