Failed to compile the BPD module with errors under both Pytorch1.2 & Pytorch1.5
PkuRainBow opened this issue · 1 comments
PkuRainBow commented
JianqiangWan commented
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.