mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
feature: new heuristic to enable relaxed ordering
Related-To: GSD-10308 Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
75139d2322
commit
526f9c5e81
@@ -377,6 +377,8 @@ class CommandStreamReceiver {
|
||||
return false;
|
||||
}
|
||||
|
||||
virtual uint32_t getDirectSubmissionRelaxedOrderingQueueDepth() const { return 0; }
|
||||
|
||||
virtual bool isKmdWaitOnTaskCountAllowed() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user