mirror of
https://github.com/sgjzfzzf/triton-tvm-ffi.git
synced 2026-05-02 03:52:11 +08:00
include header files by c/cpp instead of jinja
Signed-off-by: jinjieliu <jinjie.liu@usc.edu>
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user