-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Cherry-Pick Align linear op with torch v2.9.1 (#77039) #77356
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: release/3.3
Are you sure you want to change the base?
Conversation
* aligned linear & matmul_with_bias, need check incompatible cases. * aligned high-dim matmul operation, adding flags control and controlling failed cases * aligned matmul, start aligning einsum * Add flag * polish * fix shape related issues. * Finish crash handling * revert redundant diff * revert redundant diff * restrict influence to only CUDA * Optimized CPU overhead, bypass windows. * optimize branch cost * disable dist tensor case * add GPUPlace check * fix matmul diff * add flags related logic * polish * polish * polish * polish * polish * polish * polish * polish * bypass win32 * stash * stash * align fwd in gpu * fix fwd miscs * fix shape miscs * clean code * fix grad * recover redundant diff * using legacy linear * add multi-platform support, polish * refractor * fix flag and amp rules * fix CI * polish * fix miscs * add infersymbolics * Add metaconfig * fix symbolic, move flags * fix bwd infermeta * Add prim linear_v2_grad * fix fwd decomp * add proper fallback to fulfill legacy promise * tmp restrict prim * Add inferSPMD, fix CI * fix ci * fix auto parallel. * fix TRT and prec test * add infer_symbolic instance, remove glog including in header * fix reduncant DtoD cpy * coverage linear_v2 symbolics
|
你的PR提交成功,感谢你对开源项目的贡献! |
|
/re-run all-failed |
3 similar comments
|
/re-run all-failed |
|
/re-run all-failed |
|
/re-run all-failed |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## release/3.3 #77356 +/- ##
==============================================
Coverage ? 98.57%
==============================================
Files ? 9
Lines ? 211
Branches ? 0
==============================================
Hits ? 208
Misses ? 3
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
wanghuancoder
left a comment
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
|
/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 |
PR Category
Operator Mechanism
PR Types
Improvements
Description
cherry-pick linear_v2 alignment into release 3.3
devPR:#77039
pcard-91067