Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FFM_CONTRA_BUF_LEN increased #126

Merged
merged 1 commit into from
Feb 9, 2024
Merged

FFM_CONTRA_BUF_LEN increased #126

merged 1 commit into from
Feb 9, 2024

Conversation

SkBlaz
Copy link
Collaborator

@SkBlaz SkBlaz commented Feb 7, 2024

To accomodate for new features, should the need arise.

@@ -20,7 +20,7 @@ use crate::graph;
use crate::model_instance;
use crate::port_buffer;

pub const FFM_CONTRA_BUF_LEN: usize = 20736;
pub const FFM_CONTRA_BUF_LEN: usize = 41472;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We aren't reaching any stack size limit with this right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests revealed no such issue as of yet

@SkBlaz SkBlaz merged commit 4c776cd into main Feb 9, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants