From 6796abe232cdfe8315b6c85dad21a4804ac16b3a Mon Sep 17 00:00:00 2001 From: Naim Date: Fri, 9 Feb 2024 04:33:32 +0100 Subject: [PATCH] Minor update to markup --- .../synth_release_single_node_multi_gpu.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notebooks/cugraph_benchmarks/synth_release_single_node_multi_gpu.ipynb b/notebooks/cugraph_benchmarks/synth_release_single_node_multi_gpu.ipynb index 727bcd84efd..427cabece6b 100644 --- a/notebooks/cugraph_benchmarks/synth_release_single_node_multi_gpu.ipynb +++ b/notebooks/cugraph_benchmarks/synth_release_single_node_multi_gpu.ipynb @@ -21,7 +21,7 @@ "tags": [] }, "source": [ - "# Comparing NetworkX vs cuGraph using synthetic data on various algorithms on single node multi GPU cluster\n", + "# Comparing NetworkX vs cuGraph using synthetic data on various algorithms on single node multi GPU (SNMG) cluster\n", "\n", "\n", "This notebook compares the execution times of many of the cuGraph and NetworkX algorithms when run against identical synthetic data at multiple scales.\n", @@ -41,7 +41,7 @@ "| --------------|------------|---------------------|-----------------|------------------------|\n", "| Don Acosta | 1/12/2023 | Created | 23.02 nightly | RTX A6000, CUDA 11.7 |\n", "| Brad Rees | 1/27/2023 | Modified | 23.02 nightly | RTX A6000, CUDA 11.7 |\n", - "| Naim, Md | 2/08/2024 | Modified | 24.04 nightly | RTX A6000, CUDA 12.0 |\n" + "| Naim, Md | 2/08/2024 | Modified for SNMG | 24.04 nightly | RTX A6000, CUDA 12.0 |\n" ] }, {