-
Notifications
You must be signed in to change notification settings - Fork 61
Fix rms_norm and layer_norm #603
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
Fix rms_norm and layer_norm #603
Conversation
|
@mengluy0125 has exported this pull request. If you are a Meta employee, you can view the originating diff in D82608162. |
Summary: 1. Add layer_norm_tritonbench for layer_norm to tailor to the tritonebench interface 2. RMS tensor should be the shape of [M, 1] Differential Revision: D82608162
f96a61b to
80ebf26
Compare
|
@mengluy0125 has exported this pull request. If you are a Meta employee, you can view the originating diff in D82608162. |
80ebf26 to
98c46e5
Compare
Summary: 1. Add layer_norm_tritonbench for layer_norm to tailor to the tritonebench interface 2. RMS tensor should be the shape of [M, 1] Differential Revision: D82608162
|
@mengluy0125 has exported this pull request. If you are a Meta employee, you can view the originating diff in D82608162. |
|
CI has been giving weird error: |
Summary: 1. Add layer_norm_tritonbench for layer_norm to tailor to the tritonebench interface 2. RMS tensor should be the shape of [M, 1] Differential Revision: D82608162
98c46e5 to
5b77ee3
Compare
|
@mengluy0125 has exported this pull request. If you are a Meta employee, you can view the originating diff in D82608162. |
Differential Revision: D82608162 Pull Request resolved: pytorch#603
Summary:
Add layer_norm_tritonbench for layer_norm to tailor to the tritonebench interface
RMS tensor should be the shape of [M, 1]
Differential Revision: D82608162