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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]