2019-09-19 01:32:33 +08:00
|
|
|
/*
|
2022-05-25 22:39:35 +08:00
|
|
|
* Copyright (C) 2019-2022 Intel Corporation
|
2019-09-19 01:32:33 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2022-05-25 22:39:35 +08:00
|
|
|
#include "shared/source/gen12lp/hw_cmds_base.h"
|
2021-09-24 04:20:46 +08:00
|
|
|
#include "shared/source/helpers/windows/gmm_callbacks_tgllp_and_later.inl"
|
2019-09-19 01:32:33 +08:00
|
|
|
|
2021-06-08 03:47:12 +08:00
|
|
|
namespace NEO {
|
2022-07-25 23:30:11 +08:00
|
|
|
template struct DeviceCallbacks<Gen12LpFamily>;
|
|
|
|
template struct TTCallbacks<Gen12LpFamily>;
|
2021-06-08 03:47:12 +08:00
|
|
|
} // namespace NEO
|