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/04/17 07:49:07 UTC

[tvm] branch last-successful updated (7d9b7bbd50 -> 8d868f6bf3)

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 7d9b7bbd50 [ci] Always assume num executors == 1 (#11014)
     add 69ba7ed640 [BugFix][TIR] Fix narrower dtype of loop vars in CreatePrimFunc (#11030)
     add 8d868f6bf3 [BugFix][TIR] Fix rfactor when RF block becomes spatial (#11031)

No new revisions were added by this update.

Summary of changes:
 src/te/operation/create_primfunc.cc                |  4 +-
 src/tir/schedule/primitive/reduction.cc            | 34 ++++++++----
 tests/python/unittest/test_te_create_primfunc.py   | 18 +++++--
 tests/python/unittest/test_tir_schedule_rfactor.py | 63 ++++++++++++++++++++--
 4 files changed, 101 insertions(+), 18 deletions(-)