Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Naim committed Mar 14, 2024
1 parent d56f8a3 commit 42b8de5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ void perform_example_graph_operations(

// Number of vertices mapped to this process, ie the size of
// the vertex partition assigned to this process. We are using
// one-process-per GPU model
// one-process-per-GPU model
vertex_t size_of_the_vertex_partition_assigned_to_this_process =
graph_view.local_vertex_partition_range_size();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,12 @@ void look_into_vertex_and_edge_partitions(
//

// Number of vertices mapped to this process, ie the size of
// the vertex partition assigned to this process
// the vertex partition assigned to this process. We are using
// one-process-per-GPU model
vertex_t size_of_the_vertex_partition_assigned_to_this_process =
graph_view.local_vertex_partition_range_size();

// NOTE: The `renumber_map` contains the vertices assigned to this process.

//
// The `renumber_map` contains the vertices assigned to this process.
// Print verties mapped to this process
//

Expand Down

0 comments on commit 42b8de5

Please sign in to comment.