[Apache TVM Discuss] [Questions] Are web or webassembly supported autotvm

2021-04-14 Thread curer via Apache TVM Discuss
Actually I haven't completed turning on web. I still have some works to make it work. --- [Visit Topic](https://discuss.tvm.apache.org/t/are-web-or-webassembly-supported-autotvm/9496/9) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these

[Apache TVM Discuss] [Questions] Are web or webassembly supported autotvm

2021-04-01 Thread curer via Apache TVM Discuss
Thanks @tqchen . after below steps, I find a new problem, I don't know how to send wasm_binary via rpc tracker. I passed `session_constructor_args=["rpc.WasmSession", wasm_binary]` in `rpc.connect`. 1. launch rpc tracker > python -m tvm.exec.rpc_tracker --host=0.0.0.0 --port=9192 2. laun

[Apache TVM Discuss] [Questions] Are web or webassembly supported autotvm

2021-03-29 Thread curer via Apache TVM Discuss
I've already build websocket demo, and run our model with web assembly backend in browser. but kernel is not tuned with this machine. I've read some tutorials about android、cuda etc. I found rpc tracker is usefull. Do we another way without rpc tracker that could be able to do tuning in bro