petersktang commented on issue #19506:
URL: https://github.com/apache/tvm/issues/19506#issuecomment-4384863334
### On Ubuntu 24.04, Linux 6.17.0-1017-oem, Rocm 7.2.3 (AMD Ryzen AI 9 HX
370)
```import tvm
import tvm
import numpy as np
tvm_data = tvm.runtime.tensor(np.random.rand(1, 784).astype("float32"),
device=tvm.rocm(0))
```
has the same result, hanging and unable to complete.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]