forked from pool/level-zero
Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
6af33091b1 | |||
ec955a9a7c | |||
953f098c16 | |||
a546ab24af | |||
ca7f5106c5 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cf07a4b7f0601354d1f6083d2a773ede946bbbde2a0e76b80e6bbee5bec2fd02
|
|
||||||
size 1017580
|
|
3
level-zero-1.24.2.tar.gz
Normal file
3
level-zero-1.24.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b77e6e28623134ee4e99e2321c127b554bdd5bfa3e80064922eba293041c6c52
|
||||||
|
size 1122743
|
@@ -1,3 +1,54 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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:
|
||||||
|
* 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
|
||||||
|
* 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>
|
Mon Jun 2 09:57:10 UTC 2025 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: level-zero
|
Name: level-zero
|
||||||
Version: 1.22.3
|
Version: 1.24.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: oneAPI Level Zero Specification Headers and Loader
|
Summary: oneAPI Level Zero Specification Headers and Loader
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Reference in New Issue
Block a user