compute-runtime/shared/test/common/helpers/mock_hw_info_config_hw.cpp

15 lines
348 B
C++

/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/test/common/helpers/mock_hw_info_config_hw.h"
namespace NEO {
constexpr static auto gfxProduct = IGFX_UNKNOWN;
#include "shared/test/common/helpers/mock_hw_info_config_hw.inl"
template struct MockProductHelperHw<gfxProduct>;
} // namespace NEO