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

   In our BYOC flow, we invoke the Convert Layout pass after simulated_quantize 
annotations are inserted in the IR. 
   
   However, after Convert Layout, we observe layout transforms to the original 
layout are inserted before the simulated_quantize annotations, as the compiler 
is currently unable to infer the layouts from the input.
   
   This PR allows propagation of the input layouts to avoid the insertion of 
additional layout transforms.


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