mkatanbaf opened a new pull request, #12512:
URL: https://github.com/apache/tvm/pull/12512

   The defined filter on the ci slit in conv2d_nhwc with HWOI kernel layout 
filters out all factors if the in_channels is not divisible by 4, and this 
would cause a compilation error. The proposed fix avoids this situation by 
making sure the split space is not empty. Although the generated schedules 
might not be optimal (this may result in gem1x1x1 kernels), this avoids the 
compilation error and allows the autotuning to proceed.


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

Reply via email to