From 1868e4e595893cef4e61532ea91580c45dbe97b9 Mon Sep 17 00:00:00 2001 From: "Harrymanoharan, Jessey" Date: Mon, 26 May 2025 08:22:02 -0400 Subject: [PATCH] SWDEV-531711 - Enable skipping host side abort when GPU crashes. (#380) Co-authored-by: kjayapra-amd [ROCm/clr commit: 3930ae2524302fd90c771cae8052f33e61ec0ae7] --- projects/clr/rocclr/utils/flags.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/rocclr/utils/flags.hpp b/projects/clr/rocclr/utils/flags.hpp index 9a0da64181..04735f99ce 100644 --- a/projects/clr/rocclr/utils/flags.hpp +++ b/projects/clr/rocclr/utils/flags.hpp @@ -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.") \