This is an automated email from the ASF dual-hosted git repository.
junrushao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm-ffi.git
from 731955b refactor: Get `compiled_kernel` from Triton Call Directly
(#423)
add e08dd68 chore: Run ty in dev environment (#441)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci_mainline_only.yml | 2 +-
.github/workflows/ci_test.yml | 2 +-
.pre-commit-config.yaml | 38 +++++++++++-----------
docs/dev/ci_cd.rst | 4 +--
examples/cubin_launcher/benchmark_overhead.py | 2 +-
examples/cubin_launcher/example_triton_cubin.py | 2 +-
pyproject.toml | 31 ++++++++----------
python/tvm_ffi/_convert.py | 2 +-
.../utils/_build_optional_torch_c_dlpack.py | 2 +-
tests/python/test_cubin_launcher.py | 2 +-
tests/python/test_dlpack_exchange_api.py | 2 +-
tests/python/test_dtype.py | 4 +++
tests/python/test_load_inline.py | 2 +-
tests/python/test_optional_torch_c_dlpack.py | 2 +-
tests/python/test_stream.py | 2 +-
tests/python/test_tensor.py | 2 +-
tests/python/utils/test_embed_cubin.py | 2 +-
17 files changed, 52 insertions(+), 51 deletions(-)