This is an automated email from the ASF dual-hosted git repository.
masahi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.
from e929ea6 [BugFix] Fix a predicate bug in TIR schedule primitive
`rfactor` (#9228)
add d12e725 [TOPI] Fix compiing batch_matmul and dense when two args are
the same tensor (#9207)
No new revisions were added by this update.
Summary of changes:
python/tvm/relay/op/strategy/generic.py | 16 +++++++++++++
python/tvm/topi/cuda/batch_matmul.py | 4 ++++
python/tvm/topi/cuda/batch_matmul_tensorcore.py | 2 ++
python/tvm/topi/cuda/dense.py | 2 ++
python/tvm/topi/cuda/dense_tensorcore.py | 2 ++
python/tvm/topi/gpu/dense.py | 5 ++++
python/tvm/topi/x86/batch_matmul.py | 2 ++
tests/python/relay/test_op_level1.py | 12 ++++++++++
tests/python/relay/test_op_level10.py | 32 ++++++++++++++++++-------
9 files changed, 69 insertions(+), 8 deletions(-)