tkonolige commented on a change in pull request #6331:
URL: https://github.com/apache/incubator-tvm/pull/6331#discussion_r476597060



##########
File path: tests/scripts/setup-pytest-env.sh
##########
@@ -26,5 +26,20 @@ else
 fi
 set -u
 
+export TVM_TEST_DEVICES=""
+while test $# -gt 0
+do
+    case "$1" in
+        cpu) export TVM_TEST_DEVICES="llvm;llvm 
-device=arm_cpu;$TVM_TEST_DEVICES"
+            ;;

Review comment:
       I've removed the need for the pytest flag, its automatically added based 
on TVM_TEST_DEVICES. We still have to set the environment variable somewhere. 
Is there a way to do that in the jenkinsfile?




----------------------------------------------------------------
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:
[email protected]


Reply via email to