Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
philsippl committed Jan 5, 2025
1 parent 9bf5c6d commit 70bce2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions iris-mpc-gpu/src/dot/share_db.rs
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ impl ShareDB {
}
}

#[allow(clippy::too_many_arguments)]
pub fn dot_reduce_and_multiply(
&mut self,
query_sums: &CudaVec2DSlicerU32,
Expand Down
7 changes: 3 additions & 4 deletions iris-mpc-gpu/src/server/actor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1434,14 +1434,13 @@ impl ServerActor {
offset,
&self.current_db_sizes,
&ignore_device_results,
&match_distances_buffers_codes,
&match_distances_buffers_masks,
&match_distances_counters,
match_distances_buffers_codes,
match_distances_buffers_masks,
match_distances_counters,
&code_dots,
&mask_dots,
request_streams,
);
// TODO: pass the
self.phase2.return_result_buffer(res);
}
);
Expand Down

0 comments on commit 70bce2e

Please sign in to comment.