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

use ShareBufferWith instead of ShareDataWith for ops with view mechanism #37464

Merged
merged 1 commit into from
Nov 23, 2021

Conversation

iclementine
Copy link

PR types

Others

PR changes

Others

Describe

Use ShareBufferWith instead of ShareDataWith for ops with view mechanism.
Change: shape and data type is not shared of operatos with view mechanism. Only holder and offset are shared.
This enables view mechanism between tensors with different data type and shape.

@paddle-bot-old
Copy link

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

Copy link
Contributor

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

@pangyoki pangyoki left a comment

Choose a reason for hiding this comment

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

ShareDataWith里有check_memory_size做一个检查,改成ShareBufferWith后会有影响吗?

Copy link
Contributor

@jeff41404 jeff41404 left a comment

Choose a reason for hiding this comment

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

lgtm

@iclementine
Copy link
Author

ShareDataWith里有check_memory_size做一个检查,改成ShareBufferWith后会有影响吗?

ShareBufferWith 不会检查 memory size。

@iclementine iclementine merged commit 8134997 into PaddlePaddle:develop Nov 23, 2021
Zjq9409 pushed a commit to Zjq9409/Paddle that referenced this pull request Dec 10, 2021
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.

None yet

3 participants