20 lines
344 B
C++
20 lines
344 B
C++
/*
|
|
* Copyright (C) 2017-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/sampler/sampler.h"
|
|
#include "runtime/sampler/sampler.inl"
|
|
|
|
#include "hw_cmds.h"
|
|
|
|
namespace NEO {
|
|
|
|
typedef CNLFamily Family;
|
|
static auto gfxCore = IGFX_GEN10_CORE;
|
|
|
|
#include "runtime/sampler/sampler_factory_init.inl"
|
|
} // namespace NEO
|