You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the shortest_path_gpu method on a large graph (with more than 3000 nodes) the shortest path matrix is either returned incorrect (on Linux machines) or it raises a CUDA_UNKOWN_ERROR on a Windows based machine.
Setups:
Linux machine:
Graphic device: NVIDIA GeForce GTX 1050 Ti
Cuda version= 10.0
Windows:
NVIDIA Quadro
Cuda version = 8.0
The text was updated successfully, but these errors were encountered:
When using the
shortest_path_gpu
method on a large graph (with more than 3000 nodes) the shortest path matrix is either returned incorrect (on Linux machines) or it raises aCUDA_UNKOWN_ERROR
on a Windows based machine.Setups:
Linux machine:
Windows:
The text was updated successfully, but these errors were encountered: