From be3d99f9bc56b7884d274217e8ec13633a1983cc Mon Sep 17 00:00:00 2001 From: acostadon Date: Mon, 12 Feb 2024 20:10:15 -0500 Subject: [PATCH] fixed an incomplete sentence --- docs/cugraph/source/nx_cugraph/nx_cugraph.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cugraph/source/nx_cugraph/nx_cugraph.md b/docs/cugraph/source/nx_cugraph/nx_cugraph.md index 6f236519c4c..c2bdbe3cb68 100644 --- a/docs/cugraph/source/nx_cugraph/nx_cugraph.md +++ b/docs/cugraph/source/nx_cugraph/nx_cugraph.md @@ -7,7 +7,7 @@ is now a [networkX backend]() to experience GPU speedups. -Lets look at some examples of algorithm speedups comparing GPU based +Lets look at some examples of algorithm speedups comparing CPU based NetworkX to dispatched versions run on GPU with nx_cugraph. ![Ancestors](../images/ancestors.png) ![BFS Tree](../images/bfs_tree.png)