-
### How would you describe the priority of this documentation request
Critical (currently preventing usage)
### Please provide a link or source to the relevant docs
https://github.com/rapidsai/cugr…
-
### Is this a duplicate?
- [x] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.m…
-
### Why does cuGraph BFS Return All -1 in Predecessors When Launched with All Vertices as Sources?
I'm using cuGraph's BFS algorithm to explore a graph, and I've set up the BFS to start from all ve…
-
### How would you describe the priority of this documentation request
Medium
### Please provide a link or source to the relevant docs
https://docs.rapids.ai/api/cugraph/stable/tutorials/how_to_guid…
-
rmm::device_uvector d_edge_srcs(srcs.size(), stream1);
rmm::device_uvector d_edge_dsts(dsts.size(), stream1);
raft::update_device(d_edge_srcs.data(), srcs.data(), srcs.size(), stream1…
-
[env.txt](https://github.com/Mylszd/learngit/files/10389217/env.txt)
-
**Describe the bug**
When using cudf.pandas and iterating over the dtypes of a dataframe, categorical dtype objects are reported as `cudf.CategoricalDtype` and not `pandas.CategoricalDtype`, causing `…
-
### What is your question?
I know the recommended way uses the NVIDIA PyPi index, but https://pypi.org/project/cugraph-cu12 seems to have all the versions up to date, what is the downside of installi…
-
**Describe the bug**
When using cudf.pandas and iterating over the dtypes of a dataframe, categorical dtype objects are reported as `cudf.CategoricalDtype` and not `pandas.CategoricalDtype`, causing `…
-
**Describe the bug**
When running the random forest regressor on the same data set, we receive differing R2 values (this exists across versions 22.02, 22.04,22.06):
- Single GPU: positive R2 value…