Skip to content

Commit

Permalink
Merge pull request #127 from outbrain/REF-1423-test2
Browse files Browse the repository at this point in the history
FFM_STACK_BUF_LEN increase by 30%
  • Loading branch information
adischw authored Feb 12, 2024
2 parents 4c776cd + a665d15 commit 7c8cefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/block_ffm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ use crate::regressor;
use crate::quantization;
use crate::regressor::{BlockCache, FFM_CONTRA_BUF_LEN};

const FFM_STACK_BUF_LEN: usize = 131072;
const FFM_STACK_BUF_LEN: usize = 170393;
const STEP: usize = 4;
const ZEROES: [f32; STEP] = [0.0; STEP];

Expand Down

0 comments on commit 7c8cefd

Please sign in to comment.