16 lines
304 B
C++
16 lines
304 B
C++
/*
|
|
* Copyright (C) 2018 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "hw_cmds.h"
|
|
#include "runtime/helpers/gmm_callbacks.h"
|
|
#include "runtime/helpers/gmm_callbacks.inl"
|
|
|
|
using namespace OCLRT;
|
|
|
|
template struct DeviceCallbacks<BDWFamily>;
|
|
template struct TTCallbacks<BDWFamily>;
|