[wip] refactor: compile to .cubin

Signed-off-by: Zihua Wu <13583761+lucifer1004@users.noreply.github.com>
This commit is contained in:
Zihua Wu
2025-04-22 08:08:40 +00:00
parent 891f35adf5
commit 27cd276e19
13 changed files with 581 additions and 323 deletions

View File

@@ -1,3 +1,3 @@
from .compiler import get_nvcc_compiler, build
from .template import cpp_format, generate
from .template import generate
from .runtime import Runtime