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