blksprs 1.2__py3-none-any.whl → 1.2.1__py3-none-any.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.
@@ -1,11 +1,11 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: blksprs
3
- Version: 1.2
3
+ Version: 1.2.1
4
4
  Summary: A lightweight library for operations on blocksparse matrices in PyTorch.
5
5
  Author-email: Felix Schön <schoen@kr.tuwien.ac.at>
6
6
  Project-URL: Homepage, https://github.com/FelixSchoen/blksprs
7
7
  Project-URL: Bugtracker, https://github.com/FelixSchoen/blksprs/issues
8
- Requires-Python: >=3.12
8
+ Requires-Python: >=3.11
9
9
  Description-Content-Type: text/markdown
10
10
  Requires-Dist: torch
11
11
  Provides-Extra: deploy
@@ -21,6 +21,9 @@ Requires-Dist: matplotlib; extra == "test"
21
21
 
22
22
  # blksprs
23
23
 
24
+ [![GitHub Release](https://img.shields.io/github/v/release/FelixSchoen/blksprs?include_prereleases&label=Latest%20Release)](https://github.com/FelixSchoen/blksprs/releases)
25
+ [![Python Version](https://img.shields.io/badge/Python%20Version-3.11-blue)](https://www.python.org/downloads/release/python-3119/)
26
+
24
27
  ## Overview
25
28
 
26
29
  A lightweight and efficient library for operations on block-sparse matrices in PyTorch using Triton.
@@ -11,7 +11,7 @@ blksprs/ops/transpose.py,sha256=DVEXoxo2MoTNL3NZrjxsukMDrzk2vnEXL1uRnKFWkn0,6722
11
11
  blksprs/utils/benchmarking.py,sha256=4pLVlnPW_2EM-NT3n4SClaRznVYEljztLbJcccz8kZE,1360
12
12
  blksprs/utils/tools.py,sha256=P2UALvccRjJJ7w05YGuaxB3qmNObgct4idfM0jlE2wg,465
13
13
  blksprs/utils/validation.py,sha256=gJYZO5C48YUrXV3Fy_Z_lCaOpiFj951FT-Od7sKfprg,3007
14
- blksprs-1.2.dist-info/METADATA,sha256=4sbWg-lZK8DuRnkh3kh8toQRGMcBK9UlQtNLh4cU6mY,7209
15
- blksprs-1.2.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
16
- blksprs-1.2.dist-info/top_level.txt,sha256=qyp0IHeY3H2GQA97i4hk_To5rRBS2YcE1HRPSLy04fk,8
17
- blksprs-1.2.dist-info/RECORD,,
14
+ blksprs-1.2.1.dist-info/METADATA,sha256=hzuuw0MkMzpNZgM5PFdD_zI7QAvVmeu65tk0dx8TUTI,7517
15
+ blksprs-1.2.1.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
16
+ blksprs-1.2.1.dist-info/top_level.txt,sha256=qyp0IHeY3H2GQA97i4hk_To5rRBS2YcE1HRPSLy04fk,8
17
+ blksprs-1.2.1.dist-info/RECORD,,
File without changes