conda-forge / cupy-feedstock

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

Rebuild for CUDA 12 w/arch support #223

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

regro-cf-autotick-bot commented 1 year ago

Close #203. Close #204.

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/6024299398, 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.

leofang commented 1 year ago

@conda-forge-admin, please rerender

leofang commented 1 year ago

I don't understand why we'd hit the solver error, I can't reproduce it locally by listing all the considered items under mamba install manually. I need to call it a day and continue tomorrow.

leofang commented 1 year ago

I don't understand why we'd hit the solver error, I can't reproduce it locally by listing all the considered items under mamba install manually. I need to call it a day and continue tomorrow.

Aha, it's glibc biting us (https://github.com/conda-forge/cudnn-feedstock/issues/58)

$ CONDA_OVERRIDE_GLIBC="2.17" mamba install libcurand-dev=10.3.1 cuda-version=12.0 cuda-cudart-dev cuda-cccl_linux-aarch64 cuda-profiler-api cuda-nvrtc-dev libcufft-dev libcublas-dev "cudnn >=8.0.*,<9" cuda-nvtx-dev "nccl >=2.8,<3" "cutensor >=1.4,<2" libcusparse-dev libcusolver-dev "cuda-driver-dev" "cython >=0.29.22,<3" "fastrlock >=0.5

...

Could not solve for environment specs
The following packages are incompatible
├─ cudnn >=8.0.*,<9  is installable with the potential options
│  ├─ cudnn 8.3.2.44 would require
│  │  └─ cudatoolkit >=11.2,<12 , which can be installed;
│  ├─ cudnn [8.3.2.44|8.4.0.27|8.4.1.50] would require
│  │  └─ cudatoolkit 11.* , which can be installed;
│  └─ cudnn 8.8.0.121 would require
│     └─ __glibc >=2.28 , which can be installed;
└─ libcurand-dev 10.3.1**  is uninstallable because it requires
   └─ cuda-version >=12.0.0,<12.1.0a0 , which requires
      └─ cudatoolkit 12.0|12.0.* , which conflicts with any installable versions previously reported.
leofang 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/cupy-feedstock/actions/runs/6026767309.

leofang commented 1 year ago

hmm, all CIs are marked as canceled (in grey), but they're actually running on Azure: https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=771868&view=results

github-actions[bot] commented 1 year ago

Hi! This is the friendly conda-forge automerge bot!

I considered the following status checks when analyzing this PR:

Thus the PR was passing and merged! Have a great day!