conda-forge / jaxlib-feedstock

A conda-smithy repository for jaxlib.
BSD 3-Clause "New" or "Revised" License
16 stars 24 forks source link

Rebuild for CUDA 12 #181

Closed regro-cf-autotick-bot closed 1 year ago

regro-cf-autotick-bot commented 1 year ago

This PR has been triggered in an effort to update cuda120.

Notes and instructions for merging this PR:

  1. Please merge the PR only after the tests have passed.
  2. Feel free to push to the bot's branch to update this PR if needed.

Please note that if you close this PR we presume that the feedstock has been rebuilt, so if you are going to perform the rebuild yourself don't close this PR until the your rebuild has been merged.


Here are some more details about this specific migrator:

The transition to CUDA 12 SDK includes new packages for all CUDA libraries and build tools. Notably, the cudatoolkit package no longer exists, and packages should depend directly on the specific CUDA libraries (libcublas, libcusolver, etc) as needed. For an in-depth overview of the changes and to report problems see this issue. Please feel free to raise any issues encountered there. Thank you! :pray:


If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase code>@<space/conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/5149640915, please use this URL for debugging.

conda-forge-webservices[bot] commented 1 year ago

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) and found it was in an excellent condition.

ngam commented 1 year ago

@hawkinsp @jakevdp I am working towards making jaxlib compatible with the newly release cuda 12 packages in conda-forge. Won't merge for a few days, but suggestions and thoughts are welcome :)

ngam commented 1 year ago

@conda-forge-admin, please rerender

github-actions[bot] commented 1 year ago

Hi! This is the friendly automated conda-forge-webservice.

I tried to rerender for you, but it looks like there was nothing to do.

This message was generated by GitHub actions workflow run https://github.com/conda-forge/jaxlib-feedstock/actions/runs/5193531178.

ngam commented 1 year ago

Need to modify the custom bazel toolchain likely...

carterbox commented 1 year ago

Here's the merged migration PR for libmagma. Highlights include:

ngam commented 1 year ago

The larger problem here may lie in the fact that we use a custom bazel toolchain. I will investigate when I get a chance soon.

regro-cf-autotick-bot commented 1 year ago

Due to the bot-rerun label I'm closing this PR. I will make another one as appropriate. This was generated by https://github.com/regro/cf-scripts/actions/runs/5960972966

jakirkham commented 1 year ago

The bot opened a new PR: https://github.com/conda-forge/jaxlib-feedstock/pull/189

ngam commented 1 year ago

Thanks @jakirkham! Will try to take care of this soon 😄

hawkinsp commented 1 year ago

Sorry I missed the earlier ping in this thread. I don't think anything particularly special is needed for CUDA 12 builds: the only thing that I note is that CUDA 12 dropped support for Kepler (sm 35) GPUs. Otherwise few changes should be needed.