Skip to content

Commit

Permalink
n:m:g format implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
and-ivanov committed May 12, 2023
1 parent 7457a4a commit f2a5aa0
Show file tree
Hide file tree
Showing 8 changed files with 4,226 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ dependencies = [
"coverage",
"pytest-cov",
"pytest-xdist",
"py-cpuinfo",
]

[project.urls]
Expand Down
3 changes: 3 additions & 0 deletions src/sten/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
from .sten import *

from .patches import patch

from .grouped_nm.sten_impls import GroupedNMSparsifier
from .grouped_nm.grouped_nm_tensor import GroupedNMTensor, PerfectNMTensor
Empty file added src/sten/grouped_nm/__init__.py
Empty file.
Loading

0 comments on commit f2a5aa0

Please sign in to comment.