2019-09-18 19:32:33 +02:00
|
|
|
/*
|
2021-06-07 21:47:12 +02:00
|
|
|
* Copyright (C) 2019-2021 Intel Corporation
|
2019-09-18 19:32:33 +02:00
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
2020-02-23 22:44:01 +01:00
|
|
|
#include "shared/source/gen12lp/hw_cmds.h"
|
2020-02-24 10:22:30 +01:00
|
|
|
|
2021-08-03 11:48:35 +00:00
|
|
|
#include "opencl/source/helpers/windows/gmm_callbacks_tgllp_and_later.inl"
|
2019-09-18 19:32:33 +02:00
|
|
|
|
2021-06-07 21:47:12 +02:00
|
|
|
namespace NEO {
|
2019-09-18 19:32:33 +02:00
|
|
|
template struct DeviceCallbacks<TGLLPFamily>;
|
|
|
|
|
template struct TTCallbacks<TGLLPFamily>;
|
2021-06-07 21:47:12 +02:00
|
|
|
} // namespace NEO
|