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
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
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
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
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.
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