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

   The order of bindings in the fusion result is determined by the first 
binding in each partition group. When the packed param tuple is used, the 
function usually begins with a numbers of `TupleGetItem` to unpack the param 
tuple. Previously `TupleGetItem` is treated as `kInjective`, this causes any 
operation that relies purely on these params to be moved to the beginning of 
the function and increases the memory usage of the intermediate results.
   
   cc @tqchen 


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