First commit
This commit is contained in:
7
pkgs/triton/ops/blocksparse/__init__.py
Normal file
7
pkgs/triton/ops/blocksparse/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from .matmul import matmul
|
||||
from .softmax import softmax
|
||||
|
||||
__all__ = [
|
||||
"matmul",
|
||||
"softmax",
|
||||
]
|
||||
Reference in New Issue
Block a user