You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by tq...@apache.org on 2020/09/13 23:04:55 UTC

[incubator-tvm] branch master updated (270e742 -> cdd3206)

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 270e742  [ONNX] Update Slice op conversion to take strides into account, clean up tests (#6467)
     add cdd3206  [RFC][Formatting] Add scripts for applying Black to the Python code. (#6437)

No new revisions were added by this update.

Summary of changes:
 Jenkinsfile                                 |  2 +-
 pyproject.toml                              |  5 ++-
 tests/lint/git-black.sh                     | 61 +++++++++++++++++++++++++++++
 tests/lint/{jnilint.sh => python_format.sh} |  3 +-
 tests/scripts/task_lint.sh                  | 17 +++++---
 5 files changed, 79 insertions(+), 9 deletions(-)
 create mode 100755 tests/lint/git-black.sh
 copy tests/lint/{jnilint.sh => python_format.sh} (91%)
 mode change 100755 => 100644