- Update to 1.3: * [DOCS] Include exchange api in the docs by @tqchen in #181 * Update exchange API to be capsule following new convention by @tqchen in #180 - Skipped to 1.2: * Add support for Trainium device in #168 * Enforce strides to be not null when ndim is nonzero in #178 * Support DLPACK C Functions for Speed Exchange and Stream Handling in #174 OBS-URL: https://build.opensuse.org/request/show/1331532 OBS-URL: https://build.opensuse.org/package/show/science:machinelearning/dlpack?expand=0&rev=9
70 lines
2.5 KiB
Plaintext
70 lines
2.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Feb 6 08:10:55 UTC 2026 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Update to 1.3:
|
|
* [DOCS] Include exchange api in the docs by @tqchen in #181
|
|
* Update exchange API to be capsule following new convention
|
|
by @tqchen in #180
|
|
- Skipped to 1.2:
|
|
* Add support for Trainium device in #168
|
|
* Enforce strides to be not null when ndim is nonzero in #178
|
|
* Support DLPACK C Functions for Speed Exchange and Stream
|
|
Handling in #174
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Sep 24 07:46:28 UTC 2025 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Update to 1.1:
|
|
* Added support for F8
|
|
* Added support for F4
|
|
* Added support for F6
|
|
- Skipped 1.0:
|
|
* Introduce versioning DLManagedTensorVersioned
|
|
* flags about exported tensor
|
|
* This release acompanies array api changes, see the note below
|
|
Starting Python array API standard v2023, a new max_version
|
|
argument is added to __dlpack__ for the consumer to signal the
|
|
producer the maximal supported DLPack version. Starting DLPack
|
|
1.0, the DLManagedTensorVersioned struct should be used and
|
|
the existing DLManagedTensor struct is considered deprecated,
|
|
though a library should try to support both during the
|
|
transition period if possible.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 28 19:50:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 0.8:
|
|
* Add kDLBool
|
|
* Add kDLHexagon
|
|
* Add kDLOneAPI
|
|
* Add DLPACK_VERSION and DLPACK_ABI_VERSION
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 24 10:26:02 UTC 2022 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Update to 0.6:
|
|
* Changelog:
|
|
Add kDLROCMHost
|
|
Add kDLCUDAManaged
|
|
* from 0.5:
|
|
Rename enum names:
|
|
kDLGPU -> kDLCUDA
|
|
kDLCPUPinned -> kDLCUDAHost
|
|
The ABI is backward compatible, as it is only change of
|
|
constant name, exchange can still happen between the new version
|
|
and old version.
|
|
* from 0.4:
|
|
OpaqueHandle type
|
|
Complex support
|
|
Rename DLContext -> DLDevice
|
|
DLTensor.ctx -> DLTensor.device
|
|
This requires dependent frameworks to upgrade the type name.
|
|
The ABI is backward compatible, as it is only change of constant
|
|
name, exchange can still happen between the new version and old version.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 29 13:40:14 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Version 0.3
|
|
|