You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/02/11 11:48:24 UTC

[tvm] branch main updated (8aeb722 -> 2ac6cfe)

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 8aeb722  fix an index out of bound problem of cache write block (#10203)
     add 2ac6cfe  Fix more ONNX URLs (#10220)

No new revisions were added by this update.

Summary of changes:
 apps/wasm-standalone/wasm-graph/tools/build_graph_lib.py | 10 ++++------
 docs/arch/benchmark.rst                                  |  2 +-
 gallery/tutorial/autotvm_relay_x86.py                    | 10 ++++------
 gallery/tutorial/tvmc_command_line_driver.py             |  2 +-
 gallery/tutorial/tvmc_python.py                          |  2 +-
 python/tvm/relay/frontend/onnx.py                        |  6 +++---
 tests/python/contrib/test_bnns/test_onnx_topologies.py   |  2 +-
 7 files changed, 15 insertions(+), 19 deletions(-)