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/20 11:35:17 UTC

[tvm] branch last-successful updated (5e29dddd02 -> 909851c2f5)

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 5e29dddd02 [microTVM][ARM] Add Relay tests for conv2d registered schedules (#11250)
     add e02bf824d1 [Runtime][PipelineExecutor] Add graph manually splitting logic into the unit test. (#11334)
     add a6a34046c4 fix vec*mat in PyTorch converter (#11347)
     add 7e99d30d63 [PTX] Intrinsics for async copy from global to shared (SM80) (#11368)
     add 13272a19ef [ci] Disable flaky onnx tests (#11376)
     add 909851c2f5 [ci][easy] Fix parameters for macros (#11377)

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                    |   4 +-
 include/tvm/tir/builtin.h                      |  19 +++
 jenkins/Jenkinsfile.j2                         |   2 +-
 jenkins/macros.j2                              |   2 +-
 python/tvm/relay/frontend/pytorch.py           |   2 +
 src/target/source/codegen_cuda.cc              |  12 ++
 src/target/source/ptx.cc                       |  26 +++
 src/target/source/ptx.h                        |  13 ++
 src/tir/op/builtin.cc                          |   9 +
 tests/python/frontend/onnx/test_forward.py     |   2 +
 tests/python/frontend/pytorch/test_forward.py  |   5 +
 tests/python/relay/test_pipeline_executor.py   | 224 ++++++++++++++++++++++---
 tests/python/unittest/test_tir_ptx_cp_async.py |  70 ++++++++
 13 files changed, 363 insertions(+), 27 deletions(-)
 create mode 100644 tests/python/unittest/test_tir_ptx_cp_async.py