2018-02-05 18:48:58 +08:00
|
|
|
/*
|
2019-02-27 18:39:32 +08:00
|
|
|
* Copyright (C) 2018-2019 Intel Corporation
|
2018-02-05 18:48:58 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2018-02-05 18:48:58 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2018-08-17 19:38:09 +08:00
|
|
|
#include "runtime/helpers/gmm_callbacks.h"
|
|
|
|
#include "runtime/helpers/gmm_callbacks.inl"
|
2018-02-05 18:48:58 +08:00
|
|
|
|
2019-02-27 18:39:32 +08:00
|
|
|
#include "hw_cmds.h"
|
|
|
|
|
2018-02-05 18:48:58 +08:00
|
|
|
using namespace OCLRT;
|
|
|
|
|
2018-08-17 19:38:09 +08:00
|
|
|
template struct DeviceCallbacks<SKLFamily>;
|
2018-02-05 18:48:58 +08:00
|
|
|
template struct TTCallbacks<SKLFamily>;
|