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:
Dunajski, Bartosz
2024-12-09 09:55:26 +00:00
committed by Compute-Runtime-Automation
parent 8f671cb6a8
commit 37e81d2a11
11 changed files with 214 additions and 6 deletions

View File

@@ -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;