tqchen commented on pull request #7619:
URL: https://github.com/apache/tvm/pull/7619#issuecomment-801098089


   First of all, the statistics is not about parent, but the statistics about 
its body. The main thing is that if we have 
   
   ```
   func() {
       parallel for () {
           packed_call1
       }
       packed_call2
   }
   ```
   
   We need two separate allocations, one for packed call1 and another for the 
packed_call2(the root scope). Each of the scope would need their own set of 
statistics and vars for running the alloca


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