2017-12-21 00:45:38 +01:00
|
|
|
/*
|
2022-07-25 15:30:11 +00:00
|
|
|
* Copyright (C) 2018-2022 Intel Corporation
|
2017-12-21 00:45:38 +01:00
|
|
|
*
|
2018-09-18 09:11:08 +02:00
|
|
|
* SPDX-License-Identifier: MIT
|
2017-12-21 00:45:38 +01:00
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2021-12-08 20:25:47 +00:00
|
|
|
#include "shared/source/gen9/hw_cmds_base.h"
|
2020-02-24 10:22:30 +01:00
|
|
|
|
2020-02-22 22:50:57 +01:00
|
|
|
#include "opencl/source/mem_obj/image.inl"
|
2019-02-27 11:39:32 +01:00
|
|
|
|
2019-03-26 11:59:46 +01:00
|
|
|
namespace NEO {
|
2017-12-21 00:45:38 +01:00
|
|
|
|
2022-07-25 15:30:11 +00:00
|
|
|
using Family = Gen9Family;
|
2017-12-21 00:45:38 +01:00
|
|
|
static auto gfxCore = IGFX_GEN9_CORE;
|
2021-12-08 20:25:47 +00:00
|
|
|
} // namespace NEO
|
2017-12-21 00:45:38 +01:00
|
|
|
|
2021-12-08 20:25:47 +00:00
|
|
|
// factory initializer
|
2020-02-22 22:50:57 +01:00
|
|
|
#include "opencl/source/mem_obj/image_factory_init.inl"
|