You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibly, such a feature can be supported by KernelAbstractions eg JuliaGPU/KernelAbstractions.jl#384 which would simplify our code a lot (since we won't have to pass the offsets into the kernel explicitly).
The text was updated successfully, but these errors were encountered:
Increasingly we have the need to offset kernel indices; ie to perform computations over "windows" for incomplete
Field
indices
:Oceananigans.jl/src/AbstractOperations/computed_field.jl
Lines 84 to 92 in be00e36
or for @simone-silvestri's work to overlap communication and computation, eg #3067.
Possibly, such a feature can be supported by
KernelAbstractions
eg JuliaGPU/KernelAbstractions.jl#384 which would simplify our code a lot (since we won't have to pass the offsets into the kernel explicitly).The text was updated successfully, but these errors were encountered: