mirror of
https://github.com/sgjzfzzf/triton-tvm-ffi.git
synced 2026-05-02 03:52:11 +08:00
verify tvm-ffi cpp wrapper on vector-add.py
Signed-off-by: jinjieliu <jinjie.liu@usc.edu>
This commit is contained in:
4
python/triton_tvm_ffi/__init__.py
Normal file
4
python/triton_tvm_ffi/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .jit import jit
|
||||
from .wrap import torch_wrap, wrap
|
||||
|
||||
__all__ = ["jit", "torch_wrap", "wrap"]
|
||||
Reference in New Issue
Block a user