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

[tvm] branch last-successful updated (bc492acd76 -> 2e1666d386)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from bc492acd76 fixed tuple error (#10216)
     add 6f3c8bda06 [CUDA] Allow dynamic shmem of size > 48K in runtime (#11478)
     add 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/contrib/cc.py                           |  3 --
 python/tvm/contrib/nvcc.py                         |  2 --
 python/tvm/testing/popen_pool.py                   |  4 +--
 src/printer/tvmscript_printer.cc                   |  2 +-
 src/runtime/cuda/cuda_module.cc                    | 13 +++++++-
 src/support/ffi_testing.cc                         |  6 ++++
 .../contrib/test_ethosu/cascader/test_scheduler.py |  1 +
 .../python/unittest/test_tvmscript_error_report.py | 13 ++++++++
 12 files changed, 100 insertions(+), 36 deletions(-)