Skip to content

Commit

Permalink
newline
Browse files Browse the repository at this point in the history
Signed-off-by: jinsolp <[email protected]>
  • Loading branch information
jinsolp committed Feb 14, 2025
1 parent 3b0a676 commit 4bd9535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/raft/neighbors/detail/nn_descent.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -1359,8 +1359,8 @@ void GNND<Data_t, Index_t, epilogue_op>::build(Data_t* data,
}
update_and_sample_thread.join();
if (update_counter_ == -1) { break; }
if (update_counter_ == -1) { break; }
raft::copy(thrust::raw_pointer_cast(graph_host_buffer_.data()),
graph_buffer_.data_handle(),
nrow_ * DEGREE_ON_DEVICE,
Expand Down

0 comments on commit 4bd9535

Please sign in to comment.