You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like XNACK and HSA_XNACK are used interchangeably in the unified memory section of the docs. It would be great to clarify whether both are okay, or correct this if it's an oversight to facilitate documentation searches.
// This example requires HMM support and the environment variable HSA_XNACK needs to be set to 1
Perhaps HSA_XNACK (or XNACK?) should also be listed under "memory management related variables" or another appropriate section of the environment variable reference.
Hi AMD folks,
Looks like
XNACK
andHSA_XNACK
are used interchangeably in the unified memory section of the docs. It would be great to clarify whether both are okay, or correct this if it's an oversight to facilitate documentation searches.Use of simply
XNACK
:HIP/docs/how-to/hip_runtime_api/memory_management/unified_memory.rst
Line 113 in 656bc13
HIP/docs/how-to/hip_runtime_api/memory_management/unified_memory.rst
Line 143 in 656bc13
HIP/docs/how-to/hip_runtime_api/memory_management/unified_memory.rst
Lines 162 to 165 in 656bc13
Use of
HSA_XNACK
:HIP/docs/how-to/hip_runtime_api/memory_management/unified_memory.rst
Line 389 in 656bc13
Perhaps
HSA_XNACK
(orXNACK?
) should also be listed under "memory management related variables" or another appropriate section of the environment variable reference.HIP/docs/reference/env_variables.rst
Line 74 in 656bc13
The text was updated successfully, but these errors were encountered: