You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ju...@apache.org on 2022/05/27 18:14:57 UTC

[tvm] branch main updated (01ee1bca2c -> 2e1666d386)

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.git


    from 01ee1bca2c Fix structural error reporting on root block (#11477)
     add 2e1666d386 [FFI][CYTHON] Release GIL when calling into long running functions (#11461)

No new revisions were added by this update.

Summary of changes:
 python/tvm/_ffi/_cython/base.pxi        | 36 ++++++++++++++++++++++++---------
 python/tvm/_ffi/_cython/ndarray.pxi     | 20 ++++++++++++++----
 python/tvm/_ffi/_cython/object.pxi      |  4 ++--
 python/tvm/_ffi/_cython/packed_func.pxi | 32 ++++++++++++++++++-----------
 python/tvm/testing/popen_pool.py        |  4 ++--
 src/support/ffi_testing.cc              |  6 ++++++
 6 files changed, 73 insertions(+), 29 deletions(-)