ista-daslab-optimizers-cuda 1.0.0__cp39-cp39-manylinux_2_34_x86_64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,40 @@
1
+ Metadata-Version: 2.4
2
+ Name: ista_daslab_optimizers_cuda
3
+ Version: 1.0.0
4
+ Summary: CUDA kernels for ISTA-DASLab-Optimizers project developed in the Distributed Algorithms and Systems group (DASLab) @ Institute of Science and Technology Austria (ISTA)
5
+ Author-email: Ionut-Vlad Modoranu <ionut-vlad.modoranu@ist.ac.at>
6
+ Maintainer-email: Ionut-Vlad Modoranu <ionut-vlad.modoranu@ist.ac.at>
7
+ License: MIT License
8
+
9
+ Copyright (c) 2026 IST Austria Distributed Algorithms and Systems Lab
10
+
11
+ Permission is hereby granted, free of charge, to any person obtaining a copy
12
+ of this software and associated documentation files (the "Software"), to deal
13
+ in the Software without restriction, including without limitation the rights
14
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
15
+ copies of the Software, and to permit persons to whom the Software is
16
+ furnished to do so, subject to the following conditions:
17
+
18
+ The above copyright notice and this permission notice shall be included in all
19
+ copies or substantial portions of the Software.
20
+
21
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
22
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
23
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
24
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
25
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
26
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
27
+ SOFTWARE.
28
+
29
+ Project-URL: Repository, https://github.com/IST-DASLab/ISTA-DASLab-Optimizers-CUDA
30
+ Keywords: adaptive optimization,deep learning,low memory optimization
31
+ Classifier: Programming Language :: Python :: 3.8
32
+ Classifier: License :: OSI Approved :: Apache Software License
33
+ Requires-Python: >=3.8
34
+ Description-Content-Type: text/markdown
35
+ License-File: LICENSE
36
+ Requires-Dist: torch
37
+ Requires-Dist: torchaudio
38
+ Requires-Dist: torchvision
39
+ Requires-Dist: numpy
40
+ Dynamic: license-file
@@ -0,0 +1,9 @@
1
+ ista_daslab_cuda_dense_mfac.cpython-39-x86_64-linux-gnu.so,sha256=pAegEJ6gDzwzJJhI9YD0lsvqYDHpQjh85Cu0KlOtBro,654728
2
+ ista_daslab_cuda_micro_adam.cpython-39-x86_64-linux-gnu.so,sha256=ZpUskDgWZih2nOVaL8Uv_llXADKU9jWToaVNzJvM45s,854904
3
+ ista_daslab_cuda_sparse_mfac.cpython-39-x86_64-linux-gnu.so,sha256=xkZmF6nW6OuNciE7aoUYQSFEVP-AnPD29O1AdJQy2bs,750304
4
+ ista_daslab_cuda_tools.cpython-39-x86_64-linux-gnu.so,sha256=6kCyeZX_rJjaPHMFxNFL0hX_jJnKwuPzPbW_O05UdX8,629840
5
+ ista_daslab_optimizers_cuda-1.0.0.dist-info/licenses/LICENSE,sha256=w6XV3JFjZJY-64qdM3XkaxIqiz4vuxbsH2CRn7RbO7M,1107
6
+ ista_daslab_optimizers_cuda-1.0.0.dist-info/METADATA,sha256=XIqy47y7FAu1rAJI2G-UCIPhIKa4_Pr4tFmm76zj6cY,2137
7
+ ista_daslab_optimizers_cuda-1.0.0.dist-info/WHEEL,sha256=sMB46XOR26Rl61TCj6RnZnfVE11E3W6LsAFSBomlchI,103
8
+ ista_daslab_optimizers_cuda-1.0.0.dist-info/top_level.txt,sha256=KHAMf2HPW_SwDPRNj55jbExN8SfziuFEt2gtRnAht7I,108
9
+ ista_daslab_optimizers_cuda-1.0.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.10.2)
3
+ Root-Is-Purelib: false
4
+ Tag: cp39-cp39-linux_x86_64
5
+
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 IST Austria Distributed Algorithms and Systems Lab
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -0,0 +1,4 @@
1
+ ista_daslab_cuda_dense_mfac
2
+ ista_daslab_cuda_micro_adam
3
+ ista_daslab_cuda_sparse_mfac
4
+ ista_daslab_cuda_tools