Skip to content

Commit 0e61d0a

Browse files
committed
Batch size 128
1 parent 890d844 commit 0e61d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iris-mpc-cpu/src/protocol/binary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1565,7 +1565,7 @@ pub(crate) async fn extract_msb_u32_batch_fss(
15651565
// vec_of_msb_shares.push(add_3_get_msb_fss(session, x_).await?);
15661566
// }
15671567

1568-
let batch_size: usize = 1;
1568+
let batch_size: usize = 128;
15691569

15701570
let mut vec_of_msb_shares: Vec<Share<Bit>> = Vec::with_capacity(x.len());
15711571
for batch in x.chunks(batch_size) {

0 commit comments

Comments
 (0)