leandron commented on issue #7277: URL: https://github.com/apache/tvm/issues/7277#issuecomment-761043520
(Posting here as I think it is related) When running TVM tests on a CPU only machine, I'm getting an error when running `/test_topi_batch_matmul_tensorcore.py:test_batch_matmul`: https://github.com/apache/tvm/blob/89e3688137b9d8dd0e431cbdadb84d42dae9eee3/tests/python/topi/python/test_topi_batch_matmul_tensorcore.py#L66-L71 The error I see is: > Check failed: allow_missing == false: Device API gpu is not enabled. The test is marker as `uses_gpu`. I wonder whether we should move it to either `requires_gpu` or even `requires_tensorcore`? ---------------------------------------------------------------- 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: us...@infra.apache.org