cugraph
cugraph copied to clipboard
cuGraph - RAPIDS Graph Analytics Library
C++ unit tests don't currently require all of the test data that is currently downloaded. Added a new file in s3 that contains the files used for C++ unit tests.
This PR implements heterogeneous renumbering for GNN. In addition, * Update the existing (homogeneous) sampling post processing function test file extension from .cu to .cpp. * Remove the unused `renumber_sampled_edgelist`...
Create a non detail primitive that iterates over each input vertex pair and returns the common destination neighbor list pair in a CSR-like format. closes #3475
### What is your question? In the graph coarsening phase of multi-GPU Louvain in cuGraph, how does cuGraph place the graph data? Is it: 1. Gathering the whole graph data...
Closes https://github.com/rapidsai/graph_dl/issues/596 This PR adds scripts written by @rlratzel to generate benchmarking numbers for `nx-cugraph`
### What is your question? Hello @benfred @akasper @mattf, I am trying to run leiden clustering on ~40 M cells. During the run I see the GPU is idle in...
Adds support for buffered sampling, and supports in-memory sampling as a form of buffered sampling. Also separates the sample readers and sample writers into their own files to make the...
This is an alternative approach to #4558 for enabling GPU-accelerated NetworkX to "just work". It has similarities to #4558. I opted to make separate classes such as `ZeroGraph`, which I...