Files
compute-runtime/shared/test/unit_test/helpers/default_hw_info.h
Mateusz Jablonski 0379ad9f67 Remove platformDevices variable
Resolves: NEO-4499
Change-Id: I7197c416fb81571a5929cf611f3da32c5b24fe46
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2020-03-25 07:09:14 +01:00

16 lines
245 B
C++

/*
* Copyright (C) 2020 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstddef>
#include <memory>
namespace NEO {
struct HardwareInfo;
extern std::unique_ptr<HardwareInfo> defaultHwInfo;
} // namespace NEO