20 lines
361 B
C++
20 lines
361 B
C++
/*
|
|
* 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"
|