Update cuDNN requirement to 6.2.1#688
Merged
Merged
Conversation
Updates the requirements on [cuDNN](https://github.com/JuliaGPU/CUDA.jl) to permit the latest version. - [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases) - [Commits](JuliaGPU/CUDA.jl@v0.1.0...v6.2.1) --- updated-dependencies: - dependency-name: cuDNN dependency-version: 6.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
CarloLucibello
added a commit
that referenced
this pull request
Jul 22, 2026
Add support for CUDA.jl v6 by relaxing the CUDA compat bound in GNNGraphs and GNNlib to "5, 6", and the docs cuDNN compat to "1, 6". Fixes the workspace resolution failure introduced by the cuDNN 6.2.1 release (#688), which needs CUDA 6 while the packages capped CUDA at 5. Bumps GNNlib to 1.2.2. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
CarloLucibello
added a commit
that referenced
this pull request
Jul 22, 2026
* Release GNNGraphs v1.5.1 Bump version to 1.5.1 and add CHANGELOG. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Add CLAUDE.md with repo guidance Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Move repo guidance to AGENTS.md, import from CLAUDE.md Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Relax CUDA compat to "5, 6" across the monorepo Add support for CUDA.jl v6 by relaxing the CUDA compat bound in GNNGraphs and GNNlib to "5, 6", and the docs cuDNN compat to "1, 6". Fixes the workspace resolution failure introduced by the cuDNN 6.2.1 release (#688), which needs CUDA 6 while the packages capped CUDA at 5. Bumps GNNlib to 1.2.2. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Remove CUDA/cuDNN from the docs environment Neither is used to build the docs: cuDNN is never referenced, and CUDA only appears in a non-executed ```julia code fence in index.md. They were the only thing pulling GPU packages into the default monorepo (workspace) environment. Removing them keeps GPU stacks out of the default env and drops the CUDA-6 resolution constraint from the docs. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Add CHANGELOG for GNNlib Covers the 1.x series (1.0.0 through 1.2.2). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Release GNNlib v1.3.0 instead of 1.2.2 Minor bump since the release adds new features (Mooncake rules, CUDA v6 support). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Modernize GitHub workflows: concurrency + least-privilege permissions - Add a concurrency group to all workflows so superseded PR runs are cancelled (master runs are never cancelled). - Add explicit permissions: contents:read for the test workflows, contents:write for the docs deploy. Action versions are already current and kept up to date by dependabot. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Add CHANGELOGs for GraphNeuralNetworks (Flux) and GNNLux (Lux) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Merge per-package changelogs into a single root CHANGELOG.md Replace the four per-package CHANGELOG.md files with one repo-wide CHANGELOG.md split into per-package sections, easier to discover and maintain. Document the convention in AGENTS.md. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Organize CHANGELOG as a single timeline instead of by package Each release is headed by package + version + date, sorted most-recent first. Update the AGENTS.md convention accordingly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on cuDNN to permit the latest version.
Release notes
Sourced from cuDNN's releases.
Commits
2816631Bump version.1b62bc2Fix cluster barriers silently trapping on Julia <= 1.11 (#3188)5886f9dImplementing specializedcoo_typefor CuSparseCOO (#3190)8c6af3bAdd narrow-precision floats to cudaDataType (#3180)ae647aeDon't promote to i64 unnecessarily inunsafe_cached_load(#3186)fbb9098Skip device-to-device copies of zero-byte arrays. (#3184)9dc5657Update to GPUToolbox v3. (#3183)f4a33a2Bump actions/checkout from 6 to 7 (#3182)bc81d40Bump GPUToolbox and remove the ability to reset devices (#3178)f36a98cIgnore patch versions in LLVM and ptxas compatibility queries (#3176)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)