Skip to content

Commit

Permalink
Fixes typo "degrees" -> "degree"
Browse files Browse the repository at this point in the history
  • Loading branch information
rlratzel committed Mar 8, 2024
1 parent 9e0a4fe commit c81506e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _notices/rsn0038.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ Impact is limited to RAPIDS 24.02 `cugraph` users using the graph `degree` funct

## Background

A bug was noticed late in the 24.02 release process for `cugraph` users using the `degrees` functions (`G.degree()`, `G.in_degree()`, `G.out_degree()`) on undirected multi-GPU distributed graphs. The bug causes the returned values to be doubled, and users of these functions for these graph types must apply a workaround to divide the result by two in order to obtain the correct values as seen in the example above.
A bug was noticed late in the 24.02 release process for `cugraph` users using the `degree` functions (`G.degree()`, `G.in_degree()`, `G.out_degree()`) on undirected multi-GPU distributed graphs. The bug causes the returned values to be doubled, and users of these functions for these graph types must apply a workaround to divide the result by two in order to obtain the correct values as seen in the example above.

This workaround should only be used for RAPIDS releases 24.02, and only for undirected multi-GPU distributed graphs.

0 comments on commit c81506e

Please sign in to comment.