mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00

Change-Id: I5b8631603b0f0b2ed8eb1a61f7e7770b27867423 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
13 lines
206 B
C++
13 lines
206 B
C++
/*
|
|
* Copyright (C) 2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/test/unit_test/helpers/ult_hw_config.h"
|
|
|
|
namespace NEO {
|
|
UltHwConfig ultHwConfig{};
|
|
} // namespace NEO
|