You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2021/05/14 17:16:11 UTC

[tvm] branch ci-docker-staging updated (e4e45e4 -> 5032740)

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

areusch pushed a change to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    omit e4e45e4  update qemu
    omit e6452f1  fix arm image version
    omit d4451ff  fixes to build images
    omit 4ff0a15  [CI] Updated docker images
     add 76fb2af  change a, n, l to A, N, L (#8027)
     add ed283b8  support concat in recast (#8028)
     add 43c2ea7  Rename gpu to cuda, and bump dlpack to v0.5 (#8032)
     add 39fa759  fix docs of threefry_split and threefry_generate (#8035)
     add b81f3f7  Remove warning which is adding too much noise (#7975)
     add 158aedd  [ONNX] QLinearConv Support (#8007)
     add c999a84  [Relay][AlterOpLayout] Fix strided slice type change. (#8022)
     add bd7cda9  Rename gpu to cuda in java/rust/typescript (#8036)
     add 66d35ba  Update CI images (#8031)
     new 5032740  test CI image update

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   (e4e45e4)
            \
             N -- N -- N   refs/heads/ci-docker-staging (5032740)

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 1 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:
 3rdparty/dlpack                                    |   2 +-
 Jenkinsfile                                        |   4 +-
 apps/topi_recipe/broadcast/test_broadcast_map.py   |  10 +-
 apps/topi_recipe/reduce/test_reduce_map.py         |   4 +-
 apps/topi_recipe/rnn/lstm.py                       |   2 +-
 apps/topi_recipe/rnn/matexp.py                     |  10 +-
 docs/deploy/tensorrt.rst                           |   2 +-
 docs/dev/index.rst                                 |   6 +-
 golang/src/device.go                               |  20 +-
 include/tvm/runtime/device_api.h                   |   8 +-
 jvm/core/src/main/java/org/apache/tvm/Device.java  |  11 +-
 jvm/core/src/main/java/org/apache/tvm/Module.java  |   4 +-
 .../main/java/org/apache/tvm/rpc/RPCSession.java   |  14 +-
 .../src/test/java/org/apache/tvm/ModuleTest.java   |  10 +-
 jvm/core/src/test/scripts/test_add_gpu.py          |   6 +-
 python/tvm/__init__.py                             |   2 +-
 python/tvm/_ffi/runtime_ctypes.py                  |   3 +-
 python/tvm/contrib/nvcc.py                         |  12 +-
 python/tvm/contrib/peak.py                         |   2 +-
 python/tvm/driver/tvmc/runner.py                   |   4 +-
 python/tvm/relay/backend/compile_engine.py         |  17 +-
 python/tvm/relay/frontend/onnx.py                  | 104 +++++++++++
 python/tvm/relay/transform/recast.py               |  18 +-
 python/tvm/rpc/client.py                           |   4 +-
 python/tvm/runtime/__init__.py                     |   2 +-
 python/tvm/runtime/ndarray.py                      |  27 ++-
 python/tvm/testing.py                              |  10 +-
 python/tvm/topi/cuda/conv2d_alter_op.py            |   2 +-
 python/tvm/topi/cuda/nms.py                        |   2 +-
 python/tvm/topi/random/kernel.py                   |   8 +-
 python/tvm/topi/x86/conv2d_alter_op.py             |   2 +-
 rust/tvm-rt/src/lib.rs                             |   2 +-
 rust/tvm-rt/src/module.rs                          |   2 +-
 rust/tvm-sys/src/device.rs                         |  21 +--
 rust/tvm-sys/src/value.rs                          |   4 +-
 rust/tvm/tests/basics/src/main.rs                  |   4 +-
 src/auto_scheduler/search_policy/utils.h           |   4 +-
 src/auto_scheduler/search_task.cc                  |   6 +-
 src/contrib/tf_op/tvm_dso_op_kernels.cc            |   6 +-
 src/relay/backend/build_module.cc                  |   2 +-
 src/relay/backend/vm/compiler.cc                   |   2 +-
 src/relay/op/tensor/transform.cc                   |  21 ++-
 src/runtime/contrib/cudnn/cudnn_utils.cc           |   2 +-
 src/runtime/contrib/tensorrt/tensorrt_builder.cc   |   4 +-
 src/runtime/contrib/tensorrt/tensorrt_runtime.cc   |   6 +-
 src/runtime/cuda/cuda_device_api.cc                |  20 +-
 src/runtime/module.cc                              |   2 +-
 src/runtime/ndarray.cc                             |   4 +-
 src/target/target_kind.cc                          |   6 +-
 .../schedule_postproc_rewrite_for_tensor_core.cc   |   2 +-
 src/tir/analysis/verify_memory.cc                  |   2 +-
 tests/cpp/build_module_test.cc                     |   2 +-
 .../test_runtime_packed_func.py                    |   4 +-
 tests/python/contrib/test_cublas.py                |   6 +-
 tests/python/contrib/test_cudnn.py                 |  10 +-
 tests/python/contrib/test_tensorrt.py              |  20 +-
 tests/python/frontend/onnx/test_forward.py         | 202 ++++++++++++++++++++-
 tests/python/frontend/pytorch/test_forward.py      |   2 +-
 .../quantization/test_quantization_accuracy.py     |   2 +-
 tests/python/relay/test_any.py                     |   4 +-
 tests/python/relay/test_auto_scheduler_tuning.py   |   2 +-
 tests/python/relay/test_cpp_build_module.py        |   2 +-
 tests/python/relay/test_op_level1.py               |  10 +-
 tests/python/relay/test_op_level2.py               |   2 +-
 tests/python/relay/test_op_level4.py               |   2 +
 tests/python/relay/test_pass_context_analysis.py   |  42 ++---
 tests/python/relay/test_recast.py                  |  24 +++
 tests/python/topi/python/test_topi_relu.py         |   2 +-
 tests/python/topi/python/test_topi_tensor.py       |   2 +-
 .../unittest/test_runtime_graph_cuda_graph.py      |   2 +-
 .../test_runtime_module_based_interface.py         |  12 +-
 tests/python/unittest/test_target_codegen_blob.py  |   4 +-
 tests/python/unittest/test_target_codegen_cuda.py  |  44 ++---
 tests/python/unittest/test_target_codegen_llvm.py  |   2 +-
 ...te_schedule_postproc_rewrite_for_tensor_core.py |   4 +-
 .../unittest/test_te_schedule_tensor_core.py       |   4 +-
 .../test_tir_transform_lower_warp_memory.py        |  12 +-
 tutorials/auto_scheduler/tune_conv2d_layer_cuda.py |   2 +-
 tutorials/autotvm/tune_conv2d_cuda.py              |   2 +-
 tutorials/frontend/deploy_sparse.py                |   2 +-
 tutorials/frontend/from_caffe2.py                  |   2 +-
 tutorials/frontend/from_keras.py                   |   2 +-
 tutorials/frontend/from_mxnet.py                   |   2 +-
 tutorials/frontend/from_tensorflow.py              |   2 +-
 tutorials/get_started/autotvm_matmul.py            |   2 +-
 tutorials/get_started/relay_quick_start.py         |   2 +-
 tutorials/language/reduction.py                    |   2 +-
 tutorials/language/scan.py                         |   2 +-
 tutorials/optimize/opt_conv_cuda.py                |   2 +-
 tutorials/optimize/opt_conv_tensorcore.py          |   2 +-
 tutorials/topi/intro_topi.py                       |   2 +-
 web/src/runtime.ts                                 |   3 +-
 92 files changed, 636 insertions(+), 273 deletions(-)

[tvm] 01/01: test CI image update

Posted by ar...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

areusch pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm.git

commit 503274095524d01b2940df658a27a85e6db3386a
Author: Andrew Reusch <ar...@octoml.ai>
AuthorDate: Fri May 14 10:15:36 2021 -0700

    test CI image update
---
 Jenkinsfile | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index a2f1017..bbaa820 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -44,13 +44,13 @@
 //
 
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
-ci_lint = "tlcpack/ci-lint:v0.62"
-ci_gpu = "tlcpack/ci-gpu:v0.72"
-ci_cpu = "tlcpack/ci-cpu:v0.73"
-ci_wasm = "tlcpack/ci-wasm:v0.70"
-ci_i386 = "tlcpack/ci-i386:v0.72-t0"
-ci_qemu = "tlcpack/ci-qemu:v0.04"
-ci_arm = "tlcpack/ci-arm:v0.03"
+ci_lint = "tkonolige/ci-lint:latest"
+ci_gpu = "tkonolige/ci-gpu:latest"
+ci_cpu = "tkonolige/ci-cpu:latest"
+ci_wasm = "tkonolige/ci-wasm:latest"
+ci_i386 = "tkonolige/ci-i386:latest"
+ci_qemu = "areusch/ci-qemu-staging:v0.05"
+ci_arm = "tkonolige/ci-arm:latest"
 // <--- End of regex-scanned config.
 
 // tvm libraries