Update BCS test checker

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2021-07-29 11:25:06 +00:00
committed by Compute-Runtime-Automation
parent 89144e494d
commit 949c90fc0d

View File

@@ -19,7 +19,7 @@ bool TestChecks::supportsBlitter(const HardwareInfo *pHardwareInfo) {
auto engines = HwHelper::get(::renderCoreFamily).getGpgpuEngineInstances(*pHardwareInfo);
for (const auto &engine : engines) {
if (engine.first == aub_stream::EngineType::ENGINE_BCS) {
return true;
return pHardwareInfo->capabilityTable.blitterOperationsSupported;
}
}
return false;