Skip to content

Commit

Permalink
Merge branch 'branch-24.06' into run_nx_example
Browse files Browse the repository at this point in the history
  • Loading branch information
acostadon authored May 22, 2024
2 parents cee464f + ddfaacf commit 61073a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions cpp/src/prims/kv_store.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ class kv_cuco_store_t {
std::conditional_t<!std::is_arithmetic_v<value_t>, value_t, void>>(0, stream))
{
allocate(capacity, invalid_key, invalid_value, stream);
if constexpr (!std::is_arithmetic_v<value_t>) { invalid_value_ = invalid_value; }
capacity_ = capacity;
size_ = 0;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/cugraph/source/graph_support/DGL_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ mamba install cugraph-dgl -c rapidsai-nightly -c rapidsai -c pytorch -c conda-fo

### Create the conda development environment
```
mamba env create -n cugraph_dgl_dev --file conda/cugraph_dgl_dev_11.6.yml
conda env create -n cugraph_dgl_dev --file conda/environments/all_cuda-122_arch-x86_64.yaml
```

### Install in editable mode
Expand Down
2 changes: 1 addition & 1 deletion docs/cugraph/source/graph_support/cugraphops_support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ cugraph-ops aims to be a low-level, framework agnostic library providing commonl
.. toctree::
:maxdepth: 3

https://github.com/rapidsai/cugraph-ops/blob/branch-23.04/README.md
https://github.com/rapidsai/cugraph/blob/branch-24.06/readme_pages/cugraph_ops.md

0 comments on commit 61073a2

Please sign in to comment.