This is an automated email from the ASF dual-hosted git repository.
areusch pushed a change to branch areusch/freeze-dependencies
in repository https://gitbox.apache.org/repos/asf/tvm.git
discard ae994cac7d try different signature
discard 1f1c5d6d04 move pack/unpack earlier
discard feda7ef5a8 remove arch
discard 57e3206564 fix jenkinsfile
discard 17e3982ad3 downgrade black due to tensorflow-gpu
discard 618b4522c2 freeze py deps
discard e22d60743b Update jenkinsfile
discard 42058c904e Add lint deps
discard 0e0a7a137f Adjust Dockerfile python installs
discard 3995e4b47f point caffe install script at proper venv
discard e2513c5d5d Add mxnet to gen_requirements.
discard a2cb538881 Remove per-arch base images and use ci_py_venv instead.
discard 465124fd82 more jenkinsfile fixes
discard daeb652659 fix build tag x2
discard 5dda90e87e regenerate Jenkinsfile
discard e28a6ba971 fix build tag
discard 18a07683bd fixup! Rename i386 to x86
discard f780f15751 fixup! Rename arm to aarch64, add bootstrap requirements.
discard 70f189a3e9 Rename i386 to x86
discard 035261cbc1 Rename arm to aarch64, add bootstrap requirements.
discard f346cd2ce9 no tty
discard 4c04e18ca3 deal with % in BUILD_TAG
discard 798f6c3420 don't need --platform anymore
discard d750667385 jenkinsfile fixes
discard ed9512e8ba Fix unbound variable error
discard 32363b9714 build arch images in Jenkins
discard 373c8f4180 make rebuild-images flow build base images
discard 72d1c1c2b1 check in more artifacts
discard 12bc4ee520 changes to dockerfile and pyproject
discard 36181f2576 infra changes
discard b5629961cf modify install scripts
discard 5f60294b43 checking in example artifacts
discard b2cf5004d6 making some progress
add f59c70226b [PYTORCH] [FRONTEND] torch.bool support for data type
conversion (#11290)
add 87366b56ed Oneflow fronted support more model and fix bug (#11321)
add 325f6fed56 [MetaSchedule] Allow Easy Logging Level Setting (#11305)
add 9ab3a1121a [TVMScript] Represent ramp as index slice (#11308)
add eed21eeff2 [ONNX] Fix cast op to/from bfloat16 (#11171)
add 02d57bbc06 [BugFix][Topi] Fix 'duplicated iterator names in the
compute definition' bug of roi_align (#11322)
add df51d979d3 adding ramana to reviewers list (#11311)
add 0e27bf5ee9 [frontend][ONNX]support ConvTranspose explicitly specified
output_shape (#11076)
add 0ed0f1d651 Missed out_layout field of conv1d attrs (#11325)
add 672ce33657 [TIR] Propagate storage scope of undefined vars in
SplitHostDevice. (#11255)
add b4c4215d7f Add vlogging for type-table registration. (#11041)
add ebf3607067 [build][hexagon] fix several compiler warnings (#11245)
add 55b6be598a [TIR] Support affine expressions as indices in reverse
compute inline (#11317)
add a3a4155943 [TIR] Simplify indices in layout transform (#11330)
add de21c8f2ef [CMSIS-NN] Align CMSIS-NN in TVM to TFLu SHA (#11273)
add 0e2e61912d [CI] Update Docker images for new CMSIS-NN (#11336)
add b03f11dfde [Hexagon]Use requires_hexagon instead of
requires_hexagon_toolchain if running on hexagon target (#11294)
new 0d09c282e3 making some progress
new 295ef4ad52 checking in example artifacts
new 5df483f8be modify install scripts
new 143b791c1c infra changes
new 53dfdea8e8 changes to dockerfile and pyproject
new 731b05b661 check in more artifacts
new ca4adff6fd make rebuild-images flow build base images
new b08857c481 build arch images in Jenkins
new c07a226081 Fix unbound variable error
new 2340497df9 jenkinsfile fixes
new 157505b03c don't need --platform anymore
new 34146a47ee deal with % in BUILD_TAG
new e9ce834f3a no tty
new 8fa5e6c964 Rename arm to aarch64, add bootstrap requirements.
new 1d15d5ab16 Rename i386 to x86
new 72eaf97d48 fixup! Rename arm to aarch64, add bootstrap requirements.
new cc40cb29d1 fixup! Rename i386 to x86
new 4be33f7007 fix build tag
new 2767201a0d regenerate Jenkinsfile
new dba0aed37d fix build tag x2
new f135506d34 more jenkinsfile fixes
new 7d722ca3e3 Remove per-arch base images and use ci_py_venv instead.
new c5a212ed98 Add mxnet to gen_requirements.
new 66cdf907b4 point caffe install script at proper venv
new 3017139b28 Adjust Dockerfile python installs
new d8ff9c7410 Add lint deps
new cd62344356 Update jenkinsfile
new c47f5474fb freeze py deps
new 00eff20d07 downgrade black due to tensorflow-gpu
new 3547359276 fix jenkinsfile
new 6b71dc50b3 remove arch
new 31911ddda1 move pack/unpack earlier
new 6e8f32010c try different signature
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ae994cac7d)
\
N -- N -- N refs/heads/areusch/freeze-dependencies (6e8f32010c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 33 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CONTRIBUTORS.md | 1 +
Jenkinsfile | 6 +-
apps/microtvm/cmsisnn/Makefile | 17 +-
apps/microtvm/ethosu/Makefile | 19 +-
cmake/modules/Hexagon.cmake | 10 +-
docker/install/ubuntu_install_cmsis.sh | 17 +-
include/tvm/relay/attrs/nn.h | 6 +
jenkins/Jenkinsfile.j2 | 4 +-
python/tvm/meta_schedule/tune.py | 18 +-
python/tvm/relay/frontend/oneflow.py | 418 ++++++++++++++-------
python/tvm/relay/frontend/onnx.py | 113 ++++--
python/tvm/relay/frontend/pytorch.py | 1 +
python/tvm/runtime/ndarray.py | 2 +
python/tvm/script/parser.py | 20 +-
python/tvm/script/tir/node.py | 63 +++-
python/tvm/script/tir/scope_handler.py | 7 +-
python/tvm/script/tir/special_stmt.py | 3 +-
python/tvm/script/tir/utils.py | 55 ---
python/tvm/testing/utils.py | 4 +
python/tvm/topi/vision/rcnn/roi_align.py | 4 +-
src/printer/tvmscript_printer.cc | 29 +-
src/runtime/hexagon/rpc/simulator/session.cc | 21 ++
src/runtime/object.cc | 6 +
src/tir/schedule/primitive/compute_inline.cc | 174 ++++++---
.../schedule/primitive/layout_transformation.cc | 5 +
src/tir/transforms/split_host_device.cc | 7 +-
.../contrib/test_hexagon/benchmark_hexagon.py | 12 +-
.../test_hexagon/test_2d_physical_buffers.py | 10 +-
tests/python/contrib/test_hexagon/test_launcher.py | 16 +-
tests/python/contrib/test_hexagon/test_models.py | 6 +-
.../contrib/test_hexagon/test_run_unit_tests.py | 9 +-
.../contrib/test_hexagon/test_thread_pool.py | 13 +-
.../contrib/test_hexagon/topi/test_batch_matmul.py | 6 +-
.../test_hexagon/topi/test_cache_read_write.py | 7 +-
.../contrib/test_hexagon/topi/test_conv2d_nchw.py | 4 +-
.../contrib/test_hexagon/topi/test_conv2d_nhwc.py | 5 +-
.../test_hexagon/topi/test_conv2d_transpose.py | 4 +-
.../python/contrib/test_hexagon/topi/test_dense.py | 4 +-
.../test_hexagon/topi/test_depthwise_conv2d.py | 3 +-
.../contrib/test_hexagon/topi/test_pooling.py | 16 +-
.../contrib/test_hexagon/topi/test_reduce.py | 4 +-
.../contrib/test_hexagon/topi/test_softmax.py | 4 +-
tests/python/frontend/oneflow/test_forward.py | 199 ++++++++++
.../python/frontend/oneflow/test_vision_models.py | 150 ++++++++
tests/python/frontend/onnx/test_forward.py | 73 +++-
tests/python/relay/aot/corstone300.mk | 7 +-
.../unittest/test_tir_schedule_compute_inline.py | 140 +++++++
.../unittest/test_tir_schedule_transform_layout.py | 40 ++
tests/python/unittest/test_tir_texture_scope.py | 62 +++
.../python/unittest/test_tvmscript_error_report.py | 51 +--
tests/python/unittest/test_tvmscript_roundtrip.py | 17 +
51 files changed, 1469 insertions(+), 423 deletions(-)
delete mode 100644 python/tvm/script/tir/utils.py
create mode 100644 tests/python/frontend/oneflow/test_vision_models.py
create mode 100644 tests/python/unittest/test_tir_texture_scope.py