-
Notifications
You must be signed in to change notification settings - Fork 100
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
Log warning when CB indices are non-contiguous #16979
Labels
Comments
jbaumanTT
added a commit
that referenced
this issue
Jan 23, 2025
Noncontiguous CB ranges cause performance problems for the dispatcher, because it initializes all CBs up to the max used index. Warn when programs don't do that.
jbaumanTT
added a commit
that referenced
this issue
Jan 23, 2025
Noncontiguous CB ranges cause performance problems for the dispatcher, because it initializes all CBs up to the max used index. Warn when programs don't do that.
6 tasks
jbaumanTT
added a commit
that referenced
this issue
Jan 24, 2025
Noncontiguous CB ranges cause performance problems for the dispatcher, because it initializes all CBs up to the max used index. Warn when programs don't do that.
patrickroberts
pushed a commit
that referenced
this issue
Jan 25, 2025
Noncontiguous CB ranges cause performance problems for the dispatcher, because it initializes all CBs up to the max used index. Warn when programs don't do that.
yieldthought
pushed a commit
that referenced
this issue
Jan 31, 2025
Noncontiguous CB ranges cause performance problems for the dispatcher, because it initializes all CBs up to the max used index. Warn when programs don't do that.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Adding a log will make it easier to discover what programs are using non-contiguous CB indices.
The text was updated successfully, but these errors were encountered: