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 overflow error in GPU batched linear algebra kernels. #24846

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

copybara-service[bot]
Copy link

Fix overflow error in GPU batched linear algebra kernels.

As reported in #24843, our LU decomposition on GPU hits overflow errors when the batch size approaches int32 max. This was caused by an issue in how we were constructing the batched pointers used by cuBLAS.

@copybara-service copybara-service bot force-pushed the test_695490133 branch 2 times, most recently from 4c12ea7 to 695abdb Compare November 12, 2024 13:19
As reported in #24843, our LU decomposition on GPU hits overflow errors when the batch size approaches int32 max. This was caused by an issue in how we were constructing the batched pointers used by cuBLAS.

PiperOrigin-RevId: 695694648
@copybara-service copybara-service bot merged commit 21e98b5 into main Nov 12, 2024
@copybara-service copybara-service bot deleted the test_695490133 branch November 12, 2024 13:33
dfm added a commit to dfm/jax that referenced this pull request Nov 12, 2024
yliu120 pushed a commit to yliu120/jax that referenced this pull request Nov 16, 2024
barnesjoseph pushed a commit to barnesjoseph/jax that referenced this pull request Nov 21, 2024
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.

1 participant