Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Feb 29, 2024
1 parent 0d43bf0 commit cbf5898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fri/src/two_adic_pcs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ impl<C: TwoAdicFriPcsGenericConfig, In: MatrixRows<C::Val>>
let alpha_pow_offset = alpha.exp_u64(num_reduced[log_height] as u64);
let sum_alpha_pows_times_y = alpha_reducer.reduce_ext(&ys);

info_span!("reduce rows").in_scope(|| {
debug_span!("reduce rows").in_scope(|| {
reduced_opening_for_log_height
.par_iter_mut()
.zip_eq(mat.par_rows())
Expand Down

0 comments on commit cbf5898

Please sign in to comment.