-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[Semi-Auto] Adapt layer_norm spmd rule to phi #57374
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
cb8cdee
to
5eb2429
Compare
964feb7
to
3e885f3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[self.x_spec, self.scale_spec, self.bias_spec], | ||
[self.out_spec, self.mean_spec, self.var_spec], | ||
self.attrs, | ||
self.x_spec, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add LN python test to Cmake in Next PR
* adapt layer_norm spmd rule to phi * modify api in unit test * bug fix * fix bug in cpp unit test
* adapt layer_norm spmd rule to phi * modify api in unit test * bug fix * fix bug in cpp unit test
* adapt layer_norm spmd rule to phi * modify api in unit test * bug fix * fix bug in cpp unit test
PR types
Function optimization
PR changes
Others
Description
Pcard-73145