Skip to content

Commit b8ab77b

Browse files
Update Loader scripts and source to support v1.14.33 of the L0 Spec (#377)
* fix: Update scripts to handle dynamic return type for source/lib * Update null driver scripts to have dynamic return type and zer API's * Update scripts to handle dynamic return types for source/loader & default DDI table for zer API's * Update tracing layer scripts to handle dynamic return type of API's * Update Validation layer to handle dynamic return types of API's * Integrate zer namespace in null driver * Integrate zer namespace in source/lib * Integrate zer namespace in source/loader * Integrate zer namespace in validation layer * Integrate zer namespace in tracing layer * Track the DriverHandle per Driver as zerDriverHandle, set to nullptr given the driver supports DDI Driver EXT, but does not support ZER APIs. * Enable support for DDI Driver Ext flag etc checks given a handle. * Backwards compatability guranteed with ze_object.h creation with pRuntime set in the loader handle. * Fix default assignment of zerDriver handle and ddi table and refactor * Add thread local storage error description for zer API's Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com> Co-authored-by: Vishnu Khanth <vishnu.khanth.b@intel.com>
1 parent 5187acd commit b8ab77b

122 files changed

Lines changed: 7893 additions & 1725 deletions

File tree

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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Level zero loader changelog
2+
## v1.25.0
3+
* Support for v1.14.33 of the L0 Spec
24
## v1.24.3
35
* Use compiler ID check for /guard:cf and /GL flags on MSVC
46
* Support for ZEL_DRIVERS_ORDER to order based off user input

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.24.3)
16+
project(level-zero VERSION 1.25.0)
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.24.3
2-
72991b5e-a0c0-4605-8317-125abfaf9650
1+
1.25.0
2+
8b0bc348-dd62-4e64-b70b-b3cb5c2a7535

0 commit comments

Comments
 (0)