Closed marius311 closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
a4cc6cf
) 88.53% compared to head (0c3d312
) 88.53%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
makes sense, thank you.
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 checkingCUDA.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.