From 5aa49a2da4b4b05cadae069eabbbcc713fa27438 Mon Sep 17 00:00:00 2001 From: jinsolp Date: Fri, 14 Feb 2025 23:00:32 +0000 Subject: [PATCH] style check Signed-off-by: jinsolp --- cpp/src/neighbors/detail/nn_descent.cuh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/neighbors/detail/nn_descent.cuh b/cpp/src/neighbors/detail/nn_descent.cuh index 48d0682cf..714d9c275 100644 --- a/cpp/src/neighbors/detail/nn_descent.cuh +++ b/cpp/src/neighbors/detail/nn_descent.cuh @@ -1269,7 +1269,7 @@ void GNND::build(Data_t* data, graph_.nrow = nrow; graph_.bloom_filter.set_nrow(nrow); update_counter_ = 0; - graph_.h_graph = (InternalID_t*)output_graph; + graph_.h_graph = (InternalID_t*)output_graph; cudaPointerAttributes data_ptr_attr; RAFT_CUDA_TRY(cudaPointerGetAttributes(&data_ptr_attr, data));