Skip to content

Commit

Permalink
Rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu committed Jan 13, 2025
1 parent 51f41bf commit 88841c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cugraph-docs/source/nx_cugraph/benchmarks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Benchmarks

This page presents the performance of algorithms currently supported by ``nx-cugraph`` across four graphs of varying sizes.

The goal is to provide a clear comparison of how dispatching to a GPU-accelerated backend compares against the default, CPU-based implementation of NetworkX. This allows users to get an idea of potential speedups that they might gain from leveraging dispatching to a GPU with ``nx-cugraph``.
The goal is to provide a clear comparison of how dispatching to a GPU-accelerated backend compares against the default, CPU-based implementation of NetworkX. This allows users to get an idea of potential speedups that they might see by leveraging dispatching to a GPU with ``nx-cugraph``.

As datasets grow larger, the GPU-accelerated backend begins to show increasingly faster speedups over the CPU. This trend demonstrates how the GPU's parallel processing capabilities allow it to handle large-scale graph analytics much more efficiently than the CPU.

Expand Down

0 comments on commit 88841c0

Please sign in to comment.