mirror of
https://github.com/deepseek-ai/DeepGEMM
synced 2025-04-09 21:24:00 +00:00
4 lines
119 B
Python
4 lines
119 B
Python
from .compiler import get_nvcc_compiler, build
|
|
from .template import cpp_format, generate
|
|
from .runtime import Runtime
|