mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-04 23:56:39 +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
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2021-2022 Intel Corporation
|
||||
* Copyright (C) 2021-2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -93,7 +93,7 @@ const StackVec<uint32_t, 6> GfxCoreHelperHw<Family>::getThreadsPerEUConfigs() co
|
||||
}
|
||||
|
||||
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_dot_accumulate ";
|
||||
extensions += "cl_intel_subgroup_local_block_io ";
|
||||
|
||||
Reference in New Issue
Block a user