mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 13:33:02 +08:00
Enable RelaxedOrdering mode only if there are more than 2 clients
Related-To: NEO-7458 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
34b8f08fc6
commit
1b488224fb
@@ -339,6 +339,7 @@ DECLARE_DEBUG_VARIABLE(int32_t, DirectSubmissionDisablePrefetcher, -1, "-1: defa
|
||||
DECLARE_DEBUG_VARIABLE(int32_t, DirectSubmissionRelaxedOrdering, -1, "-1: default, 0 - disable, 1 - enable. If enabled, tasks sent to direct submission ring may be dispatched out of order")
|
||||
DECLARE_DEBUG_VARIABLE(int32_t, DirectSubmissionRelaxedOrderingForBcs, -1, "-1: default, 0 - disable, 1 - enable. If set, enable RelaxedOrdering feature for BCS engine")
|
||||
DECLARE_DEBUG_VARIABLE(int32_t, DirectSubmissionRelaxedOrderingQueueSizeLimit, -1, "-1: default, >0: Max gpu queue size. If limit is reached, scheduler wont consume new work")
|
||||
DECLARE_DEBUG_VARIABLE(int32_t, DirectSubmissionRelaxedOrderingMinNumberOfClients, -1, "-1: default, >0: Enables RelaxedOrdering mode only if specified number of clients is assigned to given CSR.")
|
||||
DECLARE_DEBUG_VARIABLE(bool, DirectSubmissionPrintBuffers, false, "Print address of submitted command buffers")
|
||||
|
||||
/*FEATURE FLAGS*/
|
||||
|
||||
@@ -497,4 +497,5 @@ DirectSubmissionRelaxedOrderingQueueSizeLimit = -1
|
||||
ExperimentalForceCopyThroughLock = -1
|
||||
NumberOfRegularContextsPerEngine = -1
|
||||
EnableMultipleRegularContextForBcs = -1
|
||||
AppendAubStreamContextFlags = -1
|
||||
AppendAubStreamContextFlags = -1
|
||||
DirectSubmissionRelaxedOrderingMinNumberOfClients = -1
|
||||
Reference in New Issue
Block a user