swr/rast: increase number of possible draws in flight
Increases performance of some large workloads on KNL by ~30%. Reviewed-by: Bruce Cherniak <bruce.cherniak at intel.com>
This commit is contained in:
@@ -130,7 +130,7 @@ KNOBS = [
|
||||
|
||||
['MAX_DRAWS_IN_FLIGHT', {
|
||||
'type' : 'uint32_t',
|
||||
'default' : '128',
|
||||
'default' : '256',
|
||||
'desc' : ['Maximum number of draws outstanding before API thread blocks.',
|
||||
'This value MUST be evenly divisible into 2^32'],
|
||||
'category' : 'perf',
|
||||
|
||||
Reference in New Issue
Block a user