You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2019/11/15 21:46:10 UTC

[GitHub] [incubator-tvm] slyubomirsky commented on issue #4348: [Relay] Add tests in CI which run tests based on specific Relay feature flags

slyubomirsky commented on issue #4348: [Relay] Add tests in CI which run tests based on specific Relay feature flags
URL: https://github.com/apache/incubator-tvm/issues/4348#issuecomment-554540987
 
 
   I think you can iterate through the passes by looking at the defined members of `tvm.relay.transform` and having exceptions for the members that are not passes. This way, if anyone adds a pass to that package, they would have to hardcode an exception and should have a justification for it (we can put a comment in there to remind reviewers of that)

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services