We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm opening this issue to track what we need in array-api-extra to unblock work in scipy for JAX adoption:
array-api-compat:
.device
jax.jit
array-api-extra (not blocked by array-api-compat release):
at
lazywhere
array-api-extra (blocked by array-api-compat release):
sinc
create_diagonal
Not on the critical path:
setdiff1d
scipy.optimize.quadratic_assignment
Shelved indefinitely due to incompatibility with JAX:
CC @rgommers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm opening this issue to track what we need in array-api-extra to unblock work in scipy for JAX adoption:
array-api-compat:
.device
attribute insidejax.jit
array-api-compat#238array-api-extra (not blocked by array-api-compat release):
at
support for bool mask in Dask and JAX #121lazywhere
#14array-api-extra (blocked by array-api-compat release):
sinc
andcreate_diagonal
on jax.jit #119Not on the critical path:
setdiff1d
for jax.jit and dask NaN-shaped arrays #116 (only used inscipy.optimize.quadratic_assignment
, which is numpy-only)Shelved indefinitely due to incompatibility with JAX:
CC @rgommers
The text was updated successfully, but these errors were encountered: