comaniac commented on pull request #7142:
URL: https://github.com/apache/tvm/pull/7142#issuecomment-749775593


   As you pointed out, the workload doesn't handle asymmetric padding as the 
compute implementation, which looks like a bug to me. However, it never 
triggers CI errors before, meaning that there aren't existing test cases for 
it. As a result, I'm expecting to have a test case that requires this PR to 
pass. For example, `conv2d_avx_1x1` has `out_height = (wkl.height + 2 * HPAD - 
wkl.hkernel) // HSTR + 1` before this PR. Then you will get a wrong 
`out_height` if you provide a workload with asymmetric padding without this 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]


Reply via email to