We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0765f88 commit 2333e0bCopy full SHA for 2333e0b
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Level zero loader changelog
2
3
+## v1.16.15
4
+* Fix Tracing Layer Dynamic Enable Counter
5
## v1.16.14
6
* Fix loading environment strings
7
* Avoid init of Logger unless Enabled by ZEL_ENABLE_LOADER_LOGGING
source/lib/ze_lib.h
@@ -56,7 +56,7 @@ namespace ze_lib
56
ze_dditable_t initialzeDdiTable;
57
zet_dditable_t initialzetDdiTable;
58
zes_dditable_t initialzesDdiTable;
59
- std::atomic_uint32_t tracingLayerEnableCounter;
+ std::atomic_uint32_t tracingLayerEnableCounter{0};
60
61
HMODULE tracing_lib = nullptr;
62
bool isInitialized = false;
0 commit comments