array-api-compat icon indicating copy to clipboard operation
array-api-compat copied to clipboard

WIP: add a CuPy CI run

Open ev-br opened this issue 10 months ago • 1 comments

closes gh-197

ev-br avatar Feb 03 '25 12:02 ev-br

Thanks for starting on this @ev-br. This is mostly right, but it should use Pixi like we do on SciPy, rather than pull CuPy from PyPI - that is good for both maintenance load (same config) and for stability & performance. CUDA libraries, compilers, etc. all come from conda-forge. And that is also better for the ability to run the CI job locally with the exact same dependencies.

I'll figure out how to connect the admin pieces (credit card & billing).

rgommers avatar Feb 03 '25 16:02 rgommers