tqchen commented on pull request #7619:
URL: https://github.com/apache/tvm/pull/7619#issuecomment-802890021
@zhuwenxi in your case, if we have
```
func() {
parallel for () {
packed_call1
}
}
```
Then we will still allocate the same amount of stack at the root of the
function(which is un-necessary). Essentially we need local statistics and
stack var for each of the local scope( those in parallel for, and those in the
func excluding parallel for)
--
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]