-
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
[Bug fix] Do not quantize weights Y when matmul X and Y both other ops outputs #43297
[Bug fix] Do not quantize weights Y when matmul X and Y both other ops outputs #43297
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
10bf1c2
to
6e72ec7
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
@jczaja Hi could you please review this PR, we agreed to have at least two people to review the PR. |
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已合入Paddle库,请关注后续测试结果。 |
…s outputs (#43297) * fix some matmul that X and Y both other ops outputs, do not dequantize the Y. * fix CI format * fix according to review
…s outputs (PaddlePaddle#43297) * fix some matmul that X and Y both other ops outputs, do not dequantize the Y. * fix CI format * fix according to review
* Correct elementwise quantization (#43693) * [Bug fix] Do not quantize weights Y when matmul X and Y both other ops outputs (#43297) * fix some matmul that X and Y both other ops outputs, do not dequantize the Y. * fix CI format * fix according to review Co-authored-by: joanna.wozna.intel <joanna.wozna@intel.com>
PR types
Bug fixes
PR changes
Others
Describe
Fix bug for ernie3.0 enable_mkldnn_int8, that do not quantize weights Y when matmul X and Y both other ops outputs