mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-22 19:29:06 +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
20
shared/source/gen_common/aub_mapper.h
Normal file
20
shared/source/gen_common/aub_mapper.h
Normal file
@@ -0,0 +1,20 @@
|
||||
/*
|
||||
* Copyright (C) 2017-2020 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
#ifdef SUPPORT_GEN8
|
||||
#include "shared/source/gen8/aub_mapper.h"
|
||||
#endif
|
||||
#ifdef SUPPORT_GEN9
|
||||
#include "shared/source/gen9/aub_mapper.h"
|
||||
#endif
|
||||
#ifdef SUPPORT_GEN11
|
||||
#include "shared/source/gen11/aub_mapper.h"
|
||||
#endif
|
||||
#ifdef SUPPORT_GEN12LP
|
||||
#include "shared/source/gen12lp/aub_mapper.h"
|
||||
#endif
|
||||
Reference in New Issue
Block a user