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
#53 add tests against all backend libraries known to array-api-compat.
cupy however has been excluded from running in CI, because free github actions don't offer GPU hosts.
Note that I'm working on this in scipy/scipy#21740. It works pretty nicely overall, except that on some CUDA errors the Cirrus Runners infra disconnects and eats the CI log of the failing step rather than showing the error. That is the second of two important errors, the first one was fixed by the Cirrus folks already. I'm hoping they come through on the second one, and then it should be good to go (if not, it's still mergeable, but not nearly as nice).
#53 add tests against all backend libraries known to
array-api-compat
.cupy however has been excluded from running in CI, because free github actions don't offer GPU hosts.
CC @rgommers
The text was updated successfully, but these errors were encountered: