Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
rw0x0 committed Jan 22, 2025
1 parent 03ef5c8 commit 1681616
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions iris-mpc-gpu/tests/bitinject.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,8 @@ mod bitinject_test {

let party = Circuits::new(
0,
INPUTS_PER_GPU_SIZE,
INPUTS_PER_GPU_SIZE / 64,
INPUTS_PER_GPU_SIZE / 2,
INPUTS_PER_GPU_SIZE / 128,
chacha_seeds0,
device_manager0,
comms0,
Expand All @@ -273,8 +273,8 @@ mod bitinject_test {

let party = Circuits::new(
1,
INPUTS_PER_GPU_SIZE,
INPUTS_PER_GPU_SIZE / 64,
INPUTS_PER_GPU_SIZE / 2,
INPUTS_PER_GPU_SIZE / 128,
chacha_seeds1,
device_manager1,
comms1,
Expand All @@ -290,8 +290,8 @@ mod bitinject_test {

let party = Circuits::new(
2,
INPUTS_PER_GPU_SIZE,
INPUTS_PER_GPU_SIZE / 64,
INPUTS_PER_GPU_SIZE / 2,
INPUTS_PER_GPU_SIZE / 128,
chacha_seeds2,
device_manager2,
comms2,
Expand Down

0 comments on commit 1681616

Please sign in to comment.