【FlexCheckpoint】Aoa config reverse#76437
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #76437 +/- ##
===========================================
Coverage ? 100.00%
===========================================
Files ? 3
Lines ? 59
Branches ? 0
===========================================
Hits ? 59
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/re-run all-failed |
| self.aoa_statements = [ | ||
| "s0, s1 -> s, axis = 1 \n", | ||
| "s -> s, dtype = 'float64'\n", | ||
| "s -> s, dtype = 'float32'\n", |
There was a problem hiding this comment.
当前cast仅支持float32,float16,bfloat16;新增了一个类型检查,单测也做一下统一
| self.start_macro_test() | ||
|
|
||
|
|
||
| class TestFusedQkvOldMacro(TestMacro): |
There was a problem hiding this comment.
移动了一下位置,新增了ID的macro单测
|
/re-run all-failed |
5 similar comments
|
/re-run all-failed |
|
/re-run all-failed |
|
/re-run all-failed |
|
/re-run all-failed |
|
/re-run all-failed |
|
/re-run all-failed |
5 similar comments
|
/re-run all-failed |
|
/re-run all-failed |
|
/re-run all-failed |
|
/re-run all-failed |
|
/re-run all-failed |
|
/re-run all-failed |
2 similar comments
|
/re-run all-failed |
|
/re-run all-failed |
|
/re-run all-failed |
* aoa_config_reverse * fix the bug * add test * fix dtype style and add test * adapt full param update
* 【FlexCheckpoint】Aoa config reverse (#76437) * aoa_config_reverse * fix the bug * add test * fix dtype style and add test * adapt full param update * [FlexCheckPoint]adapt fc to sharding stage3 (#76538) * adapt fc to sharding stage3 * add test and fix bug * fix bug * fix bug * add test * fc comm using grouped send/recv (#76779) fix fix fix fix --------- Co-authored-by: Tianyu Zheng <[email protected]>
PR Category
User Experience
PR Types
Others
Description