mirror of
https://github.com/sgjzfzzf/triton-tvm-ffi.git
synced 2026-05-02 03:52:11 +08:00
6 lines
147 B
Python
6 lines
147 B
Python
from .jit import jit
|
|
from .utils import include_paths
|
|
from .wrap import torch_wrap, wrap
|
|
|
|
__all__ = ["include_paths", "jit", "torch_wrap", "wrap"]
|