mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-22 10:17:01 +08:00
feature: Don't terminate ULLS contexts if busy context exists (default)
Controlled with the knob DirectSubmissionControllerContextGroupIdleDetection (note: the feature is enabled by default) Related-To: NEO-13325 Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
b87f25753e
commit
b169105da0
@@ -36,7 +36,7 @@ DirectSubmissionController::DirectSubmissionController() {
|
||||
if (debugManager.flags.DirectSubmissionControllerIdleDetection.get() != -1) {
|
||||
isCsrIdleDetectionEnabled = debugManager.flags.DirectSubmissionControllerIdleDetection.get();
|
||||
}
|
||||
isCsrsContextGroupIdleDetectionEnabled = false;
|
||||
isCsrsContextGroupIdleDetectionEnabled = true;
|
||||
if (debugManager.flags.DirectSubmissionControllerContextGroupIdleDetection.get() != -1) {
|
||||
isCsrsContextGroupIdleDetectionEnabled = debugManager.flags.DirectSubmissionControllerContextGroupIdleDetection.get();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user