Skip to content

Conversation

@wanghuancoder
Copy link
Contributor

PR Category

Execute Infrastructure

PR Types

Bug fixes

Description

append_full_like支持vector of Value
支持builtin.split

Pcard-67164

@paddle-bot
Copy link

paddle-bot bot commented Oct 18, 2024

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

Copy link
Contributor

@xiaoguoguo626807 xiaoguoguo626807 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

@From00 From00 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 RemoveRedundantMemcpyAfterShadowFeed

full_like_op = grad.get_defining_op()
full_op = full_like_op.operand_source(1).get_defining_op()
backward_ops_.append(full_like_op)
backward_ops_.append(full_op)
Copy link
Contributor

Choose a reason for hiding this comment

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

backward_ops 还需要添加split op (values.get_defining_op())

@wanghuancoder wanghuancoder merged commit 35dcc82 into PaddlePaddle:develop Oct 21, 2024
27 checks passed
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.

3 participants