Commit b8ab77b
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
- include
- layers
- scripts
- templates
- tracing
- validation
- source
- drivers/null
- layers
- tracing
- validation
- checkers
- basic_leak
- certification
- generated
- events_checker
- parameter_validation
- common
- handle_lifetime_tracking
- lib
- loader
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
0 commit comments