[TVM Discuss] [Questions] Onnx2tvm fail under python

2020-05-14 Thread Leebsun via TVM Discuss
Have you solved this? --- [Visit Topic](https://discuss.tvm.ai/t/onnx2tvm-fail-under-python/4738/4) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscribe/b543f9fc6dde5340060c3e49f

[TVM Discuss] [Questions] Schedule not registered for 'mytarget'

2020-05-14 Thread Hanting Huang via TVM Discuss
This is where the problem lies. You need to give the target context by relay.build with the target argument. But there is no requirement to do this in TVM for flexibility. In some tutorials, compute graph is not build by using op strategy but directly using the wrap function(cfunc&sfunc). For

[TVM Discuss] [Questions] Schedule not registered for 'mytarget'

2020-05-14 Thread JC Li via TVM Discuss
Thank you, @hht . It seems my target isn't constructed appropriately. But why it doesn't complain anything in the run before? ``` File "relay_linearnet.py", line 32, in print(tvm.target.Target.current(allow_none=False)) File "/work/git_repo/tvm/python/tvm/target/target.py", line 103,

[TVM Discuss] [Questions] Schedule not registered for 'mytarget'

2020-05-14 Thread Hanting Huang via TVM Discuss
It seems right. Maybe your target is error. Use this to see your current target. ``` print(tvm.target.Target.current(allow_none=False) ``` --- [Visit Topic](https://discuss.tvm.ai/t/schedule-not-registered-for-mytarget/6675/2) to respond. You are receiving this because you enabled mailing

[TVM Discuss] [Questions] Example of JSON runtime for BYOC

2020-05-14 Thread Cody H. Yu via TVM Discuss
We will be working on it based on this RFC: https://discuss.tvm.ai/t/byoc-runtime-json-runtime-for-byoc/6579 --- [Visit Topic](https://discuss.tvm.ai/t/example-of-json-runtime-for-byoc/6670/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from t

[TVM Discuss] [Questions] Schedule not registered for 'mytarget'

2020-05-14 Thread JC Li via TVM Discuss
I added a new 'mytarget' to target list and add dense strategy registration in python/tvm/op/strategy/mytarget.py as below: ``` @dense_strategy.register("mytarget") def dense_strategy_mytarget(attrs, inputs, out_type, target): strategy = _op.OpStrategy() strategy.add_implementation(wrap_

[TVM Discuss] [Questions] Autotvm.task.extract_from_program() get Segmentation fault

2020-05-14 Thread david via TVM Discuss
@a876571186 did you fix the issue? how? thx! --- [Visit Topic](https://discuss.tvm.ai/t/autotvm-task-extract-from-program-get-segmentation-fault/6002/8) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discu