masahi commented on pull request #10810: URL: https://github.com/apache/tvm/pull/10810#issuecomment-1081507579
> Also, I noted the numbering of each task could differ between task extraction and scheduled task injection, and I attribute it to different visiting order Yeah, I was aware of this issue. I didn't do anything at that time since I was not sure if the order of numbering matters at all, as long as they are unique. Even with this change, I don't know if we can guarantee that the order obtained by `PostOrderVisit -> std::reverse` is guaranteed to be the same as the one used by TE compiler. -- 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]
