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

   Previously the pass LazyTransformParams did not take the case where an 
output variable is used by other bindings inside the function. It generates 
wrong Relax function in this case.
   
   This PR fixes this issue. The new test case is an example to elaborate the 
issue. This PR introduces a sanity assertion check to ensure we handle the case 
properly.
   
   This PR also enhances variable naming. For binding variables of `set_item` 
and `kill_object`, we now use an underscore ("`_`") as its name, compared with 
the previous `lv` name.


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