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
The vertex pairs are not properly shuffled to the appropriate GPUs leading to undefined behaviors such as illegal memory accesses. This causes all the MG similarity algorithms (jaccard, sorensen, overlap) to fail at 8+ GPUs
Minimum reproducible example
Run the script below or any MG similarity algo test with 8+ GPUs
Exception: "RuntimeError('non-success value returned from cugraph_jaccard_coefficients: CUGRAPH_UNKNOWN_ERROR std::bad_alloc: out_of_memory: CUDA error at: /gpfs/fs1/projects/sw_rapids/users/jnke/miniconda3/envs/cugraph_test/include/rmm/mr/device/cuda_memory_resource.hpp')"
Code of Conduct
I agree to follow cuGraph's Code of Conduct
I have searched the open bugs and have found no duplicates for this bug report
The text was updated successfully, but these errors were encountered:
Version
22.12
Which installation method(s) does this occur on?
Docker, Conda, Pip, Source
Describe the bug.
The vertex pairs are not properly shuffled to the appropriate GPUs leading to undefined behaviors such as illegal memory accesses. This causes all the MG similarity algorithms (
jaccard
,sorensen
,overlap
) to fail at 8+ GPUsMinimum reproducible example
Run the script below or any MG similarity algo test with 8+ GPUs
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: