-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Remove LoDTensor using in fluid (Part 1) #46663
Remove LoDTensor using in fluid (Part 1) #46663
Conversation
… remove_using_lodtensor_part1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for CI-OP-Benchmark
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
8b071f7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR types
Function optimization
PR changes
Others
Describe
Remove LoDTensor using in fluid (Part 1)
移除框架内 paddle::framework::LoDTensor 和 framework::LoDTensor 的使用,使基础概念更清晰一致,为后续移除 lod_tensor.h 中的 using LoDTensor = phi::DenseTensor 做准备
前序PR及背景见:#46432