MasterJH5574 opened a new pull request, #14192:
URL: https://github.com/apache/tvm/pull/14192

   Previously, the LiftTransformParams pass only works on function `"main"`. 
This is a bit restrictive as in our recent practice on stable diffusion, there 
are cases where multiple Relax functions inside an IRModule all need to be 
transformed.
   
   Therefore, this PR enhances the LiftTransformParams pass, so that it will 
now transform **all** functions **with attribute `num_input`. For functions 
without this attribute, the pass will simply skip 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