zhiics opened a new pull request #5035: [refactor][relay pass] Separate 
analysis and transform passes
URL: https://github.com/apache/incubator-tvm/pull/5035
 
 
   As we are incrementally adding more and more passes to Relay. It makes sense 
to separate these passes into `analysis` and `transforms` namespaces. This 
makes the code cleaner and easy to find the pass that users want. In addition, 
commercial compilers like LLVM also organize the passes similarly.
   
   This PR mainly separates the C++ side and creates `analysis` and 
`transforms` under passes. A followup PR will refactor the Python side.
   
   Some discussion about this is here: 
https://discuss.tvm.ai/t/discuss-annotation-defined-subgraphs/5934/4
   
   CC @tqchen @jroesch @icemelon9 @mbaret @comaniac 

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to