conda-forge / cupy-feedstock

A conda-smithy repository for cupy.
BSD 3-Clause "New" or "Revised" License
5 stars 23 forks source link

Support optional dependencies on aarch64 + CUDA 11 for CuPy v10 #150

Closed leofang closed 2 years ago

leofang commented 3 years ago

https://github.com/conda-forge/cupy-feedstock/pull/145 has the basic aarch64 support but without any optional dependencies:

It'd take some time to have them all ready, but I'm hoping we can get this done before CuPy v10.0 is out.

leofang commented 2 years ago

Note to self: Cannot use cuSPARSELt v0.2.0 for CuPy v10 because of a bug: https://github.com/cupy/cupy/issues/6134.

leofang commented 2 years ago

The libraries are supported in #161 except for cuDNN. Let's track the need in a separate issue.