You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2020/06/15 15:40:15 UTC

[GitHub] [incubator-tvm] u99127 commented on a change in pull request #5815: [CI] Limit number of threads in all jobs

u99127 commented on a change in pull request #5815:
URL: https://github.com/apache/incubator-tvm/pull/5815#discussion_r440267908



##########
File path: tests/scripts/task_python_vta_fsim.sh
##########
@@ -20,6 +20,10 @@ set -e
 set -u
 
 source tests/scripts/setup-pytest-env.sh
+# to avoid CI thread throttling.
+export TVM_BIND_THREADS=0
+export OMP_NUM_THREADS=1
+

Review comment:
       Why not move this into setup-pytest-env.sh and maybe rename it to setup-test-env.sh if you think it's too pytest centric ? 
   




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org