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

Add gpu embedded backend #28

Open
lorenzovarese opened this issue Aug 27, 2024 · 0 comments · May be fixed by #30
Open

Add gpu embedded backend #28

lorenzovarese opened this issue Aug 27, 2024 · 0 comments · May be fixed by #30
Assignees

Comments

@lorenzovarese
Copy link
Collaborator

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

@lorenzovarese lorenzovarese self-assigned this Aug 27, 2024
@lorenzovarese lorenzovarese linked a pull request Sep 4, 2024 that will close this issue
@lorenzovarese lorenzovarese linked a pull request Sep 4, 2024 that will close this issue
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 a pull request may close this issue.

1 participant