Add GPU overflow bugfix (#24846) to changelog.

This commit is contained in:
Dan Foreman-Mackey 2024-11-12 08:57:52 -08:00
parent a99ccd9341
commit 5808170a10

View File

@ -49,6 +49,11 @@ When releasing, please add the new-release-boilerplate to docs/pallas/CHANGELOG.
declared inline via {func}`dataclasses.field`. See the function documentation
for examples.
* Bug fixes
* Fixed a bug where the GPU implementations of LU and QR decomposition would
result in an indexing overflow for batch sizes close to int32 max. See
{jax-issue}`#24843` for more details.
## jax 0.4.35 (Oct 22, 2024)
* Breaking Changes