mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Refactor per platform extra settings in ocloc
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com> Related-To: NEO-6382
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
515130dbe8
commit
03540d5301
11
shared/source/gen8/compiler_hw_info_config_bdw.inl
Normal file
11
shared/source/gen8/compiler_hw_info_config_bdw.inl
Normal file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
* Copyright (C) 2021 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
template <>
|
||||
bool CompilerHwInfoConfigHw<IGFX_BROADWELL>::isStatelessToStatefulBufferOffsetSupported() const {
|
||||
return false;
|
||||
}
|
||||
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "shared/source/gen8/hw_cmds.h"
|
||||
#include "shared/source/helpers/compiler_hw_info_config_base.inl"
|
||||
#include "shared/source/helpers/compiler_hw_info_config_bdw_and_later.inl"
|
||||
#include "shared/source/helpers/enable_product.inl"
|
||||
#include "shared/source/os_interface/hw_info_config.h"
|
||||
@@ -14,6 +15,8 @@ namespace NEO {
|
||||
|
||||
#ifdef SUPPORT_BDW
|
||||
static EnableGfxProductHw<IGFX_BROADWELL> enableGfxProductHwBDW;
|
||||
|
||||
#include "shared/source/gen8/compiler_hw_info_config_bdw.inl"
|
||||
static EnableCompilerHwInfoConfig<IGFX_BROADWELL> enableCompilerHwInfoConfigBDW;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user