conda-forge / nvcc-feedstock

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

Build CUDA 11.x for ppc64le? #73

Closed leofang closed 2 years ago

leofang commented 3 years ago

Currently we only build CUDA 10.2 on ppc64le: https://github.com/conda-forge/nvcc-feedstock/blob/408c93112830bfbd8707ea5bc8a4be7cb6b94462/recipe/meta.yaml#L20 It looks like we have everything ready for removing this restriction?

jakirkham commented 3 years ago

cc @jaimergp (as I think you know more where things stand here)

leofang commented 3 years ago

My understanding based on https://conda-forge.org/docs/maintainer/knowledge_base.html?highlight=cuda#adding-support-for-a-new-cuda-version is we need the following pieces for supporting a new CUDA version on Linux:

and then we fire up the migrator, so @jaimergp this should be the last blocker?

jaimergp commented 3 years ago

Yes, I recall the only restriction was that we didn't have the Docker images back then.

jakirkham commented 3 years ago

Though it is worth noting, we have had some issues building Docker images for ppc64le recently ( https://github.com/conda-forge/docker-images/issues/190 )

jakirkham commented 3 years ago

Looks like that issue has cleared up. New images should now be available.