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

[oneDNN EP] LayerNorm in OneDNN altering input tensor #20624

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

amancini-N
Copy link

Description

Change in the implementation of LayerNormalization op under Dnnl execution provider. It uses an auxiliary block of memory to store intermediate computation of layer norm

Motivation and Context

Fixes #20623

@amancini-N amancini-N changed the title LayerNorm in OneDNN altering input tensor (#20623) [oneDNN EP] LayerNorm in OneDNN altering input tensor May 10, 2024
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.

LayerNormalization on Dnnl execution provider causing side-effect of input
1 participant