masahi opened a new pull request #4889: [Relay] Fix VM compiler for while loop 
with free vars 
URL: https://github.com/apache/incubator-tvm/pull/4889
 
 
   This is a fix to the issue reported in 
   https://discuss.tvm.ai/t/a-relay-vm-question-while-loop-and-free-vars/5541/
   
   It seems if a recursive function contains free variables, the lambda lift 
pass (or others) generates nested call nodes, which is not handled by the VM 
compiler currently. See the test case for a concrete example 
(`body_with_free_var` triggers the bug).
   
   please review @icemelon9 @wweic @zhiics @MarisaKirisame 

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to