-
Notifications
You must be signed in to change notification settings - Fork 294
【Hackathon 8th Fundable Projects No.4】科学计算方向开源工具组件pytorch_sparse适配 #1122
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
Conversation
|
||
### 3.2 跑通 torch-sparse | ||
|
||
image: addlepaddle/paddle:3.0.0-gpu-cuda12.6-cudnn9.5-trt10.5 |
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.
镜像地址不完整
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.
ACK. Thx~
2. 实现 SparseStorage 类及其相关成员函数; | ||
3. 性能与精度与 Torch 对齐,提供对齐代码及结果; | ||
4. 实现其中对应的单元测试并通过; | ||
5. 最终代码合入 PFCCLab 组织下; |
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.
5. 最终代码合入 PFCCLab 组织下; | |
5. 最终代码合入 PFCCLab 组织下,并作为第三方库集成到 PaddleScience 内(https://paddlescience-docs.readthedocs.io/zh-cn/latest/zh/install_setup/#143); |
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.
ACK. Thx~
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
No description provided.