Skip to content

Commit

Permalink
Merge branch 'branch-22.12-cugraphops_options' of https://github.com/…
Browse files Browse the repository at this point in the history
…rlratzel/cugraph into branch-22.12-cugraphops_options
  • Loading branch information
rlratzel committed Nov 11, 2022
2 parents 0d0ad16 + 3a84b31 commit b412ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/prims/per_v_random_select_transform_outgoing_e.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ per_v_random_select_transform_e(raft::handle_t const& handle,

return std::make_tuple(std::move(sample_offsets), std::move(sample_e_op_results));
#else
CUGRAPH_FAIL("unimplemented.");
CUGRAPH_FAIL("unimplemented.");
#endif
}

Expand Down

0 comments on commit b412ea1

Please sign in to comment.