DeepGEMM/deep_gemm/jit/__init__.py
2025-02-25 22:52:41 +08:00

4 lines
119 B
Python

from .compiler import get_nvcc_compiler, build
from .template import cpp_format, generate
from .runtime import Runtime