forked from c_cpp/level-zero
Compare commits
7 Commits
update-1.2
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| 4d7bbfba72 | |||
| 436b1fcdb7 | |||
| 6af33091b1 | |||
| ec955a9a7c | |||
| 953f098c16 | |||
| a546ab24af | |||
| ca7f5106c5 |
BIN
level-zero-1.22.4.tar.gz
LFS
BIN
level-zero-1.22.4.tar.gz
LFS
Binary file not shown.
3
level-zero-1.26.3.tar.gz
Normal file
3
level-zero-1.26.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6445e7658bdf684f6669f6b57b1c381244db4f47d36b58432c3353ed9665a130
|
||||
size 1604701
|
||||
@@ -1,24 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 30 17:22:32 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
Sat Dec 20 17:55:34 UTC 2025 - Alessandro de Oliveira Faria <cabelo@opensuse.org>
|
||||
|
||||
- Fix Null Driver version check for n-1 testing and support
|
||||
by @nrspruit in #408
|
||||
- Add additional check for optional tables during init
|
||||
by @nrspruit in #407
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 2 22:08:01 UTC 2025 - Alessandro de Oliveira Faria <cabelo@opensuse.org>
|
||||
|
||||
- Update to version 1.24.2:
|
||||
* Enable DDI Driver Path by Default by @nrspruit in #361
|
||||
* Add tests for Loader Driver interaction conformance for Sysman
|
||||
VF Management API's by @vishnu-khanth in #360
|
||||
* level-zero: Changes to get ze_loader loaded for Android by
|
||||
@JeevakaPrabu in #365
|
||||
* Update Changelog and version to v1.24.1 by @nrspruit in #366
|
||||
* Check if compile flags are supported: /GL, /QSpectre,
|
||||
/guard:cf by @KseniyaTikhomirova in #368
|
||||
* Add build instructions for Windows by @ivorobts in #58
|
||||
* Add repo_token to scorecard.yml by @lisanna-dettwyler in #159
|
||||
* Update Changelog and version to v1.24.2 with fix for dynamic
|
||||
flag assignment by @nrspruit in #369
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 16 04:01:14 UTC 2025 - Alessandro de Oliveira Faria <cabelo@opensuse.org>
|
||||
|
||||
- Change - level-zero-1.22.4.tar.gz (original link)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 9 05:25:53 UTC 2025 - Alessandro de Oliveira Faria <cabelo@opensuse.org>
|
||||
|
||||
- Update to version 1.22.4:
|
||||
* test: ensure no stdout output when calling zeInitDrivers
|
||||
* Fix static loader to request current version as the latest
|
||||
APIs
|
||||
* fix ddi compatability to avoid assigning values which don't
|
||||
exist
|
||||
* Update Level Zero Loader and Headers to support v1.13.1 of L0
|
||||
Spec
|
||||
* Only Enable Teardown thread on windows and remove debug on
|
||||
success
|
||||
* Add testing stdout from zeInitDrivers in CI
|
||||
* Update Level Zero Loader and Headers to support v1.13.1
|
||||
of L0 Spec
|
||||
* Revert "Update Level Zero Loader and Headers to
|
||||
support v1.13.1 of L0
|
||||
* Fix static loader to request current version as the
|
||||
latest APIs
|
||||
* fix ddi compatability to avoid assigning values which
|
||||
don't exist
|
||||
* Update Level Zero Loader and Headers to support
|
||||
v1.13.1 of L0 Spec
|
||||
* Fix zesInit to init the correct requested api version
|
||||
* Fix sysman only init to disallow retrieval of loader context
|
||||
due to version compatibility
|
||||
* Add ability to Register a TeardownCallback to notify release of
|
||||
L0 resources
|
||||
* Fix GUID gen and update to v1.22.3
|
||||
* Rename the static build define from DYNAMIC_LOAD_LOADER to
|
||||
L0_STATIC_LOADER_BUILD
|
||||
* Block all calls to get drivers until after init has completed
|
||||
to avoid race during sorting
|
||||
* Fix sysman only init to disallow retrieval of loader
|
||||
context due to version compatibility
|
||||
* Fix version update and GUID update for 1.22.2
|
||||
* Add ability to Register a TeardownCallback to notify
|
||||
release of L0 resources
|
||||
* Fix GUID gen and update to v1.22.3
|
||||
* Rename the static build define from DYNAMIC_LOAD_LOADER
|
||||
to L0_STATIC_LOADER_BUILD
|
||||
* Block all calls to get drivers until after init has
|
||||
completed to avoid race during sorting
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 2 09:57:10 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: level-zero
|
||||
Version: 1.22.4
|
||||
Version: 1.26.3
|
||||
Release: 0
|
||||
Summary: oneAPI Level Zero Specification Headers and Loader
|
||||
License: MIT
|
||||
|
||||
Reference in New Issue
Block a user