mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-27 07:44:16 +08:00
Change-Id: I3fc55321f92d02419c4c04e6d1bc28b09b306c0f Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
19 lines
357 B
C++
19 lines
357 B
C++
/*
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/gen11/hw_cmds.h"
|
|
#include "runtime/sampler/sampler.h"
|
|
#include "runtime/sampler/sampler.inl"
|
|
|
|
namespace NEO {
|
|
|
|
typedef ICLFamily Family;
|
|
static auto gfxCore = IGFX_GEN11_CORE;
|
|
|
|
#include "runtime/sampler/sampler_factory_init.inl"
|
|
} // namespace NEO
|