Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Naim committed Mar 14, 2024
1 parent 323499b commit 25bd99e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions cpp/examples/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# libcugraph examples


## Contents

Expand All @@ -10,10 +10,10 @@
- multi_gpu_application: example code on how to use libgraph to run different graph algorithms in multi-GPU.

- developers: Example codes to demonstrate graph partition and primitives in cugraph.

- graph_partition: code to explain vertex and edge partitioning in cugraph.

- cugraph_operations: example code for using cugraph primitives for simple graph operations needed to implement graph algorithms.
- cugraph_operations: example code for using cugraph primitives for simple graph operations needed to implement graph algorithms.

## Build instructions:

Expand Down
2 changes: 1 addition & 1 deletion cpp/examples/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Copyright (c) 2024, NVIDIA CORPORATION.

# script for building libcugraph examples
# script for building libcugraph examples

# Parallelism control
PARALLEL_LEVEL=${PARALLEL_LEVEL:-8}
Expand Down

0 comments on commit 25bd99e

Please sign in to comment.