gpgpu-sim / pytorch-gpgpu-sim

Modified version of PyTorch able to work with changes to GPGPU-Sim
Other
40 stars 23 forks source link

Error while building PyTorch with nccl codes #9

Open topcuburak opened 2 years ago

topcuburak commented 2 years ago

Issue description

As I shared in the terminal screenshot, I observed an error while building PyTorch to run with GPGPU-Sim. The error states that cudaPointerAttributes does not have a memoryType member. This member is not available for the newest versions of CUDA.

Code example

Screenshot from 2022-02-20 16-30-23

System Info

topcuburak commented 1 year ago

1) https://github.com/spack/spack/issues/27180

2) Cuda 10 does not support built with PyTorch 0.4.1. Here is the issue: https://github.com/open-mmlab/mmdetection/issues/53

KangkangStu commented 1 year ago

Did you run it successfully?