Files
nvfp4-megamoe-kernel/third_party/DeepGEMM/deep_gemm/legacy/__init__.py

6 lines
215 B
Python

# 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 *