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

@@ -13,7 +13,7 @@ bool isBcs(aub_stream::EngineType engineType) {
return engineType == aub_stream::ENGINE_BCS;
}
aub_stream::EngineType getBcsEngineType(const HardwareInfo &hwInfo, SelectorCopyEngine &selectorCopyEngine, bool internalUsage) {
aub_stream::EngineType getBcsEngineType(const HardwareInfo &hwInfo, const DeviceBitfield &deviceBitfield, SelectorCopyEngine &selectorCopyEngine, bool internalUsage) {
return aub_stream::EngineType::ENGINE_BCS;
}