mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-19 06:24:51 +08:00
Related-To: NEO-2388 Change-Id: I4da92efe7f875f409cd62519a31ed4509b55bda7 Signed-off-by: Jacek Danecki <jacek.danecki@intel.com>
17 lines
308 B
C++
17 lines
308 B
C++
/*
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/helpers/gmm_callbacks.h"
|
|
#include "runtime/helpers/gmm_callbacks.inl"
|
|
|
|
#include "hw_cmds.h"
|
|
|
|
using namespace NEO;
|
|
|
|
template struct DeviceCallbacks<ICLFamily>;
|
|
template struct TTCallbacks<ICLFamily>;
|