Skip to content

Commit

Permalink
Merge pull request #1500 from andyleiserson/active-work
Browse files Browse the repository at this point in the history
Use validator-adjusted active work for seq_join
  • Loading branch information
akoshelev authored Dec 16, 2024
2 parents 7a09543 + 1c6c90d commit 69f0a5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ipa-core/src/protocol/hybrid/oprf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use crate::{
replicated::{malicious, semi_honest::AdditiveShare as Replicated},
BitDecomposed, FieldSimd, TransposeFrom, Vectorizable,
},
seq_join::seq_join,
seq_join::{seq_join, SeqJoin},
utils::non_zero_prev_power_of_two,
};

Expand Down Expand Up @@ -130,7 +130,7 @@ where
let m_ctx = validator.context();

let curve_pts = seq_join(
ctx.active_work(),
m_ctx.active_work(),
process_slice_by_chunks(
&input_rows,
move |idx, records: ChunkData<_, CONV_CHUNK>| {
Expand Down

0 comments on commit 69f0a5d

Please sign in to comment.