marcsun13 HF Staff commited on
Commit
efc7de7
·
verified ·
1 Parent(s): f9a8cd3

Upload folder using huggingface_hub

Browse files
torch-ext/triton_kernels/__init__.py CHANGED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ from . import matmul_ogs
2
+
3
+ __all__ = ["matmul_ogs"]