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.21.9
4+ * Fix init checks when sorting legacy drivers
5+ * Fix MSVC Link optimization flags
6+ * Fix GUID handling when sub project
7+ * Fix dynamic tracing support with static loader
8+ * Always check and update the GUID when version changes
9+ * Added zelCheckIsLoaderInTearDown function to check if the loader is in teardown
310## v1.21.8
411* Add flags for windows optimization during linkage.
512## v1.21.7
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.21.8 )
16+ project (level-zero VERSION 1.21.9 )
1717
1818include (GNUInstallDirs )
1919
Original file line number Diff line number Diff line change 1- 1.21.8
2- 759452c0-f08f-497c-bcc9-aa2210a8b777
1+ 1.21.9
2+ 01037281-c9ef-43cf-bc65-f72fb3438788
You can’t perform that action at this time.
0 commit comments