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

[XPU] set the shape of tile's output when the input is 0D #64279

Merged
merged 1 commit into from
May 14, 2024

Conversation

runzhech
Copy link
Contributor

PR Category

Custom Device

PR Types

Improvements

Description

When use a 0D-tensor as the input to Tile OP, the output on GPU has the new shape while the XPU not.
This PR makes the implementation of Tile on XPU to identical to that on GPU.

Copy link

paddle-bot bot commented May 14, 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

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

@cqulilujia cqulilujia left a comment

Choose a reason for hiding this comment

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

LGTM

@QingshuChen QingshuChen merged commit 5938061 into PaddlePaddle:develop May 14, 2024
30 of 31 checks passed
@runzhech runzhech deleted the tile branch September 2, 2024 06:51
@houj04 houj04 added the XPU label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants