mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Add support for serial number property
Related-To: LOCI-3396 Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
668f988e61
commit
3323deb825
@@ -153,7 +153,7 @@ ze_result_t PlatformMonitoringTech::init(FsAccess *pFsAccess, const std::string
|
||||
"Telemetry sysfs entry not available %s\n", guidPath.c_str());
|
||||
return result;
|
||||
}
|
||||
result = getKeyOffsetMap(guid, keyOffsetMap);
|
||||
result = PlatformMonitoringTech::getKeyOffsetMap(guid, keyOffsetMap);
|
||||
if (ZE_RESULT_SUCCESS != result) {
|
||||
// We didnt have any entry for this guid in guidToKeyOffsetMap
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user