broomsday

Results 3 comments of broomsday

BTW, I had this same error recently after a fresh install where both `nvidia-smi` and `nvcc --version` confirmed that I had a GPU available with CUDA 11.8. In the end...

OS: Fedora36 GPU: gtx 1080Ti I have CUDA 11.8, but your solution worked after I modified the `SE3nv.yml` to have: ``` - cudatoolkit=11.7 - dgl-cuda11.7 ``` Note, I had to...

Yes, I encountered this issue also and had to workaround by doing multiple runs with each different length specified.