New profiling APIs: {func}jax.profiler.start_trace,
{func}jax.profiler.stop_trace, and {func}jax.profiler.trace
{func}jax.lax.reduce is now differentiable.
Breaking changes:
The minimum jaxlib version is now 0.1.64.
Some profiler APIs names have been changed. There are still aliases, so this
should not break existing code, but the aliases will eventually be removed
so please change your code.
Omnistaging can no longer be disabled. See omnistaging
for more information.
Python integers larger than the maximum int64 value will now lead to an overflow
in all cases, rather than being silently converted to uint64 in some cases ({jax-issue}[#6047](https://github.com/google/jax/issues/6047)).
Outside X64 mode, Python integers outside the range representable by int32 will now lead to an
OverflowError rather than having their value silently truncated.
Bug fixes:
host_callback now supports empty arrays in arguments and results ({jax-issue}[#6262](https://github.com/google/jax/issues/6262)).
{func}jax.random.randint clips rather than wraps of out-of-bounds limits, and can now generate
integers in the full range of the specified dtype ({jax-issue}[#5868](https://github.com/google/jax/issues/5868))
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps jaxlib from 0.1.61 to 0.1.65.
Changelog
Sourced from jaxlib's changelog.
... (truncated)
Commits
05e4a99
Merge pull request #6348 from skye:workspace55f8c39
Update WORKSPACE for jaxlib 0.1.65 release8d11d52
Merge pull request #6344 from gnecula:tf_dot_general9f2767a
Merge pull request #6330 from jakevdp:doctest8e789c7
Run doctest on all source files except jax2tfaf5b238
Add empty conftest.py5a336c6
Merge pull request #6328 from jakevdp:reduce-precision33fde77
Add lax.reduce_precision()4e2e30d
Increase tolerange for dot_general6176ac1
[jax2tf] Fix bug in dot_general.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)