for A1, what do people think of an ordering spec e.g.
```
self._register_relay_pass(ConfigGenerator(), before="FuseOps",
after=("MergeComposite", "abcOtherPass"))
```
my concern is that whether int or enum, people are really expressing a
dependency graph here and while we hope it is not terribly complicated, it's
hard to intuit the meaning from an enum/int.
for A2, i agree with @manupa-arm 's question, but i think it would be awesome
to see the prototype and we could discuss from there.
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/tvm-rfcs/pull/60#issuecomment-1124156962
You are receiving this because you are subscribed to this thread.
Message ID: <apache/tvm-rfcs/pull/60/[email protected]>