SWDEV-528808 - Disable dynamic queue by default (#256)

Dynamic queue management will be disabled by default and
the original sort logic is restored
This commit is contained in:
Andryeyev, German
2025-05-05 10:56:35 -04:00
committed by GitHub
parent cd9bc61559
commit 9b018165ce
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ 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, true, \
release(bool, DEBUG_HIP_DYNAMIC_QUEUES, false, \
"Forces dynamic queue management") \
release(uint, DEBUG_HIP_7_PREVIEW, 0, \
"Enables specific backward incompatible changes support before 7.0," \