compute-runtime/runtime/gen8/windows/gmm_callbacks_gen8.cpp

16 lines
317 B
C++

/*
* Copyright (C) 2018-2019 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "core/gen8/hw_cmds.h"
#include "runtime/helpers/gmm_callbacks.h"
#include "runtime/helpers/gmm_callbacks.inl"
using namespace NEO;
template struct DeviceCallbacks<BDWFamily>;
template struct TTCallbacks<BDWFamily>;