conda-forge / cupy-feedstock

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

Support cuSPARSELt v0.1.0 #125

Closed leofang closed 3 years ago

leofang commented 3 years ago

In #123 we added the support for cuSPARSELt v0.0.1, which was the version that CuPy tested against (cupy/cupy#4883). However, cuSPARSELt v0.1.0 just came out, and once https://github.com/conda-forge/cusparselt-feedstock/pull/9 is finalized perhaps we could consider rebuild CuPy to support it. (A rebuild is needed because currently we pin at the exact version of cuSPARSELt.)

The question (https://github.com/conda-forge/cupy-feedstock/issues/111#issuecomment-824244544) needs to be addressed first: Would v0.1.0 be compatible with the support added to CuPy?

cc: @anaruse @mnicely

leofang commented 3 years ago

xref: https://github.com/cupy/cupy/issues/5136

leofang commented 3 years ago

Note to self: cuSPARSELt currently does not support ppc64le.