[TVM Discuss] [Development/RFC] Performing Relay Passes Non-Recursively

2020-04-07 Thread tqchen via TVM Discuss
https://github.com/apache/incubator-tvm/pull/4886 --- [Visit Topic](https://discuss.tvm.ai/t/performing-relay-passes-non-recursively/5696/22) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.ai/e

[TVM Discuss] [Development/RFC] Performing Relay Passes Non-Recursively

2020-03-30 Thread Haichen Shen via TVM Discuss
Yes, that sounds good to me. --- [Visit Topic](https://discuss.tvm.ai/t/performing-relay-passes-non-recursively/5696/21) 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/07c8

[TVM Discuss] [Development/RFC] Performing Relay Passes Non-Recursively

2020-03-30 Thread Matthew Brookhart via TVM Discuss
Okay, I've implemented these APIs and converted a couple of passes to use them, please take a look and review. https://github.com/apache/incubator-tvm/pull/4886 @haichen @MarisaKirisame I'm noticing that the passes with these edge cases all seem to be doing more complicated things than the sim

[TVM Discuss] [Development/RFC] Performing Relay Passes Non-Recursively

2020-03-23 Thread Matthew Brookhart via TVM Discuss
Hmm, that's a good point, the other thing I'm currently working on is the [Pattern Language](https://discuss.tvm.ai/t/rfc-relay-program-matching-for-relay-pt-1-a-pattern-language/5833), and I'm noticing some similar kinds of inflexibilities with that. Will think about how to make this a litt

[TVM Discuss] [Development/RFC] Performing Relay Passes Non-Recursively

2020-03-22 Thread Marisa Kirisame via TVM Discuss
hmm. after a bit of thinking, doesnt this pass force visit to all children, even though that dont necessarily need it? will making the right hand side a lazy value make more sense? --- [Visit Topic](https://discuss.tvm.ai/t/performing-relay-passes-non-recursively/5696/18) to respond.

[TVM Discuss] [Development/RFC] Performing Relay Passes Non-Recursively

2020-03-22 Thread Marisa Kirisame via TVM Discuss
writing trampoline by hand is probably the way to go for those passes. --- [Visit Topic](https://discuss.tvm.ai/t/performing-relay-passes-non-recursively/5696/17) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](htt