Add support for Gen11 platform

Related-To: NEO-2388

Change-Id: I4da92efe7f875f409cd62519a31ed4509b55bda7
Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
This commit is contained in:
Jacek Danecki
2019-01-10 15:36:57 +01:00
parent 024c54a909
commit 4b2bb188b7
106 changed files with 10023 additions and 11 deletions

View File

@@ -0,0 +1,19 @@
/*
* Copyright (C) 2018-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "runtime/sampler/sampler.h"
#include "runtime/sampler/sampler.inl"
#include "hw_cmds.h"
namespace NEO {
typedef ICLFamily Family;
static auto gfxCore = IGFX_GEN11_CORE;
#include "runtime/sampler/sampler_factory_init.inl"
} // namespace NEO