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
Add additional embedded backend running on the GPU Potential packages to use: https://github.com/JuliaGPU/CUDA.jl Many operations (e.g. arithmetic between fields) might directly work as soon as the broadcast is GPU aware, others e.g. remap need to custom handling. For the broadcast this is the central loop: https://github.com/GridTools/GridTools.jl/blob/main/src/embedded/cust_broadcast.jl#L260
remap
The text was updated successfully, but these errors were encountered:
lorenzovarese
Successfully merging a pull request may close this issue.
Add additional embedded backend running on the GPU
Potential packages to use: https://github.com/JuliaGPU/CUDA.jl
Many operations (e.g. arithmetic between fields) might directly work as soon as the broadcast is GPU aware, others e.g.
remap
need to custom handling. For the broadcast this is the central loop: https://github.com/GridTools/GridTools.jl/blob/main/src/embedded/cust_broadcast.jl#L260The text was updated successfully, but these errors were encountered: