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

Failed to compile the BPD module with errors under both Pytorch1.2 & Pytorch1.5 #2

Closed
PkuRainBow opened this issue Jun 1, 2020 · 1 comment

Comments

@PkuRainBow
Copy link

Hi, Really nice work!

We have tried to compile the BPD module in the post_process folder and got different error information based on Pytorch1.2 or Pytorch1.5 as below.

  • Pytorch1.2 errors:

image

  • Pytorch1.5 errors:
    image

Thanks!

@JianqiangWan
Copy link
Owner

JianqiangWan commented Jun 2, 2020

Please use pytorch >= 1.3.0.
For pytorch = 1.5.0, it looks like a compatibility issue with gcc and nvcc , upgraded to gcc 7 and the compilation passed without a problem. ref. pyg-team/pytorch_geometric#942.

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

No branches or pull requests

2 participants