You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cubed implements the array API standard, but it uses the regular NumPy API for its internal operations on chunks.
It should be possible to use the array API for these internal operations, which would then enable different array API libraries to be used in Cubed. JAX would be one possibility, for example, by using jax-ml/jax#16099 (see also #304).
The text was updated successfully, but these errors were encountered:
Cubed implements the array API standard, but it uses the regular NumPy API for its internal operations on chunks.
It should be possible to use the array API for these internal operations, which would then enable different array API libraries to be used in Cubed. JAX would be one possibility, for example, by using jax-ml/jax#16099 (see also #304).
The text was updated successfully, but these errors were encountered: