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

Fix scatter bounds checks for unsigned indices. #67757

Merged
merged 1 commit into from
May 17, 2024

Conversation

copybara-service[bot]
Copy link

@copybara-service copybara-service bot commented May 16, 2024

Fix scatter bounds checks for unsigned indices.

I accidentally used sle where we need ule, resulting in incorrect
results for values >= 231 / 263.

@copybara-service copybara-service bot force-pushed the exported_pr_634469876 branch 2 times, most recently from 3e65386 to def72c3 Compare May 17, 2024 06:53
I accidentally used sle where we need ule, resulting in incorrect
results for values >= 2**31 / 2**63.

PiperOrigin-RevId: 634651640
@copybara-service copybara-service bot closed this May 17, 2024
@copybara-service copybara-service bot merged commit 07e48f1 into master May 17, 2024
@copybara-service copybara-service bot deleted the exported_pr_634469876 branch May 17, 2024 07:18
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.

None yet

1 participant