mvermeulen commented on issue #13666:
URL: https://github.com/apache/tvm/issues/13666#issuecomment-1404483929
@masahi - some further characterization:
1. Using Radeon VII (gfx906): both the onnx_rocm.py and the from_pytorch.py
work as expected. In particular, the relay/torch graphs both indicate id 281
and other results are as reported above.
2. Using RX 6900XT (gfx1030); I see similar failure to what you report
above. However, if I change the target specification to be: ```target =
tvm.target.Target("rocm -libs=rocblas", host="llvm")``` then it behaves the
same as Radeon VII.
3. Using RX 6800m (gfx1031); then I need to set the environment variable
```HSA_OVERRIDE_GFX_VERSION=10.3.0``` and then using ```-libs=rocblas``` again
causes things to pass.
--
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]