We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rayleigh_sponge_cache
GPU compilation for the moist Held-Suarez simulation generates a compilation error in rayleigh_sponge_cache. The full error message can be found here: https://buildkite.com/clima/climaatmos-target-gpu-simulations/builds/71#018acda7-0c93-48d9-881e-90c321d2b525 cc: @simonbyrne
moist Held-Suarez
The text was updated successfully, but these errors were encountered:
@sriharshakandala can you get it down to a reproducible example?
Sorry, something went wrong.
.f is of type Type{Float32} which is not isbits.
I'm pretty sure we're just running into CliMA/ClimaCore.jl#1372
I would have though that this would have been fixed by JuliaGPU/CUDA.jl#2000, but maybe it's not in the version of CUDA.jl we're using.
We can use the $(FT(0))) trick for now
$(FT(0)))
Successfully merging a pull request may close this issue.
GPU compilation for the
moist Held-Suarez
simulation generates a compilation error inrayleigh_sponge_cache
. The full error message can be found here: https://buildkite.com/clima/climaatmos-target-gpu-simulations/builds/71#018acda7-0c93-48d9-881e-90c321d2b525cc: @simonbyrne
The text was updated successfully, but these errors were encountered: