-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
- Firstly we really need to
- Replace
numpy.array_apiwitharray-api-strictnumpy.array_apiis going to be removed and supplanted by this third-party library- As bought up in More improvements to test_linalg #101 (comment)
- Also cover
meta/tests (we never did before!)- Would require one or two fixes of those tests.
- Cover different
ARRAY_API_TESTS_VERSIONvalues too- Support for older versions of the standard array-api-strict#8 would be handy here
- Replace
- Then ideally we're testing libraries covered by
array-api-compat- NumPy
- PyTorch
- Dask
- CuPy is probably a no-go because GPUs on CI is too finnicky
- I think it'd be really nice to test
jax.experimental.array_apitoo as it has some distinct properties that we want to be mindful with for future test suite development.