mirror of
https://github.com/deepseek-ai/DeepGEMM
synced 2025-05-05 19:44:22 +00:00
4 lines
136 B
Python
4 lines
136 B
Python
from .compiler import get_nvcc_compiler, build, NvccCompiler, NvrtcCompiler
|
|
from .template import generate
|
|
from .runtime import Runtime
|