Skip to content

Commit

Permalink
change return to float
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 committed Nov 19, 2024
1 parent 2b0202a commit c2473a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/raft/sparse/matrix/detail/preprocessing.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ struct mapper {
if (new_value) {
return new_value;
} else {
return 0.0;
return 0.0f;
}
}

Expand Down

0 comments on commit c2473a9

Please sign in to comment.