Disable round robin engine assign on PVC

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2022-06-17 10:14:50 +00:00
committed by Compute-Runtime-Automation
parent 5f985a012a
commit f98c6b1a8b
12 changed files with 28 additions and 15 deletions

View File

@ -137,7 +137,7 @@ void CommandQueue::initializeGpgpu() const {
!this->isSpecialCommandQueue &&
!this->queueFamilySelected &&
!(getCmdQueueProperties<cl_queue_priority_khr>(propertiesVector.data(), CL_QUEUE_PRIORITY_KHR) & static_cast<cl_queue_priority_khr>(CL_QUEUE_PRIORITY_LOW_KHR)) &&
hwHelper.isAssignEngineRoundRobinSupported() &&
hwHelper.isAssignEngineRoundRobinSupported(hwInfo) &&
this->isAssignEngineRoundRobinEnabled();
if (assignEngineRoundRobin) {