include header files by c/cpp instead of jinja

Signed-off-by: jinjieliu <jinjie.liu@usc.edu>
This commit is contained in:
jinjieliu
2026-02-07 17:16:49 +08:00
parent 6a19a6b06d
commit 24237a6313
8 changed files with 26 additions and 16 deletions

View File

@@ -1,4 +1,5 @@
from .jit import jit
from .utils import include_paths
from .wrap import torch_wrap, wrap
__all__ = ["jit", "torch_wrap", "wrap"]
__all__ = ["include_paths", "jit", "torch_wrap", "wrap"]