Files
DeepGEMM/deep_gemm/jit/__init__.py
2025-05-06 17:23:35 +08:00

3 lines
105 B
Python

from .compiler import get_nvcc_compiler, build, NVCCCompiler, NVRTCCompiler
from .runtime import Runtime