Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarghi-nv committed Sep 19, 2023
1 parent 002fe93 commit 5051dfc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions cpp/include/cugraph/sampling_functions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,7 @@ namespace cugraph {
* std::get<1>(*edgelist_label_offsets) if @p edgelist_label_offsets.has_value() is true and 1
* otherwise and # hops = std::get<1>(*edgelist_hops) if edgelist_hops.has_value() is true and 1
* otherwise, valid only if at least one of @p edgelist_label_offsets.has_value() or @p
<<<<<<< HEAD
* edgelist_hops.has_value() is true), renumber_map to query original vertices (size = # unique
=======
* edgelist_hops.has_value() is rue), renumber_map to query original vertices (size = # unique
>>>>>>> 5f7616173069cee5d856348f6084684962c670d6
* vertices or aggregate # unique vertices for every label), and label offsets to the renumber_map
* (size = std::get<1>(*edgelist_label_offsets) + 1, valid only if @p
* edgelist_label_offsets.has_value() is true).
Expand All @@ -123,10 +119,7 @@ std::tuple<std::optional<rmm::device_uvector<vertex_t>>, // dcsr/dcsc major
std::optional<rmm::device_uvector<edge_id_t>>, // edge IDs
std::optional<rmm::device_uvector<edge_type_t>>, // edge types
std::optional<rmm::device_uvector<size_t>>, // (label, hop) offsets to the (d)csr/(d)csc
<<<<<<< HEAD
=======
// offset array
>>>>>>> 5f7616173069cee5d856348f6084684962c670d6
rmm::device_uvector<vertex_t>, // renumber map
std::optional<rmm::device_uvector<size_t>>> // label offsets to the renumber map
renumber_and_compress_sampled_edgelist(
Expand Down

0 comments on commit 5051dfc

Please sign in to comment.