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

Dynamic queue management will be disabled by default and
the original sort logic is restored
このコミットが含まれているのは:
Andryeyev, German
2025-05-05 10:56:35 -04:00
committed by GitHub
コミット 9b018165ce
2個のファイルの変更5行の追加1行の削除
+1 -1
ファイルの表示
@@ -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," \