build(deps): update CUDA requirement from 5 to 5, 6.0#11
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): update CUDA requirement from 5 to 5, 6.0#11dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Member
|
@dependabot rebase |
02233c6 to
82fd1f1
Compare
Member
|
@dependabot rebase |
Updates the requirements on [CUDA](https://github.com/JuliaGPU/CUDA.jl) to permit the latest version. - [Release notes](https://github.com/JuliaGPU/CUDA.jl/releases) - [Commits](JuliaGPU/CUDA.jl@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: CUDA dependency-version: 6.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
82fd1f1 to
8d3904e
Compare
jack-champagne
added a commit
that referenced
this pull request
Apr 18, 2026
Folds dependabot PRs #11 and #12 together with the API-path fixes required by CUDA.jl 6.0, which moved low-level symbols (CUstream, cudaDataType, libraryPropertyType, retry_reclaim, initialize_context, @checked, @gcsafe_ccall, local_toolkit) out of the top-level CUDA module into CUDA.CUDACore. Imports conditionalized to keep CUDA 5 support.
5 tasks
Member
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
jack-champagne
added a commit
that referenced
this pull request
Apr 18, 2026
* build(deps): bump CUDA to 6.0 and CUDA_Runtime_Discovery to 2.0 Folds dependabot PRs #11 and #12 together with the API-path fixes required by CUDA.jl 6.0, which moved low-level symbols (CUstream, cudaDataType, libraryPropertyType, retry_reclaim, initialize_context, @checked, @gcsafe_ccall, local_toolkit) out of the top-level CUDA module into CUDA.CUDACore. Imports conditionalized to keep CUDA 5 support. * fix(cuda-6): use _local_toolkit const inside __init__ The @static const at module top was introduced for CUDA 6 compat but the original CUDA.local_toolkit reference inside __init__ was missed, so GPU init still errored with UndefVarError under CUDA 6. * fix(cuda-6): import cudaDataType constants through @static block R_32F, R_64F, C_32F, C_64F also moved from CUDA top-level to CUDA.CUDACore in CUDA.jl 6.0. Import them via the existing conditional block and drop the CUDA. prefix at the call sites.
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 CUDA to permit the latest version.
Release notes
Sourced from CUDA's releases.
Commits
a9a687cAdd licenses and READMEs to subpackages.a79b516Profiler: relax parsing of color flags in marker data. (#3075)2e540fdRemove stale NEWS.md0b05451Put all GPU-only functions in the GPU method table (#2998)cbd36b0Bump docker/setup-buildx-action from 3 to 4 (#3071)74e1705Bump docker/metadata-action from 5 to 6 (#3070)9877922Bump docker/build-push-action from 6 to 7 (#3069)19c3638Bump docker/login-action from 3 to 4 (#3068)87da928Mark@device_overrideand friends as public (#3066)441fec5Make CUDA & friends loadable on systems without NVPTX LLVM backend (#3067)