16 lines
306 B
C++
16 lines
306 B
C++
/*
|
|
* Copyright (C) 2017-2019 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "runtime/gen10/hw_info.h"
|
|
#include "unit_tests/helpers/unit_test_helper.h"
|
|
#include "unit_tests/helpers/unit_test_helper.inl"
|
|
|
|
namespace NEO {
|
|
|
|
template struct UnitTestHelper<CNLFamily>;
|
|
} // namespace NEO
|