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.3
4+ * Fix sorting drivers missing function pointers and add multi driver ults
5+ * Add support for SDK installer on windows
36## v1.21.2
4- * Fix driver sorting given driver failures and instrumentation
7+ * Fix driver sorting given driver failures and instrumentation
58## v1.21.1
69* Fix stype assignment in zello_world
710* Given static Loader, allocate lib context_t always as dynamic and enable delayed destroy of context
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.2 )
16+ project (level-zero VERSION 1.21.3 )
1717
1818include (GNUInstallDirs )
1919
Original file line number Diff line number Diff line change 1- 1.21.2
1+ 1.21.3
22020e45ef-fe9b-45a6-958d-f5ba23f6a7ff
You can’t perform that action at this time.
0 commit comments