compute-runtime/runtime/gen10/windows/gmm_callbacks_gen10.cpp

17 lines
308 B
C++

/*
* Copyright (C) 2017-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<CNLFamily>;
template struct TTCallbacks<CNLFamily>;