ali-ramadhan / Atmosfoolery.jl

Compressible non-hydrostatic model built on top of Oceananigans.jl so it runs on CPUs and GPUs
MIT License
3 stars 0 forks source link

Use KernelAbstractions.jl #74

Closed ali-ramadhan closed 4 years ago

ali-ramadhan commented 4 years ago

Should be easy to get on the GPU then. Maybe we should limit our use of fancy abstractions until we're running on the GPU (where we can make sure said fancy abstractions can be made to work efficiently on GPUs).

ali-ramadhan commented 4 years ago

Done in PR #91.