refactor: Add dedicated method to check if any ULLS light enabled

Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
Lukasz Jobczyk
2025-03-31 15:09:03 +00:00
committed by Compute-Runtime-Automation
parent e3e01e94a0
commit 0a11a96a53
7 changed files with 19 additions and 9 deletions

View File

@@ -107,7 +107,7 @@ CommandQueue::CommandQueue(Context *context, ClDevice *device, const cl_queue_pr
auto &compilerProductHelper = device->getCompilerProductHelper();
auto &rootDeviceEnvironment = device->getRootDeviceEnvironment();
bcsAllowed = !device->getDevice().isAnyDirectSubmissionEnabled(true) &&
bcsAllowed = !device->getDevice().isAnyDirectSubmissionLightEnabled() &&
productHelper.isBlitterFullySupported(hwInfo) &&
gfxCoreHelper.isSubDeviceEngineSupported(rootDeviceEnvironment, device->getDeviceBitfield(), aub_stream::EngineType::ENGINE_BCS);