File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Level zero loader changelog
2
2
3
+ ## v1.22.5
4
+ * cmake/msvc: unify CRT model and add VTune-safe flags for RelWithDebInfo
5
+ * Init certification checker in the Validation Layer
6
+ * Fix CI to run on release branches
3
7
## v1.22.4
4
8
* Block all calls to get until after init has completed to avoid race during sorting.
5
9
## v1.22.3
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900))
13
13
endif ()
14
14
15
15
# This project follows semantic versioning (https://semver.org/)
16
- project (level-zero VERSION 1.22.4 )
16
+ project (level-zero VERSION 1.22.5 )
17
17
18
18
include (GNUInstallDirs )
19
19
Original file line number Diff line number Diff line change 1
- 1.22.4
2
- 55e69860-8ae7-4f60-8ad9-728c1ed2a2e7
1
+ 1.22.5
2
+ 4810dc63-268f-4abf-b3fe-a5f98334e3d9
You can’t perform that action at this time.
0 commit comments