mirror of
https://github.com/intel/compute-runtime.git
synced 2025-06-28 17:58:30 +08:00

Resolves: NEO-4499 Change-Id: I7197c416fb81571a5929cf611f3da32c5b24fe46 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
14 lines
227 B
C++
14 lines
227 B
C++
/*
|
|
* Copyright (C) 2020 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*
|
|
*/
|
|
|
|
#include "shared/test/unit_test/helpers/default_hw_info.h"
|
|
|
|
namespace NEO {
|
|
|
|
std::unique_ptr<HardwareInfo> defaultHwInfo;
|
|
} // namespace NEO
|