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 079eb4e [microNPU] Add a pass to move allocate nodes to the outer
scope (#10725)
add 1b654e9 [ci] Generate Jenkinsfile from a template (#10740)
add 31a4267 [ONNX] fix reduce crash on scalar inputs (#10780)
add a3a155c [skip ci][ci] Fix bad merge after moving to templated
Jenkinsfile (#10792)
No new revisions were added by this update.
Summary of changes:
Jenkinsfile | 60 ++++++-----
Jenkinsfile => jenkins/Jenkinsfile.j2 | 59 +++++-----
jenkins/generate.py | 120 +++++++++++++++++++++
.../settings.gradle => jenkins/macros.j2 | 4 +-
jenkins/requirements.txt | 2 +
python/tvm/relay/frontend/onnx.py | 18 ++++
tests/lint/check_file_type.py | 2 +
tests/python/frontend/onnx/test_forward.py | 2 +
tests/scripts/task_lint.sh | 6 ++
9 files changed, 213 insertions(+), 60 deletions(-)
copy Jenkinsfile => jenkins/Jenkinsfile.j2 (94%)
mode change 100755 => 100644
create mode 100644 jenkins/generate.py
copy apps/android_rpc/settings.gradle => jenkins/macros.j2 (88%)
create mode 100644 jenkins/requirements.txt