File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Level zero loader changelog
22
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
37## v1.22.4
48* Block all calls to get until after init has completed to avoid race during sorting.
59## v1.22.3
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900))
1313endif ()
1414
1515# This project follows semantic versioning (https://semver.org/)
16- project (level-zero VERSION 1.22.4 )
16+ project (level-zero VERSION 1.22.5 )
1717
1818include (GNUInstallDirs )
1919
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