Files
DeepGEMM/deep_gemm/legacy/__init__.py

6 lines
215 B
Python
Raw Normal View History

# All kernels may be deprecated in the future (or rewrite in TileLang)
from .m_grouped_gemm import *
from .a_fused_m_grouped_gemm import *
from .a_fused_k_grouped_gemm import *
from .b_fused_k_grouped_gemm import *