Skip to content

max_proc_delay = 1 not working. #505

Closed Answered by AlaiaL
arman-maghsoudnia asked this question in General Help
Discussion options

You must be logged in to vote

Hi Arman,

Yes, still it does not connect. I even used another machine with a more powerful CPU and executed the script with sudo and still the same issue.

Sorry to hear that.

if you want to do a quick test, if you use our current main commit and go to this line:

unsigned ul_pipeline_depth = dl_pipeline_depth;

you can update that line with:

unsigned ul_pipeline_depth = std::max(dl_pipeline_depth, 8U);

Then build the code and test. This change should fix the issue.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@arman-maghsoudnia
Comment options

@AlaiaL
Comment options

AlaiaL Apr 10, 2024
Collaborator

@arman-maghsoudnia
Comment options

@AlaiaL
Comment options

AlaiaL Apr 11, 2024
Collaborator

Answer selected by arman-maghsoudnia
@arman-maghsoudnia
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants