Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rw0x0 committed Jan 22, 2025
1 parent 802dacf commit da60df6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions iris-mpc-gpu/benches/matmul.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,7 @@ fn bench_memcpy(c: &mut Criterion) {
&streams,
&blass,
);
engine.dot_reduce(
&query_sums,
&db_slices.code_sums_gr,
&db_sizes,
0,
&streams,
0,
);
engine.dot_reduce(&query_sums, &db_slices.code_sums_gr, &db_sizes, 0, &streams);
device_manager.await_streams(&streams);
});
});
Expand Down

0 comments on commit da60df6

Please sign in to comment.