Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| dcb3c5748e | |||
| 46941b6ff5 | |||
| 68318c8892 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cf965c26a5430ba4cc53d61963f288edddcd77443aa4c85ce722aaf1e2f29513
|
|
||||||
size 76178
|
|
||||||
3
dlpack-1.1.tar.gz
Normal file
3
dlpack-1.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e3b94b55825c240cc58e6721e15b449978cbae21a2a4caa23058b0157ee2fb3
|
||||||
|
size 198915
|
||||||
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Sat Jan 28 19:50:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dlpack
|
# spec file for package dlpack
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dlpack
|
Name: dlpack
|
||||||
Version: 0.8
|
Version: 1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: DLPack: Open In Memory Tensor Structure
|
Summary: DLPack: Open In Memory Tensor Structure
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user