We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b95cd commit c7508d3Copy full SHA for c7508d3
spartan_parallel/src/custom_dense_mlpoly.rs
@@ -235,13 +235,7 @@ impl<S: SpartanExtensionField> DensePolynomialPqx<S> {
235
// single proof matrix dimension W x X
236
let num_witness_secs = min(self.num_witness_secs, inst[0].len());
237
let num_inputs = self.num_inputs[p];
238
-
239
- // debug
240
- println!("[");
241
- inst.iter().for_each(|mat| println!("{:?}, ", mat[0][0]));
242
- println!("]");
243
- println!();
244
+
245
if sub_levels > 0 {
246
let thread_split_inst = (0..num_threads)
247
.map(|_| {
0 commit comments