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

allow CUDA 4 #115

Merged
merged 1 commit into from
Apr 11, 2023
Merged

allow CUDA 4 #115

merged 1 commit into from
Apr 11, 2023

Conversation

marius311
Copy link
Contributor

Allows CUDA.jl version 4. The main change is in that in CUDA 4, CUDA.functional() always returns false during precompilation, so the current thing doens't work (the package would load as empty). In any case, I don't think checking CUDA.functional() is the recommended thing even in prior versions, since CUDA will always load, so you can just define your functions regardless if later its loaded somewhere with or without functional CUDA.

@codecov
Copy link

codecov bot commented Apr 10, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (a4cc6cf) 88.53% compared to head (0c3d312) 88.53%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #115   +/-   ##
=======================================
  Coverage   88.53%   88.53%           
=======================================
  Files           9        9           
  Lines        1116     1116           
=======================================
  Hits          988      988           
  Misses        128      128           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@tknopp
Copy link
Member

tknopp commented Apr 11, 2023

makes sense, thank you.

@tknopp tknopp merged commit 333fd1b into JuliaMath:master Apr 11, 2023
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.

2 participants