-
-
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
ENH Add SBSA aarch64 CTK pkgs for CUDA 11.X #56
Conversation
Hi! This is the friendly automated conda-forge-linting service. I wanted to let you know that I linted all conda-recipes in your PR ( Here's what I've got... For recipe:
For recipe:
Documentation on acceptable licenses can be found here. |
@jakirkham I did not make this change but I wanted input on this section. There are cudatoolkit-feedstock/recipe/meta.yaml Lines 294 to 296 in ab72362
|
FYI I've been seeing a lot of failures with retrieving the CUDA runfiles and the site itself takes a while to load. May have to wait and re-run the CI later when the CDN is in a better state. |
So that comes from PR ( #16 ). AIUI this was only needed for |
AFAIK, sbsa aarch64 doesn't support centos 7. |
Right that's why I didn't include it, just didn't know if there was a higher glibc version to match the Centos 8 requirement or not. If the answer is to leave as-is that works for me |
You can merge it here without it, but we'll not be able to use it anywhere. |
So the
Are there any workarounds for this? I'm guessing this is no without a heavy lift to support cos8 directly in conda-forge. |
Yep, you're right. Also seeing https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#system-requirements In terms of support in conda-forge, here are the things we will need:
cc @beckermr (as well who went through this before with CentOS 7 in case he spots anything) |
@jakirkham From scrubbing through the docs it looks this looks like the breakdown, starting with CUDA 11.0 CentOS 8 was required
Notes
|
Hm, that will require some rebuilds, I guess? Or at least some repodata patching. I'm knee deep in other stuff at work but we will be releasing a new OpenMM version soon that brings full PPC support, so I guess I will put some work into the non-x64 builds too! |
Yep just letting you know 🙂 |
Also Anthony had started working on a Docker image for ARM in PR ( conda-forge/docker-images#158 ) |
No headers are included so this is just a tweak to document and reflect this
@conda-forge-admin, please re-render |
…da-forge-pinning 2021.03.24.14.49.49
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)Add
aarch64
support with the SBSA runfile for CUDA 11.X versionsNOTE: This does not support the Jetson/AGX platform. Those images use L4T which is not compatible with the SBSA installs. Currently Jetson/AGX only support CUDA 10.2 and SBSA only supports CUDA 11.X so there is no overlap at the moment. We're actively working with internal teams on how to best address this when AGX adopts CUDA 11.X support but that is still TBD.
For Jetson/AGX builds that use conda it's recommended to use a selector and omit the CTK from recipes for now. This means users have to ensure they have the correct version of CUDA installed on their system and it doesn't allow for versioning but the currently JetPack for AGX/Jetson only supports CUDA 10.2