Skip to content

cpu: aarch64: Nuke winograd convolution #3139

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

theComputeKid
Copy link
Member

Trying to find out if we really need winograd. Need to run performance tests on it to know for sure.

@github-actions github-actions bot added platform:cpu-aarch64 Codeowner: @oneapi-src/onednn-cpu-aarch64 component:common labels Apr 22, 2025
@vpirogov
Copy link
Contributor

Note, that Winograd convolution algorithm in oneDNN requires opt-in with algorithm::convolution_auto or algorithm::convolution_winograd. Pytorch seem to always use algorithm::convolution_direct.

@github-actions github-actions bot added the component:tests Codeowner: @oneapi-src/onednn-arch label Apr 23, 2025
@github-actions github-actions bot added the documentation A request to change/fix/improve the documentation. Codeowner: @oneapi-src/onednn-doc label Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:common component:tests Codeowner: @oneapi-src/onednn-arch documentation A request to change/fix/improve the documentation. Codeowner: @oneapi-src/onednn-doc platform:cpu-aarch64 Codeowner: @oneapi-src/onednn-cpu-aarch64
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants