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/06/30 02:37:10 UTC

[tvm] branch last-successful updated (7ef6811000 -> 3bd83e0c9f)

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 7ef6811000 [Relay] Handle memory scope during lowering from relay level (#11874)
     add 41c94b27ef [Relay][Pytorch] Add aten::new_ones, aten::new_full, aten::fill_, aten::pad, aten::reshape_as and atem::empty_like (#11896)
     add 3bd83e0c9f [MetaSchedule] Handle 'warp_execution' implied extend of threadIdx.x in VerifyGpuCode (#11949)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/stmt.h                             |   6 +
 python/tvm/relay/frontend/pytorch.py               |  55 +++
 src/meta_schedule/postproc/verify_gpu_code.cc      |  18 +-
 tests/python/frontend/pytorch/test_forward.py      |  75 ++++
 .../test_meta_schedule_postproc_verify_gpu_code.py | 438 +++++++++++++++++++--
 5 files changed, 547 insertions(+), 45 deletions(-)