mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Move gmm callbacks to shared
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d622fd71f0
commit
bdd1a2be8f
14
shared/source/gen12lp/windows/gmm_callbacks_gen12lp.cpp
Normal file
14
shared/source/gen12lp/windows/gmm_callbacks_gen12lp.cpp
Normal 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
|
||||
Reference in New Issue
Block a user