Skip to content

Commit

Permalink
fix renumber map issue in C++
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Sep 20, 2023
1 parent b2a4ed1 commit 9fb7438
Show file tree
Hide file tree
Showing 4 changed files with 593 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cpp/src/c_api/uniform_neighbor_sampling.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ struct uniform_neighbor_sampling_functor : public cugraph::c_api::abstract_funct
edge_id,
edge_type,
label_hop_offsets,
renumber_map,
output_renumber_map,
renumber_map_offsets) =
cugraph::renumber_and_compress_sampled_edgelist(
handle_,
Expand Down
Loading

0 comments on commit 9fb7438

Please sign in to comment.