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:
        graph, lib, params = relay.build(mod, target, params=params)

ctx = tvm.hexagon(0)
data = np.random.uniform(-1, 1, size=(1, 3, 100, 100)).astype("float32")
module = graph_runtime.create(graph, lib, ctx)
module.set_input('input.1', data)
module.set_input(**params)
module.run()
```

File 
"/home/wang/ws/tvm/incubator-tvm/src/runtime/hexagon/sim/hexagon_device_sim.cc",
 line 591  
HexagonSimulator: Run not stopped on breakpoint, code=1





---
[Visit 
Topic](https://discuss.tvm.apache.org/t/how-to-run-module-with-hexagon-simulator-sim-dev/7946/1)
 to respond.

You are receiving this because you enabled mailing list mode.

To unsubscribe from these emails, [click 
here](https://discuss.tvm.apache.org/email/unsubscribe/5380313f4323302c67de907d3a27fc786f5e9e4d32b1c5c51bd5bc30a2cc5299).

Reply via email to