-
Hi,we run the "rapidsai/notebooks-contrib/../cugraph/multi_gpu_pagerank.ipynb" on 'twitter-2010.csv' dataset by using 4 Tesla T4 (16GB), these gpus are not connected with nvlink. Our process throw war…
-
### Description
Does not give the same result as numpy:
```python
>>> np.intersect1d(np.array([1, 2]), np.array([2, 1]), assume_unique=True)
array([1, 2])
```
```python
>>> cp.intersect1d(cp.ar…
-
### What is your question?
I'm trying to conduct a Steiner Tree approximation with several terminal nodes (and subgraphs I need to analyze). However, whenever I try to iterate through, it fails at MS…
-
@BradReesWork JFYI...
Currently, WM directly uses C10 API's from pytorch. Eg: `wholegraph/torch/whole_nccl_pytorch_tensor.h`. This means, similar to the pytorch backend of cugraph-ops, we'll also hav…
-
#3789 resolved an issue where empty minibatches were dropped from the bulk sampler. The fix for this problem results in batch ids that may not match up with those provided as input. This is not an i…
-
PR #3533 enables additional checks in the C++ library which may result in errors being returned to pylibcugraph. pylibcugraph currently is not checking for these errors, and the uncaught exception fr…
-
**Describe the bug**
fillna with dataframe containing list dtypes fails .
**Steps/Code to reproduce bug**
```python3
import cudf
s1 = cudf.Series(['game', 'game', None,None,None])
s2 = cudf…
-
@rlratzel can correct me but my impression is that this feedstock is no longer needed by the cuGraph team to release conda packages. If this is the case, @jakirkham please advise for the steps.
-
### Is this a new feature, an improvement, or a change to existing functionality?
New Feature
### How would you describe the priority of this feature request
High
### Please provide a clea…
-
* Determine what pytest fixtures, markers, configurations, etc. that cuGraph and cuML use that can be promoted to RAFT.
* Related: are there use cases for the python `test` namespaces already include…