tqchen opened a new pull request #7945:
URL: https://github.com/apache/tvm/pull/7945


   Previously we are generating the function calls for reshape.
   This PR updates the optimization to turn reshape into nop:
   
   - Tag a fused function as reshape only if it only contains reshape.
   - Update memory planner to force input output to share the same piece of 
memory
   - Update the graph runtime codegen to emit nop when reshape only function is 
encountered.
   


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


Reply via email to