AndrewZhaoLuo opened a new pull request #9869:
URL: https://github.com/apache/tvm/pull/9869


   DynamicToStatic has the same issue as found in #9735 as it incrementally 
tries to make dynamic things static throughout the graph, running type 
inference incrementally along the way. DynamicToStatic is a bit of a slow pass 
for larger models so this might help.
   
   Unsure if this will speed things up, as I'm unsure how well ConstantFolding 
works, but first glance it appears to be smart and I think type inference 
dominates runtime.


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