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 365fcc832d Use TVM log instead of hexagon_print (#11024)
     add 8aafe5b109 [OpenCL] Fix type casting error (#11021)
     add 351f31b51c [Runtime][PipelineExecutor]Add forwarding queue logic for 
set input. (#10990)
     add fafabc96c1 [VirtualMachine] Zero copy in set_input when input is 
DLTensor (#11003)

No new revisions were added by this update.

Summary of changes:
 include/tvm/runtime/ndarray.h                      |  18 ++
 python/tvm/contrib/pipeline_executor.py            |   5 +-
 python/tvm/runtime/vm.py                           |   4 +
 src/runtime/ndarray.cc                             |  31 +++
 src/runtime/pipeline/pipeline_executor.cc          |  20 +-
 src/runtime/pipeline/pipeline_executor.h           |   9 +-
 src/runtime/pipeline/pipeline_scheduler.cc         |  15 +-
 src/runtime/pipeline/pipeline_scheduler.h          |   9 +-
 src/runtime/pipeline/pipeline_struct.h             | 296 ++++++++++++++-------
 src/runtime/vm/vm.cc                               |  22 +-
 src/target/source/codegen_opencl.cc                |  28 ++
 src/target/source/codegen_opencl.h                 |   5 +
 tests/python/relay/test_pipeline_executor.py       |  21 +-
 .../python/unittest/test_target_codegen_opencl.py  |  37 +++
 14 files changed, 379 insertions(+), 141 deletions(-)

Reply via email to