2018-02-05 18:48:58 +08:00
|
|
|
/*
|
2021-06-08 03:47:12 +08:00
|
|
|
* Copyright (C) 2018-2021 Intel Corporation
|
2018-02-05 18:48:58 +08:00
|
|
|
*
|
2018-09-18 15:11:08 +08:00
|
|
|
* SPDX-License-Identifier: MIT
|
2018-02-05 18:48:58 +08:00
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
2020-02-24 05:44:01 +08:00
|
|
|
#include "shared/source/gen8/hw_cmds.h"
|
|
|
|
#include "shared/source/helpers/windows/gmm_callbacks.h"
|
|
|
|
#include "shared/source/helpers/windows/gmm_callbacks.inl"
|
2018-02-05 18:48:58 +08:00
|
|
|
|
2021-06-08 03:47:12 +08:00
|
|
|
namespace NEO {
|
2018-08-17 19:38:09 +08:00
|
|
|
template struct DeviceCallbacks<BDWFamily>;
|
2018-02-05 18:48:58 +08:00
|
|
|
template struct TTCallbacks<BDWFamily>;
|
2021-06-08 03:47:12 +08:00
|
|
|
} // namespace NEO
|