[TVM Discuss] [Questions] Incorrect generated function after PartitionGraph pass

2020-04-15 Thread Matt Barrett via TVM Discuss
This should be resolved by this PR: https://github.com/apache/incubator-tvm/pull/5320 :) --- [Visit Topic](https://discuss.tvm.ai/t/incorrect-generated-function-after-partitiongraph-pass/6380/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe fro

[TVM Discuss] [Questions] Incorrect generated function after PartitionGraph pass

2020-04-15 Thread jonso via TVM Discuss
Wow, perfect timing! Thanks :) --- [Visit Topic](https://discuss.tvm.ai/t/incorrect-generated-function-after-partitiongraph-pass/6380/3) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/email/

[TVM Discuss] [Questions] Incorrect generated function after PartitionGraph pass

2020-04-15 Thread jonso via TVM Discuss
Hi @zhiics @comaniac, I am using BYOC to offload transformers to external codegen tools. These transformers are composite functions. I had been using this feature well with my manually-generated annotation passes, but when I merge the latest changes to go through the `AnnotateGraph -> Partiti