mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-06 19:32:25 +08:00
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:
committed by
Compute-Runtime-Automation
parent
004d3e3416
commit
7b7c28cb40
@@ -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 ";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user