Move gmm callbacks to shared

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2021-09-23 20:20:46 +00:00
committed by Compute-Runtime-Automation
parent d622fd71f0
commit bdd1a2be8f
10 changed files with 8 additions and 24 deletions

View File

@@ -0,0 +1,14 @@
/*
* Copyright (C) 2019-2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/gen12lp/hw_cmds.h"
#include "shared/source/helpers/windows/gmm_callbacks_tgllp_and_later.inl"
namespace NEO {
template struct DeviceCallbacks<TGLLPFamily>;
template struct TTCallbacks<TGLLPFamily>;
} // namespace NEO