compute-runtime/opencl/source/gen9/image_gen9.cpp

20 lines
361 B
C++
Raw Normal View History

/*
* Copyright (C) 2018-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen9/hw_cmds_base.h"
#include "opencl/source/mem_obj/image.inl"
namespace NEO {
using Family = SKLFamily;
static auto gfxCore = IGFX_GEN9_CORE;
} // namespace NEO
// factory initializer
#include "opencl/source/mem_obj/image_factory_init.inl"