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

[DRAFT/DO NOT REVIEW] Add RMSNormalization from ONNX Opset 23 #23560

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

Conversation

shubhambhokare1
Copy link
Contributor

@shubhambhokare1 shubhambhokare1 commented Feb 1, 2025

Add kernels for RMSNormalization op that is planned to be added in ONNX opset 23. Note: Most of the functions for kernels for SimplifiedLayerNorm to be reused.

Motivation and Context
This PR is currently experimental, and the kernels are added to a temporary location in contrib_ops.

Once the following happens:

  1. Add RMSNormalization to ONNX opset 23 onnx/onnx#6443 is merged
  2. This op is released in the latest ONNX release
    These kernels will be migrated from contrib_ops/onnx_std_exp to the correct location.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

None yet

1 participant