Skip to content

Commit

Permalink
fix: conv benches K constant (zkonduit#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-camuto authored Dec 11, 2022
1 parent 3436e1a commit 8a23174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/cnvrl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static mut IMAGE_WIDTH: usize = 2;
static mut IN_CHANNELS: usize = 2;
const PADDING: usize = 2;

const K: usize = 8;
const K: usize = 9;

#[derive(Clone, Debug)]
struct MyCircuit<F: FieldExt + TensorType>
Expand Down

0 comments on commit 8a23174

Please sign in to comment.