We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f8d9e commit 0bd60e5Copy full SHA for 0bd60e5
level_zero/tools/source/sysman/linux/pmt/pmt.h
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (C) 2021 Intel Corporation
+ * Copyright (C) 2021-2022 Intel Corporation
3
*
4
* SPDX-License-Identifier: MIT
5
@@ -34,7 +34,7 @@ class PlatformMonitoringTech : NEO::NonCopyableOrMovableClass {
34
35
protected:
36
static uint32_t rootDeviceTelemNodeIndex;
37
- std::string telemetryDeviceEntry;
+ std::string telemetryDeviceEntry{};
38
std::map<std::string, uint64_t> keyOffsetMap;
39
ze_result_t getKeyOffsetMap(std::string guid, std::map<std::string, uint64_t> &keyOffsetMap);
40
ze_result_t init(FsAccess *pFsAccess, const std::string &rootPciPathOfGpuDevice);
0 commit comments