Files
DeepGEMM/deep_gemm/jit/__init__.py

4 lines
119 B
Python
Raw Normal View History

2025-02-25 22:52:41 +08:00
from .compiler import get_nvcc_compiler, build
from .template import cpp_format, generate
from .runtime import Runtime