Skip to content

Commit

Permalink
bug fix (assertion failure)\n
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghwak committed Oct 3, 2020
1 parent 9d7f2b6 commit a33c2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/experimental/graph_view.cu
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ graph_view_t<vertex_t, edge_t, weight_t, store_transposed, multi_gpu, std::enabl

CUGRAPH_EXPECTS((sorted_by_global_degree_within_vertex_partition &&
(vertex_partition_segment_offsets.size() ==
col_comm_size * (detail::num_segments_per_vertex_partition + 1))) ||
comm_size * (detail::num_segments_per_vertex_partition + 1))) ||
(!sorted_by_global_degree_within_vertex_partition &&
(vertex_partition_segment_offsets.size() == 0)),
"Invalid API parameter: vertex_partition_segment_offsets.size() does not match "
Expand Down

0 comments on commit a33c2d1

Please sign in to comment.