compute-runtime/shared/source/gen11/image_core_gen11.cpp

20 lines
405 B
C++

/*
* Copyright (C) 2020-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen11/hw_cmds_base.h"
#include "shared/source/image/image_surface_state.h"
namespace NEO {
typedef Gen11Family Family;
// clang-format off
#include "shared/source/image/image_bdw_and_later.inl"
#include "shared/source/image/image_skl_and_later.inl"
// clang-format on
} // namespace NEO