Skip to content
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

[hybrid] fused_feedforward op support tensor model parallel #40160

Merged

Conversation

wangxicoding
Copy link
Contributor

@wangxicoding wangxicoding commented Mar 4, 2022

PR types

New features

PR changes

OPs

Describe

fused_feedforward op support tensor model parallel.
First column parallel linear, then row parallel linear, then we will got partial out, we can use allreduce to get final output.
image

@paddle-bot-old
Copy link

paddle-bot-old bot commented Mar 4, 2022

Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@wangxicoding wangxicoding changed the title fused_feedforward op support tensor model parallel [hybrid] fused_feedforward op support tensor model parallel Mar 8, 2022
Copy link
Contributor

@XieYunshen XieYunshen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM for set_tests_properties(test_static_model_parallel_fused_feedforward PROPERTIES TIMEOUT 120)

Copy link
Contributor

@FeixLiu FeixLiu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@zkh2016 zkh2016 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@Superjomn Superjomn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wangxicoding wangxicoding merged commit e0866dc into PaddlePaddle:develop Mar 9, 2022
@wangxicoding wangxicoding deleted the fused_ffn_support_mp branch March 9, 2022 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants