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

Log warning when CB indices are non-contiguous #16979

Closed
jbaumanTT opened this issue Jan 22, 2025 · 0 comments
Closed

Log warning when CB indices are non-contiguous #16979

jbaumanTT opened this issue Jan 22, 2025 · 0 comments
Assignees
Labels

Comments

@jbaumanTT
Copy link
Contributor

Adding a log will make it easier to discover what programs are using non-contiguous CB indices.

@jbaumanTT jbaumanTT self-assigned this Jan 22, 2025
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.
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
Labels
Projects
None yet
Development

No branches or pull requests

1 participant