Delete TypeSelector helper

Change-Id: Iff5fe62d31fa7b07658cfcf81ebd2c12d47e2b3b
Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
Maciej Dziuban
2018-09-27 15:08:57 +02:00
committed by sys_ocldev
parent 2f7158e035
commit 130a7ac8b8
15 changed files with 48 additions and 114 deletions

View File

@@ -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];