Skip to content
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

Re-enable CUDA 11.8 on Linux ARM #29

Conversation

conda-forge-admin
Copy link
Contributor

@conda-forge-admin conda-forge-admin commented Jan 7, 2025

Fixes #28

Thanks to the recent Docker image updates in the global pinnings ( conda-forge/conda-forge-pinning-feedstock#6626 ). Not to mention fixes on the cuDNN GLIBC constraint side ( conda-forge/cudnn-feedstock#85 ). It is now possible to re-enable CUDA 11.8 builds on Linux ARM

So this PR...

  1. Drops the skip
  2. Re-renders
  3. Bumps the build/number

Which should be all that is needed to add these builds back

@conda-forge-admin
Copy link
Contributor Author

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe/meta.yaml) and found it was in an excellent condition.

@conda-forge-admin conda-forge-admin marked this pull request as ready for review January 7, 2025 23:54
@jakirkham
Copy link
Member

@conda-forge-admin , please re-render

conda-forge-webservices[bot] and others added 2 commits January 7, 2025 23:58
As re-rendering bumped the compiler version, bump the `build/number` to
indicate this change.
@jakirkham jakirkham changed the title MNT: rerender Re-enable CUDA 11.8 on Linux ARM Jan 8, 2025
@jakirkham
Copy link
Member

Could a maintainer please push a commit to start cirun?

@h-vetinari
Copy link
Member

Just a note that after this PR, a single CI run monopolizes the entirety of the open-gpu server for >24h, so please be judicious about triggering CI, and be proactive about cancelling runs you don't need (e.g. in this PR, all the jobs that didn't change or get added could be cancelled, and then run CI for a aarch+CUDA 11.8 for a single python version to see if it works).

I kind of doubt that supporting 11.8 at all here is still worth the use of this very limited & shared resource, but if you think so, fine.

@h-vetinari
Copy link
Member

While you debug the CUDA 11.8 + aarch builds, please skip everything else here to conserve resources.

build:
  # debug
  skip: true  # [not (aarch64 and cuda_compiler_version == "11.8")]

since all those builds failed, I cancelled the rest of the jobs.

@carterbox
Copy link
Member

The builds failed because the solver could not find a libtorch package for CUDA 11 and arm. If pytorch has already dropped support for this combo, then we do not need it here.

@jakirkham
Copy link
Member

Yeah was noticing the same thing. Agreed think we can close this as won't fix

Sorry for the noise

@jakirkham jakirkham closed this Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Retry CUDA 11.8 Linux ARM
5 participants