-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[TEST] Skip TensorCore TOPI test when it is not available #7277
Comments
(Posting here as I think it is related) When running TVM tests on a CPU only machine, I'm getting an error when running tvm/tests/python/topi/python/test_topi_batch_matmul_tensorcore.py Lines 66 to 71 in 89e3688
The error I see is:
As you can see, the test is marked as I wonder whether we should move it to either |
I think |
Yes, it should be |
…uirement (apache#7294) * this test current sets a requirement to "uses_gpu", which causes it to fail in cpu-only machine * this patch changes it to be "requires_tensorcore", as per discussion on issue apache#7277
…uirement (apache#7294) * this test current sets a requirement to "uses_gpu", which causes it to fail in cpu-only machine * this patch changes it to be "requires_tensorcore", as per discussion on issue apache#7277
…uirement (apache#7294) * this test current sets a requirement to "uses_gpu", which causes it to fail in cpu-only machine * this patch changes it to be "requires_tensorcore", as per discussion on issue apache#7277
…uirement (apache#7294) * this test current sets a requirement to "uses_gpu", which causes it to fail in cpu-only machine * this patch changes it to be "requires_tensorcore", as per discussion on issue apache#7277
#7146 Introduces a test on tensorcore for batchmatmul
Because tensorcore is only optionally supported in the topi testing stage, it would be great to skip it when it is not available.
The text was updated successfully, but these errors were encountered: