SWDEV-531711 - Enable skipping host side abort when GPU crashes. (#380)

Co-authored-by: kjayapra-amd <karthik.jayaprakash@amd.com>

[ROCm/clr commit: 3930ae2524]
Этот коммит содержится в:
Harrymanoharan, Jessey
2025-05-26 08:22:02 -04:00
коммит произвёл GitHub
родитель 983a5925c6
Коммит 1868e4e595
+1 -1
Просмотреть файл
@@ -273,7 +273,7 @@ release(bool, DEBUG_CLR_SKIP_RELEASE_SCOPE, false, \
"Forces release scope to SCOPE_NONE for aql packets") \
release(bool, DEBUG_HIP_DYNAMIC_QUEUES, false, \
"Forces dynamic queue management") \
release(uint, HIP_SKIP_ABORT_ON_GPU_ERROR, false, \
release(uint, HIP_SKIP_ABORT_ON_GPU_ERROR, true, \
"Set this to true, to avoid host side abort for GPU errors") \
release(bool, HIP_FORCE_SPIRV_CODEOBJECT, false, \
"Force use of SPIRV instead of device specific code object.") \