mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
Delete TypeSelector helper
Change-Id: Iff5fe62d31fa7b07658cfcf81ebd2c12d47e2b3b Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
2f7158e035
commit
130a7ac8b8
@@ -7,6 +7,7 @@
|
||||
|
||||
#pragma once
|
||||
#include "runtime/gen_common/aub_mapper_base.h"
|
||||
#include "runtime/memory_manager/memory_constants.h"
|
||||
|
||||
namespace OCLRT {
|
||||
struct BDWFamily;
|
||||
@@ -15,7 +16,7 @@ template <>
|
||||
struct AUBFamilyMapper<BDWFamily> {
|
||||
enum { device = AubMemDump::DeviceValues::Bdw };
|
||||
|
||||
typedef AubMemDump::Traits<device, GfxAddressBits::value> AubTraits;
|
||||
using AubTraits = AubMemDump::Traits<device, MemoryConstants::GfxAddressBits>;
|
||||
|
||||
static const AubMemDump::LrcaHelper *csTraits[EngineType::NUM_ENGINES];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user