mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-01 04:23:00 +08:00
Change-Id: I3fc55321f92d02419c4c04e6d1bc28b09b306c0f Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
16 lines
320 B
C++
16 lines
320 B
C++
/*
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/gen9/hw_cmds.h"
|
|
#include "runtime/helpers/gmm_callbacks.h"
|
|
#include "runtime/helpers/gmm_callbacks.inl"
|
|
|
|
using namespace NEO;
|
|
|
|
template struct DeviceCallbacks<SKLFamily>;
|
|
template struct TTCallbacks<SKLFamily>;
|