-
-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CUDA for ppc64le / aarch64 #64
Comments
The current plan based on previous discussion is just to use CentOS 7 images for the builds (even for newer CUDA versions). Please see this comment ( conda-forge/conda-forge.github.io#1432 (comment) ) for details. |
That's not what we discussed in the core gitter chat. In the core gitter chat, we agreed to use |
So we would build the images as usual but then use |
Yes
It'd be nice to have, but nobody is working on it. |
I guess it'll make sense to wait until the split packages are ready since this would only benefit 11.0 - 11.2, and these are not going to be part of the build matrix down the road, right? |
Ok. Have submitted a CentOS 8 based ARM image PR ( conda-forge/docker-images#189 ) |
With the new images added, does it still hold, or should we use |
Yeah the original sounds right. We are just reusing CentOS 7 things on CentOS 8 images. Though will let Isuru confirm 🙂 |
Hmmm if it's not |
Hi @isuruf, should I fix the |
I just checked: |
It should be changed to cos7. No need to mark them as broken |
I think we have everything done here for ppc64le/aarch64. Feedstock maintainers are free to enable the support via cbc.yaml. A migrator is being added in conda-forge/conda-forge-pinning-feedstock#2001. For any follow-up discussion please feel free to open new issues. Thanks everyone! |
Comes from conda-forge/conda-forge-pinning-feedstock#725
Let's summarize how CUDA is doing in ppc64le / aarch64 as of today.
PowerPC
cudatoolkit
there (see 9.2, 10.0, 10.1 not built onppc64le
#12)ARM
Basically no support yet. CUDA offers aarch64 support since v11.0, and we also have to distinguish between the SBSA compliant builds, and the custom L4T (Jetson) variants.
In short, adding support for CUDA 11+ on non-x64 archs will require substantial work due to the CentOS 8 issue, which is being discussed here.
The text was updated successfully, but these errors were encountered: