Add template structs for L1 cache policy helper

Related-To: NEO-7003

Signed-off-by: Szymon Morek <szymon.morek@intel.com>
This commit is contained in:
Szymon Morek
2022-07-14 10:37:55 +00:00
committed by Compute-Runtime-Automation
parent 8905fb0174
commit 9203f8787b
13 changed files with 73 additions and 4 deletions

View File

@@ -16,6 +16,7 @@
namespace NEO {
#ifdef SUPPORT_BDW
template struct L1CachePolicyHelper<IGFX_BROADWELL>;
static EnableGfxProductHw<IGFX_BROADWELL> enableGfxProductHwBDW;
#include "shared/source/gen8/compiler_hw_info_config_bdw.inl"