2017-12-21 07:45:38 +08:00
|
|
|
/*
|
2019-02-27 18:39:32 +08:00
|
|
|
* Copyright (C) 2017-2019 Intel Corporation
|
2017-12-21 07:45:38 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2017-12-21 07:45:38 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "runtime/sampler/sampler.h"
|
|
|
|
#include "runtime/sampler/sampler.inl"
|
|
|
|
|
2019-02-27 18:39:32 +08:00
|
|
|
#include "hw_cmds.h"
|
|
|
|
|
2017-12-21 07:45:38 +08:00
|
|
|
namespace OCLRT {
|
|
|
|
|
|
|
|
typedef BDWFamily Family;
|
|
|
|
static auto gfxCore = IGFX_GEN8_CORE;
|
|
|
|
|
|
|
|
#include "runtime/sampler/sampler_factory_init.inl"
|
2018-06-13 03:54:39 +08:00
|
|
|
} // namespace OCLRT
|