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 2020/09/03 17:44:09 UTC

[GitHub] [incubator-tvm] tqchen edited a comment on pull request #6394: [TESTING] Fix the error when running tests with default targets

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, versus whether a runtime is available.  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:
users@infra.apache.org