Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rw0x0 committed Jan 14, 2025
1 parent def578a commit c3c9eeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iris-mpc-gpu/src/threshold_ring/protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ impl Circuits {
.launch_on_stream(
&streams[idx],
cfg,
(&des.a, &des.b, &src.a, &src.b, src.len() as i32),
(&des.a, &des.b, &src.a, &src.b, src.len()),
)
.unwrap();
}
Expand All @@ -643,7 +643,7 @@ impl Circuits {
.launch_on_stream(
&streams[idx],
cfg,
(&des.a, &des.b, &src.a, &src.b, src.len() as i32),
(&des.a, &des.b, &src.a, &src.b, src.len()),
)
.unwrap();
}
Expand Down

0 comments on commit c3c9eeb

Please sign in to comment.