[TVM Discuss] [Questions] [relay]where op error:can_dispatch(n):NodeFunctor calls un-registered function on type Any

2020-04-29 Thread Michael via TVM Discuss
I think that's because of the function TransformShape in the file data_layout.cc. It's used to split shape like from NCHW to NCHWc. But when you want to convert your output shape from NCHW to NHWC for example, it will cause error. So you need to add your own shape transform function. ---

[TVM Discuss] [Questions] Cannot find config for target=llvm when using autotvm in tensorflow example for cpu

2020-04-29 Thread lichunhui via TVM Discuss
hallo! so, how can i to do it ? --- [Visit Topic](https://discuss.tvm.ai/t/cannot-find-config-for-target-llvm-when-using-autotvm-in-tensorflow-example-for-cpu/1544/7) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here

[TVM Discuss] [Questions] How to auto tune a single TOPI operator

2020-04-29 Thread Wei Sun via TVM Discuss
Hi: Is is possible to auto tune a single TOPI operator? (e.g. conv2d_int8) Do we have tutorial for this? Thank you very much! --- [Visit Topic](https://discuss.tvm.ai/t/how-to-auto-tune-a-single-topi-operator/6541/1) to respond. You are receiving this because you enabled mailing list mo

[TVM Discuss] [Questions] [BYOC] Problem about subgraph with TupleTypeNode inputs

2020-04-29 Thread Cody H. Yu via TVM Discuss
@matt-arm the PR you posted solved the issue of tuple constant propagation, but it seems not solving the tuple var node issue. In this particular case, for example, we will still have a tuple of data in the first argument. --- [Visit Topic](https://discuss.tvm.ai/t/byoc-problem-about-subg

[TVM Discuss] [Questions] [BYOC] Problem about subgraph with TupleTypeNode inputs

2020-04-29 Thread Matt Barrett via TVM Discuss
I have a candidate fix with this PR: https://github.com/apache/incubator-tvm/pull/5476 --- [Visit Topic](https://discuss.tvm.ai/t/byoc-problem-about-subgraph-with-tupletypenode-inputs/6522/6) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from t

[TVM Discuss] [Questions] WARNING:root:Failed to download tophub package for llvm:

2020-04-29 Thread lichunhui via TVM Discuss
My wechat is 17671689743. --- [Visit Topic](https://discuss.tvm.ai/t/warningfailed-to-download-tophub-package-for-llvm-urlopen-error-errno-111-connection-refused/5759/9) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click he

[TVM Discuss] [Questions] WARNING:root:Failed to download tophub package for llvm:

2020-04-29 Thread lichunhui via TVM Discuss
wow,thank you!can i add your friends? --- [Visit Topic](https://discuss.tvm.ai/t/warningfailed-to-download-tophub-package-for-llvm-urlopen-error-errno-111-connection-refused/5759/8) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails

[TVM Discuss] [Questions] Remove an attribute from IR

2020-04-29 Thread Zhao Wu via TVM Discuss
I think it is the correct way to handle it. This is the same as the doc: https://docs.tvm.ai/tutorials/dev/low_level_custom_pass.html --- [Visit Topic](https://discuss.tvm.ai/t/remove-an-attribute-from-ir/6526/3) to respond. You are receiving this because you enabled mailing list mode.

[TVM Discuss] [Questions] WARNING:root:Failed to download tophub package for llvm:

2020-04-29 Thread Sunic via TVM Discuss
You can git clone from https://github.com/uwsampl/tvm-distro and mv tophub/ to ~/.tvm/tophub. --- [Visit Topic](https://discuss.tvm.ai/t/warningfailed-to-download-tophub-package-for-llvm-urlopen-error-errno-111-connection-refused/5759/7) to respond. You are receiving this because you ena

[TVM Discuss] [Questions] Remove an attribute from IR

2020-04-29 Thread abhikran-quic via TVM Discuss
Hi @FrozenGene, Could you please help in sharing your thoughts on this approach? --- [Visit Topic](https://discuss.tvm.ai/t/remove-an-attribute-from-ir/6526/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https:/

[TVM Discuss] [Questions] [BYOC] Problem about subgraph with TupleTypeNode inputs

2020-04-29 Thread Matt Barrett via TVM Discuss
Hi, welcome to the forum :) I'm working on fixing this exact issue at the moment. It comes about because constant tuples are not correctly propagated into the partitioned regions so you can't see the data of the tuple, only its type. I hope to have a fix in review either later today or tomorro

[TVM Discuss] [Questions] Is it possible to control the big and little core of the arm core through TVM?

2020-04-29 Thread ckh via TVM Discuss
Hello! I have some questions about arm core ( rk3399 firefly board ). I want to run Mali GPU and Arm CPU In parallel. Therefore, after creating two threads, I want to execute a module running on CPU and GPU in each thread. and I want to use two big cores for the threads running the CPU, and a

[TVM Discuss] [Questions] Problem while exporting tvm library in windows

2020-04-29 Thread NikkoneW via TVM Discuss
it's really helpful. thanks. --- [Visit Topic](https://discuss.tvm.ai/t/problem-while-exporting-tvm-library-in-windows/2727/12) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/unsubscri

[TVM Discuss] [Questions] Why FoldConstant optimization needs schedule ops?

2020-04-29 Thread JC Li via TVM Discuss
I'm stumbled by the same confusion when tracing the FoldConstant optimization pass. Some of my debug print shows the process as below. I don't know why (**anyone, please explain if you know**) but Relay kicks the 'whole compilation process' by using the Interpreter (interpreter.cc). * 'EtaEx