refactor: don't use global ProductHelper getter 19/n

Related-To: NEO-6853
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
Kamil Kopryk
2023-01-30 00:53:04 +00:00
committed by Compute-Runtime-Automation
parent 004d3e3416
commit 7b7c28cb40
29 changed files with 120 additions and 75 deletions

View File

@@ -134,7 +134,7 @@ EngineGroupType GfxCoreHelperHw<Family>::getEngineGroupType(aub_stream::EngineTy
}
template <>
std::string GfxCoreHelperHw<Family>::getExtensions(const HardwareInfo &hwInfo) const {
std::string GfxCoreHelperHw<Family>::getExtensions(const RootDeviceEnvironment &rootDeviceEnvironment) const {
std::string extensions;
extensions += "cl_intel_subgroup_local_block_io ";