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:
committed by
GitHub
parent
cd9bc61559
commit
9b018165ce
@@ -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," \
|
||||
|
||||
Reference in New Issue
Block a user