mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00
20 lines
362 B
C++
20 lines
362 B
C++
/*
|
|
* Copyright (C) 2018-2022 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 = Gen9Family;
|
|
static auto gfxCore = IGFX_GEN9_CORE;
|
|
} // namespace NEO
|
|
|
|
// factory initializer
|
|
#include "opencl/source/mem_obj/image_factory_init.inl"
|