-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Aff Fp8 moe fusion ops #73763
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
base: develop
Are you sure you want to change the base?
Aff Fp8 moe fusion ops #73763
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
46466ad
to
c069b8d
Compare
Codecov ReportAttention: Patch coverage is
❌ Your patch status has failed because the patch coverage (15.21%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #73763 +/- ##
==========================================
Coverage ? 15.21%
==========================================
Files ? 3
Lines ? 46
Branches ? 0
==========================================
Hits ? 7
Misses ? 39
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
/re-run all-failed |
2 similar comments
/re-run all-failed |
/re-run all-failed |
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
python/paddle/incubate/nn/functional/moe_gate_dispatch_and_quant.py
Outdated
Show resolved
Hide resolved
python/paddle/incubate/nn/functional/moe_gate_dispatch_and_quant.py
Outdated
Show resolved
Hide resolved
python/paddle/incubate/nn/functional/moe_gate_dispatch_and_quant.py
Outdated
Show resolved
Hide resolved
python/paddle/incubate/nn/functional/moe_gate_dispatch_and_quant.py
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.
typehint 没什么其他问题了
python/paddle/incubate/nn/functional/moe_gate_dispatch_and_quant.py
Outdated
Show resolved
Hide resolved
/re-run all-failed |
/re-run all-failed |
…nt.py Co-authored-by: Zhan Rongrui <[email protected]>
887dcbd
to
4e68d22
Compare
/re-run all-failed |
1 similar comment
/re-run all-failed |
PR Category
Operator Mechanism
PR Types
New features
Description
新增FP8量化+moe_dispatch融合算子:moe_gate_dispatch_and_quant
封装了一下重复使用的代码
Pcard-91067