You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2021/02/04 22:59:35 UTC

[incubator-mxnet] branch Zha0q1-patch-4 created (now f94d1a2)

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

zha0q1 pushed a change to branch Zha0q1-patch-4
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git.


      at f94d1a2  bump up thread count

This branch includes the following new commits:

     new f94d1a2  bump up thread count

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.



[incubator-mxnet] 01/01: bump up thread count

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

zha0q1 pushed a commit to branch Zha0q1-patch-4
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git

commit f94d1a2215a22d1d63217ca99eade5c7cacaebff
Author: Zhaoqi Zhu <zh...@gmail.com>
AuthorDate: Thu Feb 4 14:57:21 2021 -0800

    bump up thread count
---
 ci/docker/runtime_functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh
index 0e58ca1..67a12cb 100755
--- a/ci/docker/runtime_functions.sh
+++ b/ci/docker/runtime_functions.sh
@@ -1258,7 +1258,7 @@ integrationtest_ubuntu_cpu_onnx() {
     pytest $COV_ARG --verbose tests/python-pytest/onnx/test_models.py
     pytest $COV_ARG --verbose tests/python-pytest/onnx/test_node.py
     pytest $COV_ARG --verbose tests/python-pytest/onnx/test_operators.py
-    pytest -n 12 $COV_ARG --verbose tests/python-pytest/onnx/test_onnxruntime.py
+    pytest -n 20 $COV_ARG --verbose tests/python-pytest/onnx/test_onnxruntime.py
 }
 
 integrationtest_ubuntu_gpu_python() {