mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-10 05:49:51 +08:00
includes refactor
Change-Id: I4dd85112b20b26fe1ecc95b8098cb160548db1d4 Signed-off-by: Artur Harasimiuk <artur.harasimiuk@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
cfe1d76781
commit
0dbcac46bd
@@ -1,31 +0,0 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#include "shared/source/helpers/constants.h"
|
||||
|
||||
#include "opencl/source/gen_common/aub_mapper_base.h"
|
||||
|
||||
#include "engine_node.h"
|
||||
|
||||
namespace NEO {
|
||||
struct BDWFamily;
|
||||
|
||||
template <>
|
||||
struct AUBFamilyMapper<BDWFamily> {
|
||||
enum { device = AubMemDump::DeviceValues::Bdw };
|
||||
|
||||
using AubTraits = AubMemDump::Traits<device, MemoryConstants::GfxAddressBits>;
|
||||
|
||||
static const AubMemDump::LrcaHelper *const csTraits[aub_stream::NUM_ENGINES];
|
||||
|
||||
static const MMIOList globalMMIO;
|
||||
static const MMIOList *perEngineMMIO[aub_stream::NUM_ENGINES];
|
||||
|
||||
typedef AubMemDump::AubDump<AubTraits> AUB;
|
||||
};
|
||||
} // namespace NEO
|
||||
@@ -5,14 +5,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "shared/source/gen8/aub_mapper.h"
|
||||
#include "shared/source/helpers/hw_helper.h"
|
||||
|
||||
#include "opencl/source/aub/aub_helper_bdw_plus.inl"
|
||||
#include "opencl/source/aub_mem_dump/aub_alloc_dump.inl"
|
||||
#include "opencl/source/aub_mem_dump/aub_mem_dump.inl"
|
||||
|
||||
#include "aub_mapper.h"
|
||||
|
||||
namespace AubMemDump {
|
||||
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user