Chuck Hastings

Results 131 issues of Chuck Hastings

**Describe the bug** The code that implements `next_float` and `next_double` that occurs here: https://github.com/rapidsai/raft/blob/401935b3f1591e00bc58c28821f9ecaed5f90dbb/cpp/include/raft/random/detail/rng_device.cuh#L491 can generate the value 0 (when `val` is 0) and the value 1. The value 1...

bug

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.

improvement
non-breaking
ci
datasets

Update sampling APIs (C API and PLC) to support heterogeneous fanout.

Add heterogeneous fanout to C++ neighborhood sampling calls (both Uniform and Biased). Initial implementation will use edge masking to perform the sampling for each edge type. Optimization of the sampling...

Benchmark k-truss and compare to other existing implementations.

The get_sampling_index primitive from cugraph-ops has been approved to migrate into the open source cugraph package. The goal of this issue is: * Deprecate (or delete) the wrapped cugraph-ops sampling...

### How would you describe the priority of this documentation request High ### Please provide a link or source to the relevant docs https://github.com/rapidsai/cugraph/blob/branch-24.08/docs/cugraph/source/installation/source_build.md ### Describe the problems in the...

? - Needs Triage
doc

Our implementation of Leiden was generating too many clusters. This was not obvious in smaller graphs, but as the graphs get larger the problem became more noticeable. The Leiden loop...

bug
non-breaking
cuGraph

This PR creates an edgelist object that will contain the COO/CSR information along with all edge properties to support graph creation. This will allow us to add new features (and...

improvement
non-breaking