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

tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 579da6b  [TARGET] Phase out WebGL (#5570)
     add 46787c8  [LINT] Enable clang-format. (#5572)

No new revisions were added by this update.

Summary of changes:
 apps/bundle_deploy/bundle.c                        |  55 ++--
 apps/bundle_deploy/bundle_static.c                 |  27 +-
 apps/bundle_deploy/demo_static.c                   |  41 ++-
 apps/bundle_deploy/runtime.c                       |   4 +-
 apps/bundle_deploy/test_static.c                   |  33 ++-
 docs/contribute/code_guide.rst                     |  41 +++
 docs/contribute/pull_request.rst                   |  11 +-
 src/ir/error.cc                                    |   2 +-
 src/ir/expr.cc                                     |   4 +-
 src/relay/op/tensor/unary.cc                       |  35 ++-
 src/runtime/crt/crt_backend_api.c                  |   7 +-
 src/runtime/crt/crt_runtime_api.c                  |  27 +-
 src/runtime/crt/graph_runtime.c                    | 283 +++++++++++----------
 src/runtime/crt/load_json.c                        | 124 +++++----
 src/runtime/crt/memory.c                           | 131 +++++-----
 src/runtime/crt/ndarray.c                          |  48 ++--
 src/runtime/hexagon/sim/driver/fake_pthread.cc     |  20 +-
 src/runtime/hexagon/sim/driver/pthread.h           |  16 +-
 src/runtime/hexagon/sim/driver/sim_device.cc       |  45 ++--
 .../micro/device/arm/stm32f746xx/utvm_timer.c      |  16 +-
 src/runtime/micro/device/host/utvm_timer.c         |   5 +-
 src/runtime/micro/device/riscv_spike/utvm_timer.c  |   4 +-
 .../micro/host_driven/utvm_device_dylib_redirect.c |  32 ++-
 src/runtime/micro/host_driven/utvm_runtime.c       |  27 +-
 tests/lint/git-clang-format.sh                     |   2 +-
 tests/lint/rat-excludes                            |   1 +
 tests/scripts/task_lint.sh                         |   7 +
 27 files changed, 548 insertions(+), 500 deletions(-)

Reply via email to