mirror of
https://github.com/deepseek-ai/DeepGEMM
synced 2025-05-06 23:05:24 +00:00
4 lines
107 B
Python
4 lines
107 B
Python
from .compiler import get_nvcc_compiler, build
|
|
from .template import generate
|
|
from .runtime import Runtime
|