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 2022/09/05 10:39:05 UTC

[GitHub] [tvm] valmat07 commented on a diff in pull request #12490: [OpenCL] Enable OpenCL for GPU tasks

valmat07 commented on code in PR #12490:
URL: https://github.com/apache/tvm/pull/12490#discussion_r962760327


##########
tests/python/contrib/test_opencl/test_run_gtests.py:
##########
@@ -28,6 +29,7 @@
 # for example to run all "foo" tests twice and observe gtest output run
 # pytest -sv <this file> --gtests_args="--gtest_filter=*foo* --gtest_repeat=2"
 @tvm.testing.requires_opencl
+@pytest.mark.xfail(raises=AttributeError)

Review Comment:
   I couldn't enable opencl cpp tests due to problems with CI environment. For enabling openCL Gtests we need to get source of googletests but there are no sources in the docker image. I also tried to get source from git (you can check my some commits for this) but when we reinstall gtest lib, other CPP tests become broken. So I decided to mark this test as xfail. 



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

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

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