-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent UB in all ASM & OCL kernels that do not anticipate asymmetric padding #341
Conversation
This sound like a bug. |
Formally speaking, the bug is a reason of an issue. However I do not have specific issues on hand (and would like to avoid spending time for finding these). So this is not a bug fix, technically. |
@atamazov LGTM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@atamazov What about igemm solvers?
Out of scope of this PR |
LGTM to be merged. |
All tests passed, ready for merge. |
Resolves ASM & OCL leftovers of #142.
Disables configs that have asymmetric padding in all Solvers that do not anticipate it. See #142 (comment) for details.
Note that currently asymmetric padding is possible only for even filter sizes. However this PR affects Solvers that support odd filters as well. This is done in order to avoid adding new implicit dependencies (on how we define “asymmetric padding”).