Skip to content

Commit

Permalink
increase buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
adischw committed Dec 24, 2023
1 parent 34519fa commit 98e0238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/regressor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use crate::graph;
use crate::model_instance;
use crate::port_buffer;

pub const FFM_CONTRA_BUF_LEN: usize = 16384;
pub const FFM_CONTRA_BUF_LEN: usize = 20736;

#[derive(Clone, Debug, Eq, PartialEq, Hash)]
pub struct FFMFeature {
Expand Down

0 comments on commit 98e0238

Please sign in to comment.