Skip to content

Commit

Permalink
docs: Update summary of supported CUDA versions for rerenders
Browse files Browse the repository at this point in the history
* Remove mentions of CUDA 11.2 support for rerenders as CUDA 11.2 was dropped
  on 2024-04-22. Replace this information with the January 2015 supported
  CUDA versions of 11.8 and 12.
   - c.f. https://conda-forge.org/news/2024/03/06/dropping-cuda-112/

Co-authored-by: jakirkham <jakirkham@gmail.com>
  • Loading branch information
matthewfeickert and jakirkham committed Jan 14, 2025
1 parent d38e79c commit db537bc
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions docs/maintainer/knowledge_base.md
Original file line number Diff line number Diff line change
Expand Up @@ -2045,16 +2045,12 @@ build:

#### My feedstock is not building old CUDA versions anymore

With the [addition of CUDA 11.1 and 11.2](https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/1162),
the default build matrix for CUDA versions was trimmed down to versions 10.2, 11.0, 11.1, 11.2.
As new CUDA versions come out regularly, periodically conda-forge needs to
decide how many versions will be supported within resource constraints.
As of January 2025, conda-forge supports CUDA 11.8 and 12.

If you really need it, you can re-add support for 9.2, 10.0 and 10.1. However, this is not recommended.
Adding more CUDA versions to the build matrix will dramatically increase the number of jobs and will place a large
burden on our CI resources. Only proceed if there's a known use case for the extra packages.

1. Download this [migration file](https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/b6d14bce8613d14e252e46ccee13ecb160eb6494/recipe/migrations/cuda92_100_101.yaml).
2. In your feedstock fork, create a new branch and place the migration file under `.ci_support/migrations`.
3. Open a PR and re-render. CUDA 9.2, 10.0 and 10.1 will appear in the CI checks now. Merge when ready!
To update to the latest supported versions [rerender the feedstock](updating_pkgs.md#dev-update-rerender).
There may be other fixes needed for the feedstock depending on when it was last updated.

<a id="opengpuserver"></a>

Expand Down

0 comments on commit db537bc

Please sign in to comment.