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 2021/11/16 04:27:50 UTC

[GitHub] [tvm] wrongtest opened a new issue #9513: [BUG] NVPTX as a device seems to be not supported anymore

wrongtest opened a new issue #9513:
URL: https://github.com/apache/tvm/issues/9513


   Hi there. We have been seen strange warning message `NVPTX support not enabled`  during unittests on environment with cuda enabled.  A reproduce script is as below:
   ```python
   import os
   from tvm.testing.utils import device_enabled
   os.environ["TVM_TEST_TARGETS"]="llvm;nvptx;cuda"
   device_enabled("llvm") # True
   device_enabled("cuda") # True
   device_enabled("nvptx") # False
   ```


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



[GitHub] [tvm] ZQPei commented on issue #9513: [BUG] NVPTX as a testable device seems to be not supported anymore

Posted by GitBox <gi...@apache.org>.
ZQPei commented on issue #9513:
URL: https://github.com/apache/tvm/issues/9513#issuecomment-978798376


   @wrongtest I do believe https://github.com/apache/tvm/pull/9585 could solve this bug.


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



[GitHub] [tvm] junrushao1994 closed issue #9513: [BUG] NVPTX as a testable device seems to be not supported anymore

Posted by GitBox <gi...@apache.org>.
junrushao1994 closed issue #9513:
URL: https://github.com/apache/tvm/issues/9513


   


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