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 2021/03/18 19:46:46 UTC

[GitHub] [tvm] mbrookhart commented on a change in pull request #7438: [ONNX] Enable GPU in ONNX importer tests

mbrookhart commented on a change in pull request #7438:
URL: https://github.com/apache/tvm/pull/7438#discussion_r597194246



##########
File path: tests/scripts/task_python_frontend.sh
##########
@@ -31,6 +31,9 @@ find . -type f -path "*.pyc" | xargs rm -f
 # Rebuild cython
 make cython3
 
+# Only run GPU enabled tests on GPU
+export PYTEST_ADDOPTS="-m gpu $PYTEST_ADDOPTS"

Review comment:
       Doh! I thought I had removed all of those comments, but I must have only done it for the dynamic test files and missed the onnx file.




-- 
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