compute-runtime/runtime/gen9/windows/gmm_callbacks_gen9.cpp

17 lines
310 B
C++
Raw Normal View History

/*
* 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 OCLRT;
template struct DeviceCallbacks<SKLFamily>;
template struct TTCallbacks<SKLFamily>;