tqchen edited a comment on pull request #6394:
URL: https://github.com/apache/incubator-tvm/pull/6394#issuecomment-686647893
`opencl -device=xyz` will fail on my local mac when running tests.
This happens when I directly run `python
tests/python/integration/test_ewise.py`
There is a difference between whether a target is enabled(can generate
code), versus whether a runtime is available(can run). Most of the runtime
enabled code only takes the `target_kind` as input without the additional
strings.
For runtime availability testing, we should always use the target kind for
now. We are also in the process of upgrading the Target specifications, so we
might want to look into that later.
But my take is that most of the cases should be about runtime availability.
----------------------------------------------------------------
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]