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 1115d3d [ci][2/2] Shard `frontend: GPU` job into 2 jobs (#10414)
add a8ec423 [TensorIR] Update VerifyGPU (#10405)
add 6962ffa [Bugfix][Arith] Fix TryFuseIter (#10427)
add 8e10713 Lily -> Committer (#10417)
add 122be3f Add group_conv2d_transpose_nchw to CUDA backend (#10423)
No new revisions were added by this update.
Summary of changes:
CONTRIBUTORS.md | 3 +-
python/tvm/relay/op/strategy/cuda.py | 4 +-
python/tvm/topi/cuda/conv2d_transpose.py | 20 ++-
src/arith/iter_affine_map.cc | 7 +-
src/meta_schedule/postproc/verify_gpu_code.cc | 66 +++++++
.../python/test_topi_group_conv2d_transpose.py | 69 +++-----
.../python/unittest/test_arith_iter_affine_map.py | 6 +
.../test_meta_schedule_postproc_verify_gpu_code.py | 189 +++++++++++++++++++++
8 files changed, 312 insertions(+), 52 deletions(-)