OK! Thank you for reply.
---
[Visit
Topic](https://discuss.tvm.apache.org/t/how-to-run-module-with-hexagon-simulator-sim-dev/7946/4)
to respond.
You are receiving this because you enabled mailing list mode.
To unsubscribe from these emails, [click
here](https://discuss.tvm.apache.org/em
I try to execute tvm graph with hexagon sim! But I get some error!
I have change
`set(USE_HEXAGON_DEVICE sim) `
`set(USE_HEXAGON_SDK /home/wang/Qualcomm/Hexagon_SDK/3.5.2)`
```python
with tvm.transform.PassContext(opt_level=1):
with tvm.target.hexagon("v60", hvx=128) as target: