mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
Change-Id: I34eb993b562c77f56d8fbd51a02ee266c1f76678 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
16 lines
316 B
C++
16 lines
316 B
C++
/*
|
|
* Copyright (C) 2019-2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/source/gen12lp/hw_cmds.h"
|
|
|
|
#include "opencl/source/helpers/windows/gmm_callbacks_tgllp_plus.inl"
|
|
|
|
using namespace NEO;
|
|
|
|
template struct DeviceCallbacks<TGLLPFamily>;
|
|
template struct TTCallbacks<TGLLPFamily>;
|