-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
【Hackathon No.93】增加 linux 下 cpu tensor file_descriptor 传输方案 #53495
【Hackathon No.93】增加 linux 下 cpu tensor file_descriptor 传输方案 #53495
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
❌ The PR is not created using PR's template. You can refer to this Demo. |
40e56d9
to
abcf183
Compare
a41f23d
to
39926ba
Compare
Sorry to inform you that 39926ba's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
@zhangyuqin1998 很多CI都挂的,看一下? |
memory::allocation::MemoryMapAllocation *>( | ||
holder.get()); | ||
|
||
// 如果这个tensor已经被共享过, 就可以直接返回它的metadata |
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.
需要英文注释
vectorize(self.dims()), self.lod()); | ||
}, | ||
R"DOC( | ||
aaa. |
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.
doc 补充
|
||
return tensor; | ||
}, | ||
R"DOC( |
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.
doc补充
很抱歉,经过我们的反复讨论,你的PR暂未达到合入标准,请阅读飞桨原生算子开发规范,你可以重新提交新的PR,我们先将此PR关闭,感谢你的贡献。 |
PR types
New features
PR changes
APIs
Description
#50663 (comment)