mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
14 lines
273 B
C++
14 lines
273 B
C++
/*
|
|
* Copyright (C) 2019-2021 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "opencl/source/sampler/sampler.h"
|
|
#include "opencl/source/sampler/sampler.inl"
|
|
|
|
namespace NEO {
|
|
#include "opencl/source/sampler/sampler_factory_init.inl"
|
|
} // namespace NEO
|