-
Notifications
You must be signed in to change notification settings - Fork 730
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
[just for review]Release/mt5 opt #9318
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…dev_cc_acc_mem_v5
…dev_cc_acc_mem_v5
…Oneflow-Inc/oneflow into dev_cc_acc_mem_v5
LogicalChain can merge acc op in to chain for reuse memory acc input 实测 GPT 的显存与 part-3 一致。 bert 与 t5 大部分的显存都略低于 part-3 https://github.com/Oneflow-Inc/OneTeam/issues/1670#issuecomment-1240468576
…eflow into release/mt5_opt
…-Inc/oneflow into release/mt5_opt
strint
requested review from
leaves-zwx,
CPFLAME,
Yipeng1994 and
xiezipeng-ML
October 27, 2022 03:24
strint
requested review from
hjchen2,
BBuf,
jackalcooper,
chengtbf and
daquexian
as code owners
October 27, 2022 03:24
…low-Inc/oneflow into release/mt5_opt
This commit revert 64832e4
…-Inc/oneflow into release/mt5_opt
mt5 的汇总测评版本 |
Signed-off-by: daquexian <[email protected]>
…-Inc/oneflow into release/mt5_opt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
一个优化mt5新发现问题的 Release 分支,合并了新的改进。
graph pass 编译时间问题,[Bug][MT5] graph compile time libai#407 ,合并了 Reduce pass time cost #9281 ;
吞吐问题,[Bug][MT5] Throughput is unexpected libai#406 ,合并了 Refactor get sbp signature #9304 ;
内存问题,合并了 GradAcc Mem V5: Part 0-4 #8961 ;
参数初始化时间问题,[Bug][MT5]在特定环境下出现 build model 时间很久的问题 libai#404 , 合并了 Refactor normal initializer #9307 ;