Implement BCS selection heuristic for OpenCL CommandQueue

Related-To: NEO-6057
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
Maciej Dziuban
2021-10-06 17:40:30 +00:00
committed by Compute-Runtime-Automation
parent 3bff852ac0
commit 4c4b37f8d2
6 changed files with 272 additions and 48 deletions

View File

@@ -21,7 +21,6 @@ class MockCommandQueue : public CommandQueue {
using CommandQueue::bcsEngines;
using CommandQueue::blitEnqueueAllowed;
using CommandQueue::blitEnqueueImageAllowed;
using CommandQueue::blitEnqueuePreferred;
using CommandQueue::bufferCpuCopyAllowed;
using CommandQueue::device;
using CommandQueue::gpgpuEngine;