mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-25 05:24:02 +08:00
Return correct engines count in device properties
Change-Id: Ic1272973fd0f5340ac3c2ade43f59021f54f424b Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
8fd40b090d
commit
35d9b4365b
@@ -18,4 +18,8 @@ uint32_t HwHelper::getEnginesCount(const HardwareInfo &hwInfo) {
|
||||
return 1u;
|
||||
}
|
||||
|
||||
uint32_t HwHelper::getCopyEnginesCount(const HardwareInfo &hwInfo) {
|
||||
return hwInfo.capabilityTable.blitterOperationsSupported ? 1 : 0;
|
||||
}
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user