Skip to content

Commit

Permalink
small typo (#2250)
Browse files Browse the repository at this point in the history
Authors:
  - Alex Shroyer (https://github.com/hoosierEE)

Approvers:
  - Brad Rees (https://github.com/BradReesWork)

URL: #2250
  • Loading branch information
hoosierEE authored May 4, 2022
1 parent c4230bb commit 55efc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ cuGraph tries to match the return type based on the input type. So a NetworkX i

## cuGraph Notice

Vertex IDs are expected to be contiguous integers starting from 0. If your data doesn't match that restriction, we have a solution. cuGraph provides the renumber function, which is by default automatically called when data is addted to a graph. Input vertex IDs for the renumber function can be any type, can be non-contiguous, can be multiple columns, and can start from an arbitrary number. The renumber function maps the provided input vertex IDs to either 32- or 64-bit contiguous integers starting from 0.
Vertex IDs are expected to be contiguous integers starting from 0. If your data doesn't match that restriction, we have a solution. cuGraph provides the renumber function, which is by default automatically called when data is added to a graph. Input vertex IDs for the renumber function can be any type, can be non-contiguous, can be multiple columns, and can start from an arbitrary number. The renumber function maps the provided input vertex IDs to either 32- or 64-bit contiguous integers starting from 0.

Additionally, when using the auto-renumbering feature, vertices are automatically un-renumbered in results.

Expand Down

0 comments on commit 55efc59

Please sign in to comment.