SWDEV-505833 - Remove DEBUG_CLR_SKIP_RELEASE_SCOPE flag (#735)

Cleanup debug flag DEBUG_CLR_SKIP_RELEASE_SCOPE
This commit is contained in:
Xie, Pengda
2025-08-05 08:31:55 -07:00
committed by GitHub
parent 111f12cbed
commit 4121a860bf
2 changed files with 0 additions and 8 deletions
-2
View File
@@ -265,8 +265,6 @@ release(bool, DEBUG_HIP_KERNARG_COPY_OPT, true, \
"Enable/Disable multiple kern arg copies") \
release(bool, DEBUG_CLR_KERNARG_HDP_FLUSH_WA, false, \
"Toggle kernel arg copy workaround") \
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, true, \