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

16 lines
374 B
C++

/*
* Copyright (C) 2018-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen9/hw_cmds_base.h"
#include "shared/source/helpers/windows/gmm_callbacks.h"
#include "shared/source/helpers/windows/gmm_callbacks.inl"
namespace NEO {
template struct DeviceCallbacks<Gen9Family>;
template struct TTCallbacks<Gen9Family>;
} // namespace NEO