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/07/08 23:35:26 UTC

[tvm] branch last-successful updated (684a838160 -> 07672d0b41)

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 684a838160 [TIR] Avoid unnecessary dtype escalation in loop splitting (#12035)
     add a81e69a68f [MetaSchedule][Test] Add unittests for C2D (#12043)
     add 07672d0b41 [Texture] Add memory scope entity into graph JSON/runtime (#11875)

No new revisions were added by this update.

Summary of changes:
 src/relay/backend/graph_executor_codegen.cc        |  27 +++-
 src/runtime/graph_executor/graph_executor.cc       |  58 +++++--
 src/runtime/graph_executor/graph_executor.h        |  14 +-
 src/target/source/codegen_opencl.cc                |   4 +-
 .../unittest/test_meta_schedule_space_cpu.py       | 177 +++++++++++++++++++++
 .../unittest/test_meta_schedule_space_cuda.py      |  92 ++++++++++-
 6 files changed, 353 insertions(+), 19 deletions(-)