compute-runtime/shared/source/gen_common/aub_mapper.h

21 lines
392 B
C
Raw Normal View History

/*
* 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