This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git
from 53b2e00 feat: Introduce Python-side TypeInfo Metadata (#30)
add d77606a feat: Enable torch/numpy/ml_dtypes dtype as ffi input (#25)
No new revisions were added by this update.
Summary of changes:
include/tvm/ffi/dtype.h | 3 +
python/tvm_ffi/_convert.py | 16 +++++-
python/tvm_ffi/cython/dtype.pxi | 113 +++++++++++++++++++++++++++++++++++++
python/tvm_ffi/cython/function.pxi | 37 ++++++++++++
tests/python/test_dtype.py | 79 ++++++++++++++++++++++++++
5 files changed, 247 insertions(+), 1 deletion(-)