You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by an...@apache.org on 2022/01/14 21:25:50 UTC

[tvm] branch ci-docker-staging updated (8d8cf31 -> 55d3a42)

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

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


    from 8d8cf31  upgrade to latest images
     new 51369c5  jenkinsfile and one test
     new 0bd0c0f  formatting
     new cc84556  swtich to proper repo for docker
     new 0f698d3  fix missing - with _
     new 3ee8610  jostle
     new 249da38  upgrade to latest images
     new 2a8325f  turn on ethosu build for qemu
     new 55d3a42  Merge branch 'ci-docker-staging' of github.com:apache/tvm into ci-docker-staging

The 8 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:
 tests/scripts/task_config_build_qemu.sh | 1 +
 1 file changed, 1 insertion(+)

[tvm] 03/08: swtich to proper repo for docker

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

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

commit cc84556f80bc0c5f89397f76db8977402b8afaec
Author: Andrew Luo <an...@gmail.com>
AuthorDate: Thu Jan 13 16:55:42 2022 -0800

    swtich to proper repo for docker
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e788951..24a5621 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -46,11 +46,11 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
 
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
 ci_lint = "tlcpack/ci-lint:v0.67"
-ci_gpu = "tlcpack/ci-gpu:20220112-000102-d1ee20191"
+ci_gpu = "tlcpackstaging/ci_gpu:20220112-000102-d1ee20191"
 ci_cpu = "tlcpack/ci-cpu:v0.80"
 ci_wasm = "tlcpack/ci-wasm:v0.71"
 ci_i386 = "tlcpack/ci-i386:v0.74"
-ci_qemu = "tlcpack/ci-qemu:20220112-000102-d1ee20191"
+ci_qemu = "tlcpackstaging/ci-qemu:20220112-000102-d1ee20191"
 ci_arm = "tlcpack/ci-arm:v0.06"
 // <--- End of regex-scanned config.
 

[tvm] 06/08: upgrade to latest images

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

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

commit 249da388c224546138503d411d8e4f5cf3c8998c
Author: Andrew Luo <an...@gmail.com>
AuthorDate: Thu Jan 13 21:13:36 2022 -0800

    upgrade to latest images
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index bb70e39..f547e0d 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -46,11 +46,11 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
 
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
 ci_lint = "tlcpack/ci-lint:v0.67"
-ci_gpu = "tlcpackstaging/ci_gpu:20220112-000102-d1ee20191"
+ci_gpu = "tlcpackstaging/ci_gpu:20220113-230019-74854135a"
 ci_cpu = "tlcpack/ci-cpu:v0.80"
 ci_wasm = "tlcpack/ci-wasm:v0.71"
 ci_i386 = "tlcpack/ci-i386:v0.74"
-ci_qemu = "tlcpackstaging/ci_qemu:20220112-000102-d1ee20191"
+ci_qemu = "tlcpackstaging/ci_qemu:20220113-230019-74854135a"
 ci_arm = "tlcpack/ci-arm:v0.06"
 // <--- End of regex-scanned config.
 

[tvm] 02/08: formatting

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

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

commit 0bd0c0fc087e312fbe9d7642b7dab89c5e0b814d
Author: Andrew Luo <an...@gmail.com>
AuthorDate: Thu Jan 13 15:23:32 2022 -0800

    formatting
---
 tests/python/frontend/onnx/test_forward.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/python/frontend/onnx/test_forward.py b/tests/python/frontend/onnx/test_forward.py
index d3d868f..eb8c9fd 100644
--- a/tests/python/frontend/onnx/test_forward.py
+++ b/tests/python/frontend/onnx/test_forward.py
@@ -233,8 +233,7 @@ def verify_with_ort(
 
 
 def quantize_and_verify_with_ort(onnx_model, input_names, input_shapes, target, dev):
-    from onnxruntime.quantization import (CalibrationDataReader, QuantType,
-                                          quantize_static)
+    from onnxruntime.quantization import CalibrationDataReader, QuantType, quantize_static
 
     input_arrays = [np.random.random(shape).astype("float32") for shape in input_shapes]
 

[tvm] 07/08: turn on ethosu build for qemu

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

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

commit 2a8325f25414ce209563f6f635f8a81329aff7da
Author: Andrew Luo <an...@gmail.com>
AuthorDate: Fri Jan 14 13:23:57 2022 -0800

    turn on ethosu build for qemu
---
 tests/scripts/task_config_build_qemu.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/scripts/task_config_build_qemu.sh b/tests/scripts/task_config_build_qemu.sh
index 816af7a..f2450e2 100755
--- a/tests/scripts/task_config_build_qemu.sh
+++ b/tests/scripts/task_config_build_qemu.sh
@@ -25,6 +25,7 @@ cp ../cmake/config.cmake .
 
 echo set\(USE_SORT ON\) >> config.cmake
 echo set\(USE_MICRO ON\) >> config.cmake
+echo set\(USE_ETHOSU ON\) >> config.cmake
 echo set\(USE_LLVM llvm-config-10\) >> config.cmake
 echo set\(CMAKE_CXX_COMPILER g++\) >> config.cmake
 echo set\(CMAKE_CXX_FLAGS -Werror\) >> config.cmake

[tvm] 04/08: fix missing - with _

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

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

commit 0f698d31f2fbc7a5a5dfe40cd42e2a677a106db2
Author: Andrew Luo <an...@gmail.com>
AuthorDate: Thu Jan 13 17:05:35 2022 -0800

    fix missing - with _
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 24a5621..bb70e39 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -50,7 +50,7 @@ ci_gpu = "tlcpackstaging/ci_gpu:20220112-000102-d1ee20191"
 ci_cpu = "tlcpack/ci-cpu:v0.80"
 ci_wasm = "tlcpack/ci-wasm:v0.71"
 ci_i386 = "tlcpack/ci-i386:v0.74"
-ci_qemu = "tlcpackstaging/ci-qemu:20220112-000102-d1ee20191"
+ci_qemu = "tlcpackstaging/ci_qemu:20220112-000102-d1ee20191"
 ci_arm = "tlcpack/ci-arm:v0.06"
 // <--- End of regex-scanned config.
 

[tvm] 08/08: Merge branch 'ci-docker-staging' of github.com:apache/tvm into ci-docker-staging

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

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

commit 55d3a425f9373108238fc41c8438a8ca0bb159a7
Merge: 2a8325f 8d8cf31
Author: Andrew Luo <an...@gmail.com>
AuthorDate: Fri Jan 14 13:24:42 2022 -0800

    Merge branch 'ci-docker-staging' of github.com:apache/tvm into ci-docker-staging
    
    * 'ci-docker-staging' of github.com:apache/tvm:
      upgrade to latest images
      fix missing - with _
      swtich to proper repo for docker
      formatting
      jenkinsfile and one test
      Restore the use of ONNX_DEFAULT_CONFIGS["use_nt_batch_matmul"] (#9925)
      Fix HexagonSDK.cmake (#9914)
      fix icelake target for avx512 and vnni (#9928)

 cmake/modules/HexagonSDK.cmake             |  2 +-
 python/tvm/relay/frontend/onnx.py          | 10 +++++++--
 python/tvm/topi/x86/utils.py               |  4 ++--
 tests/python/frontend/onnx/test_forward.py | 34 ++++++++++++++++++++++++++++++
 4 files changed, 45 insertions(+), 5 deletions(-)

[tvm] 01/08: jenkinsfile and one test

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

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

commit 51369c555756ffc98c29119f6df760d377f90a10
Author: Andrew Luo <an...@gmail.com>
AuthorDate: Thu Jan 13 15:13:26 2022 -0800

    jenkinsfile and one test
---
 Jenkinsfile                                | 4 ++--
 tests/python/frontend/onnx/test_forward.py | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 64b8465..e788951 100755
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -46,11 +46,11 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
 
 // NOTE: these lines are scanned by docker/dev_common.sh. Please update the regex as needed. -->
 ci_lint = "tlcpack/ci-lint:v0.67"
-ci_gpu = "tlcpack/ci-gpu:v0.79"
+ci_gpu = "tlcpack/ci-gpu:20220112-000102-d1ee20191"
 ci_cpu = "tlcpack/ci-cpu:v0.80"
 ci_wasm = "tlcpack/ci-wasm:v0.71"
 ci_i386 = "tlcpack/ci-i386:v0.74"
-ci_qemu = "tlcpack/ci-qemu:v0.08"
+ci_qemu = "tlcpack/ci-qemu:20220112-000102-d1ee20191"
 ci_arm = "tlcpack/ci-arm:v0.06"
 // <--- End of regex-scanned config.
 
diff --git a/tests/python/frontend/onnx/test_forward.py b/tests/python/frontend/onnx/test_forward.py
index 701906e..d3d868f 100644
--- a/tests/python/frontend/onnx/test_forward.py
+++ b/tests/python/frontend/onnx/test_forward.py
@@ -233,7 +233,8 @@ def verify_with_ort(
 
 
 def quantize_and_verify_with_ort(onnx_model, input_names, input_shapes, target, dev):
-    from onnxruntime.quantization import CalibrationDataReader, QuantType, quantize_static
+    from onnxruntime.quantization import (CalibrationDataReader, QuantType,
+                                          quantize_static)
 
     input_arrays = [np.random.random(shape).astype("float32") for shape in input_shapes]
 
@@ -5047,6 +5048,7 @@ unsupported_onnx_tests = [
     "test_reduce_sum_keepdims_random",
     "test_reduce_sum_negative_axes_keepdims_example",
     "test_reduce_sum_negative_axes_keepdims_random",
+    "test_reshape_allowzero_reordered",
     "test_rnn_seq_length",
     "test_round",
     "test_sequence_insert_at_back",

[tvm] 05/08: jostle

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

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

commit 3ee8610cf8f08c25967b28dba3552d92eb11199a
Author: Andrew Luo <an...@gmail.com>
AuthorDate: Thu Jan 13 19:07:57 2022 -0800

    jostle