Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CuNFFT: Update CUDA version for compatibility #132

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

scholand
Copy link
Contributor

The commit fixes the CUDA.jl dependencies of the CuNFFT.jl package, because its current CUDA.jl constraints to version 4 seem not compatible with GPUCompiler.jl.
You can find more details about the error below.

julia> using Pkg

(@v1.10) pkg> add CuNFFT
[ Info: Use `./CuNFFT` to add or develop the local directory at `~/Documents/git/NFFT.jl/CuNFFT`.
   Resolving package versions...
ERROR: Unsatisfiable requirements detected for package GPUCompiler [61eb1bfa]:
 GPUCompiler [61eb1bfa] log:
 ├─possible versions are: 0.1.0-0.26.5 or uninstalled
 ├─restricted by julia compatibility requirements to versions: 0.22.0-0.26.5 or uninstalled
 └─restricted by compatibility requirements with CUDA [052768ef] to versions: [0.12.0-0.12.9, 0.13.3-0.21.4] — no versions left

Copy link

codecov bot commented Jun 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.65%. Comparing base (a92f27d) to head (a1d0a56).
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
+ Coverage   88.63%   88.65%   +0.02%     
==========================================
  Files          10       10              
  Lines        1126     1128       +2     
==========================================
+ Hits          998     1000       +2     
  Misses        128      128              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@tknopp tknopp merged commit 547b073 into JuliaMath:master Jun 12, 2024
5 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants