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 76ac68de73 escape tvmscript's string literal (#10954)
add 89061fafa5 [CI] Bump black version to 22.3.0 (#10960)
add 396a8c6a3a [ci] Don't diff when running clang-format (#10933)
add 927357a027 [ci] Install GNU parallel on lint image (#10951)
No new revisions were added by this update.
Summary of changes:
Jenkinsfile | 4 +-
.../zephyr/template_project/src/host_driven/main.c | 1 -
apps/topi_recipe/gemm/android_gemm_square.py | 2 +-
docker/Dockerfile.ci_lint | 2 +-
include/tvm/relay/attrs/annotation.h | 1 -
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 +-
src/ir/transform.cc | 1 -
src/relay/op/tensor/unary.cc | 1 -
src/relay/qnn/op/convolution_transpose.cc | 2 +-
src/relay/qnn/op/dense.cc | 4 +-
src/runtime/hexagon/hexagon/hexagon_common.cc | 1 -
src/target/source/codegen_c.h | 56 ++++++++++----------
src/te/schedule/schedule_ops.cc | 2 +-
src/tir/transforms/make_unpacked_api.cc | 1 -
src/tir/transforms/tensorcore_infer_fragment.cc | 4 +-
tests/lint/clang_format.sh | 24 ---------
tests/lint/git-black.sh | 2 +-
tests/lint/git-clang-format.sh | 60 ++++++++++++++--------
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 ++--
tests/scripts/ci.py | 10 +++-
tests/scripts/task_lint.sh | 2 +-
.../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 +-
53 files changed, 171 insertions(+), 183 deletions(-)
delete mode 100755 tests/lint/clang_format.sh