-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
support fused_mutli_transformer_xpu_int8 #58902
Conversation
paddle/phi/kernels/fusion/xpu/fused_multi_transformer_int8_xpu_kernel.cc
Outdated
Show resolved
Hide resolved
paddle/phi/kernels/fusion/xpu/fused_multi_transformer_int8_xpu_kernel.cc
Outdated
Show resolved
Hide resolved
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 for const_cast
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
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
PR types
New features
PR changes
OPs
Description
Support fused_multi_transformer_ptq op for inference, optimize the performance of beam_search decode by optimizing the gather operator.