-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Segfault on main branch (problem in TopP layer) #2040
Comments
Hello @akhoroshev, I will be looking into that issue and the related PR. A priori, I think that you are correct in your analysis and your solution looks good. Could you please tell me at which values for batch size and maximum batch size the issue appears? |
maximum batch size is 256 (default value). The batch size varied because I was doing load testing with different batch sizes. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 15 days." |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 15 days." |
Fixed in this PR #2039
The text was updated successfully, but these errors were encountered: