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

PGL(Paddle Graph Learning)模块是否有ARM架构的版本呢? #64014

Open
Cercis1 opened this issue Apr 30, 2024 · 1 comment
Open

PGL(Paddle Graph Learning)模块是否有ARM架构的版本呢? #64014

Cercis1 opened this issue Apr 30, 2024 · 1 comment
Assignees
Labels

Comments

@Cercis1
Copy link

Cercis1 commented Apr 30, 2024

需求描述 Feature Description

我目前在使用Paddle框架的PGL模块做图神经网络的训练,希望把代码迁移到华为昇腾平台,但目前只有Paddle的主框架可以通过本地编译的方式安装在ARM机器,而PGL模块却不可以,是否有其他方式可以安装呢?

替代实现 Alternatives

No response

@liaoxin2
Copy link

liaoxin2 commented May 6, 2024

PGL暂时应该没有直接支持在华为昇腾平台(Ascend)上的官方安装包。这种情况下,如果你想要在华为昇腾平台上使用PGL进行图神经网络的训练,你可能需要采取一些替代方案:可以尝试源代码编译安装PGL:
首先,确保你已经成功在华为昇腾平台上安装了PaddlePaddle。由于PGL依赖PaddlePaddle,这是基础要求。
其次,尝试从PGL的GitHub仓库克隆源代码,并按照其文档中提供的指导进行编译安装。这可能需要你调整一些编译选项,以适配华为昇腾的环境(比如使用特定版本的GCC,或者针对Ascend处理器优化编译参数等)。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants