mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 15:53:45 +08:00
feature: new heuristic to enable relaxed ordering 2
Related-To: NEO-13431 Signed-off-by: Dunajski, Bartosz <bartosz.dunajski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8f671cb6a8
commit
37e81d2a11
@@ -103,6 +103,7 @@ class DirectSubmissionHw {
|
||||
}
|
||||
|
||||
virtual void unblockPagingFenceSemaphore(uint64_t pagingFenceValue){};
|
||||
uint32_t getRelaxedOrderingQueueSize() const { return currentRelaxedOrderingQueueSize; }
|
||||
|
||||
protected:
|
||||
static constexpr size_t prefetchSize = 8 * MemoryConstants::cacheLineSize;
|
||||
|
||||
Reference in New Issue
Block a user