areusch commented on PR #60:
URL: https://github.com/apache/tvm-rfcs/pull/60#issuecomment-1124156962
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.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]