Add new parameter to functions

Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
Maciej Dziuban
2021-08-17 14:15:49 +00:00
committed by Compute-Runtime-Automation
parent 40ba803418
commit 78fa40fac0
7 changed files with 8 additions and 7 deletions

View File

@@ -85,7 +85,7 @@ CommandQueue::CommandQueue(Context *context, ClDevice *device, const cl_queue_pr
if (bcsAllowed) {
auto &neoDevice = device->getDeviceById(0)->getDevice();
auto &selectorCopyEngine = neoDevice.getSelectorCopyEngine();
auto bcsEngineType = EngineHelpers::getBcsEngineType(hwInfo, selectorCopyEngine, internalUsage);
auto bcsEngineType = EngineHelpers::getBcsEngineType(hwInfo, device->getDeviceBitfield(), selectorCopyEngine, internalUsage);
bcsEngine = neoDevice.tryGetEngine(bcsEngineType, EngineUsage::Regular);
}
}