The GitHub Actions job "CI" on tvm-ffi.git/main has succeeded.
Run started by GitHub user tqchen (triggered by tqchen).

Head commit for run:
035975a7e6804d1d23b07942d7704c30b3fadda0 / Junru Shao <[email protected]>
feat: Improve Critical Path Perf in Cython `make_ret_object` (#47)

This PR improves critical path perf on TVM FFI when returning an object
from FFI function calls.

It achieves this by establishing a direct mapping from `type_index` to
Python `type_cls`, thereby eliminating an unnecessary indirection during
the object instantiation process. The change aims to enhance the overall
efficiency of object handling at the FFI layer.

Report URL: https://github.com/apache/tvm-ffi/actions/runs/17948478927

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to