Files
compute-runtime/shared/source/gen12lp/image_core_gen12lp.cpp
Maciej Plewka e87056fb4d Implement WA for 2d Images
Related-To: NEO-5659, NEO-5654, NEO-5653

Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
2021-07-26 10:26:28 +02:00

20 lines
392 B
C++

/*
* Copyright (C) 2020-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen12lp/hw_cmds.h"
#include "shared/source/image/image_surface_state.h"
namespace NEO {
using Family = TGLLPFamily;
// clang-format off
#include "shared/source/image/image_bdw_plus.inl"
#include "shared/source/image/image_skl_plus.inl"
// clang-format on
} // namespace NEO