Files
compute-runtime/shared/source/device/linux/device_linux.cpp
Kamil Kopryk 232b886056 Rename HwInfoConfig to ProductHelper
Related-To: NEO-6853
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
2022-12-14 14:39:52 +01:00

16 lines
299 B
C++

/*
* Copyright (C) 2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "shared/source/device/device.h"
namespace NEO {
void Device::getAdapterLuid(std::array<uint8_t, ProductHelper::luidSize> &luid) {}
bool Device::verifyAdapterLuid() { return false; }
} // namespace NEO