2021-04-13 20:00:07 +08:00
|
|
|
/*
|
2021-05-17 02:51:16 +08:00
|
|
|
* Copyright (C) 2021 Intel Corporation
|
2021-04-13 20:00:07 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "shared/source/gen11/hw_info.h"
|
|
|
|
#include "shared/test/common/helpers/unit_test_helper.h"
|
|
|
|
#include "shared/test/common/helpers/unit_test_helper.inl"
|
|
|
|
|
|
|
|
namespace NEO {
|
|
|
|
|
|
|
|
template struct UnitTestHelper<ICLFamily>;
|
|
|
|
} // namespace NEO
|