Skip to content

Commit b711db0

Browse files
committed
Correctly fix format string
1 parent 7ee7e20 commit b711db0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/src/neighbors/detail/cagra/graph_core.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ void sort_knn_graph(
528528
kernel_sort = kern_sort<DataT, IdxT, numElementsPerThread>;
529529
} else {
530530
RAFT_FAIL(
531-
"The degree of input knn graph is too large (%lld). "
531+
"The degree of input knn graph is too large (%llu). "
532532
"It must be equal to or smaller than %d.",
533533
input_graph_degree,
534534
1024);

0 commit comments

Comments
 (0)