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

Add JAX 0.3.x compatibility. Useful for running experiments on IPUs. #39

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

balancap
Copy link
Contributor

Main changes:

  • jax.Array typing, using DeviceArray in JAX 0.3;
  • xla_call_p: specific support for JAX 0.3;
  • custom_jvp: adapting for both JAX versions;

@balancap balancap force-pushed the jax-0-3-compatibility branch 3 times, most recently from 62fb7fe to c73dc31 Compare November 28, 2023 16:22
@balancap balancap linked an issue Nov 28, 2023 that may be closed by this pull request
@balancap balancap added the enhancement New feature or request label Nov 28, 2023
@balancap balancap force-pushed the jax-0-3-compatibility branch from c73dc31 to 5645320 Compare November 28, 2023 16:25
…ore IPUs.

Main changes:
* `jax.Array` typing, using `DeviceArray` in JAX 0.3;
* `xla_call_p`: specific support for JAX 0.3;
* `custom_jvp`: adapting for both JAX versions;
@balancap balancap force-pushed the jax-0-3-compatibility branch from 5645320 to 60c5640 Compare November 28, 2023 16:26
@balancap balancap self-assigned this Nov 28, 2023
@balancap balancap merged commit 9a6808b into main Nov 28, 2023
2 checks passed
@balancap balancap deleted the jax-0-3-compatibility branch November 28, 2023 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support JAX (experimental) IPU version
1 participant