anijain2305 commented on issue #4786: [WIP] [TOPI][x86] Pad schedule improvement URL: https://github.com/apache/incubator-tvm/pull/4786#issuecomment-579621689 Update - Interesting observation. Even though the single pad operator sees a large speedup with this PR, the operators that follow pad sees a consistent slowdown in the original graph. I think the reason is that h and w are spread across cores, causing data transfer issues for the second operator. Will try a few more options. If nothing works, I will close the PR
---------------------------------------------------------------- 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] With regards, Apache Git Services
