mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 23:03:02 +08:00
Rename HwInfoConfig to ProductHelper
Related-To: NEO-6853 Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a1cf7fb938
commit
232b886056
@@ -10,9 +10,9 @@
|
||||
|
||||
namespace NEO {
|
||||
|
||||
void Device::getAdapterLuid(std::array<uint8_t, HwInfoConfig::luidSize> &luid) {
|
||||
void Device::getAdapterLuid(std::array<uint8_t, ProductHelper::luidSize> &luid) {
|
||||
const LUID adapterLuid = getRootDeviceEnvironment().osInterface->getDriverModel()->as<Wddm>()->getAdapterLuid();
|
||||
memcpy_s(&luid, HwInfoConfig::luidSize, &adapterLuid, sizeof(luid));
|
||||
memcpy_s(&luid, ProductHelper::luidSize, &adapterLuid, sizeof(luid));
|
||||
}
|
||||
|
||||
bool Device::verifyAdapterLuid() {
|
||||
|
||||
Reference in New Issue
Block a user