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

[tvm] branch main updated (76ac68de73 -> 89061fafa5)

This is an automated email from the ASF dual-hosted git repository.

areusch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 76ac68de73 escape tvmscript's string literal (#10954)
     add 89061fafa5 [CI] Bump black version to 22.3.0 (#10960)

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                        |  4 +-
 apps/topi_recipe/gemm/android_gemm_square.py       |  2 +-
 jenkins/Jenkinsfile.j2                             |  2 +-
 python/tvm/autotvm/task/space.py                   |  2 +-
 python/tvm/contrib/debugger/debug_result.py        |  2 +-
 python/tvm/relay/frontend/paddlepaddle.py          |  2 +-
 python/tvm/relay/frontend/pytorch.py               |  2 +-
 python/tvm/relay/qnn/op/canonicalizations.py       |  2 +-
 python/tvm/relay/quantize/_calibrate.py            |  2 +-
 python/tvm/relay/testing/tf.py                     |  2 +-
 python/tvm/testing/utils.py                        |  2 +-
 python/tvm/tir/schedule/_type_checker.py           |  1 -
 python/tvm/topi/gpu/dense.py                       |  4 +-
 python/tvm/topi/random/kernel.py                   |  4 +-
 python/tvm/topi/testing/correlation_nchw_python.py |  2 +-
 tests/python/contrib/test_cmsisnn/utils.py         |  2 +-
 .../contrib/test_ethosu/cascader/conftest.py       |  6 +--
 tests/python/frontend/pytorch/test_forward.py      |  2 +-
 tests/python/relay/test_op_grad_level1.py          | 12 ++---
 tests/python/topi/python/test_topi_prng.py         |  4 +-
 tests/python/topi/python/test_topi_transform.py    |  4 +-
 .../unittest/test_arith_canonical_simplify.py      |  2 +-
 .../unittest/test_auto_scheduler_compute_dag.py    | 10 ++---
 .../python/unittest/test_auto_scheduler_feature.py |  4 +-
 tests/python/unittest/test_autotvm_space.py        |  2 +-
 tests/python/unittest/test_format_si_prefix.py     |  2 +-
 .../python/unittest/test_target_codegen_c_host.py  |  2 +-
 tests/python/unittest/test_target_codegen_rocm.py  |  2 +-
 .../unittest/test_tir_transform_narrow_datatype.py | 52 +++++++++++-----------
 .../unittest/test_tir_transform_vectorize.py       |  2 +-
 .../unittest/test_tir_usmp_algo_hill_climb.py      | 11 ++---
 .../python/integration/test_benchmark_gemm.py      | 18 ++++----
 .../integration/test_benchmark_topi_conv2d.py      |  2 +-
 .../test_benchmark_topi_conv2d_transpose.py        |  2 +-
 .../integration/test_benchmark_topi_dense.py       |  2 +-
 .../test_benchmark_topi_group_conv2d.py            |  2 +-
 36 files changed, 88 insertions(+), 92 deletions(-)