tqchen edited a comment on pull request #9103:
URL: https://github.com/apache/tvm/pull/9103#issuecomment-937750416


   Thanks @mikepapadim . One thing that would be very helpful is to split the 
logic into two parts:
   - A function that configures and returns the composite Pass(aka the 
sequential)
   - A function that uses the above function to construct the composite pass 
and execute the optimization.
   
   As part of python first principle, we want to enable ways to access and 
tweak optimizations in python easily. While majority of the default logic can 
sit in c++. It would be super helpful to have a python function that returns 
the composite pipeline, and possibly allow us to do further customizations (in 
python)  if necessary and invoke them.


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


Reply via email to