JianqiangWan/Super-BPD

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

PkuRainBow opened this issue · 1 comments

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!

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.