Files
compute-runtime/shared/source/os_interface/linux/system_info_extended.cpp
Szymon Morek 2319a56557 Move SystemInfoImpl logic to SystemInfo
Signed-off-by: Szymon Morek <szymon.morek@intel.com>
2021-11-25 19:05:35 +01:00

16 lines
327 B
C++

/*
* Copyright (C) 2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/os_interface/linux/system_info.h"
namespace NEO {
void SystemInfo::checkSysInfoMismatch(HardwareInfo *hwInfo) {}
void SystemInfo::extendParseDeviceBlob(const uint32_t *data, uint32_t element) {}
} // namespace NEO