Skip to content
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

Remove matmul primitive caching in ideep #339

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

Conversation

annop-w
Copy link

@annop-w annop-w commented Oct 22, 2024

This removes aarch64 specific code branches for caching oneDNN matmul primitive in ideep.
Instead, we rely on primitive caching in oneDNN. Since oneDNN v3.6 matmul primitive with ACL
backend leverages the experimental stateless API in ACL and thus can be cached more efficiently.

The work to make ACL lowp matmul primitive is still in progress. Please hold off merging this PR
until that work is done.

This removes aarch64 specific code branches for caching
oneDNN matmul primitive in ideep. Instead, we rely on
primitive caching in oneDNN. Since oneDNN v3.6 matmul
primitive with ACL backend leverages the experimental
stateless API in ACL and thus can be cached more
efficiently.
@annop-w annop-w marked this pull request as draft November 4, 2024 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant