Skip to content

Commit 37f2501

Browse files
authored
Update Level Zero Loader and Headers to support v1.13.1 of L0 Spec (#325) (#329)
* Update Level Zero Loader and Headers to support v1.13.1 of L0 Spec * Update Product GUID * Add new ext ZE_STRUCTURE_TYPE_DEVICE_CACHELINE_SIZE_EXT to extension validation Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
1 parent 3cb5c72 commit 37f2501

41 files changed

Lines changed: 8096 additions & 642 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Level zero loader changelog
22

3+
## v1.22.1
4+
* fix ddi compatibility to avoid assigning values which don't exist
5+
* Fix static loader to request current version as the latest APIs
6+
* Update to support v1.13.1 of the Level Zero Spec
7+
* Add testing stdout from zeInitDrivers in CI
8+
* Only Enable Teardown thread on windows and remove debug on success
39
## v1.21.9
410
* Fix init checks when sorting legacy drivers
511
* Fix MSVC Link optimization flags

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if(MSVC AND (MSVC_VERSION LESS 1900))
1313
endif()
1414

1515
# This project follows semantic versioning (https://semver.org/)
16-
project(level-zero VERSION 1.21.9)
16+
project(level-zero VERSION 1.22.1)
1717

1818
include(GNUInstallDirs)
1919

PRODUCT_GUID.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1.21.9
2-
01037281-c9ef-43cf-bc65-f72fb3438788
1+
1.22.1
2+
7c020ce6-fe70-4b38-8227-997082444587

0 commit comments

Comments
 (0)