Skip to content

Commit

Permalink
Merge #1354
Browse files Browse the repository at this point in the history
1354: Return nothing in cuda bycolumn r=charleskawczynski a=charleskawczynski

This PR changes the cuda `bycolumn` to return `nothing`, like the other `bycolumn` methods.

Co-authored-by: Charles Kawczynski <[email protected]>
  • Loading branch information
bors[bot] and charleskawczynski committed Jun 29, 2023
2 parents af6389a + bc38f13 commit b11470c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Fields/indices.jl
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ bycolumn(

function bycolumn(fn, space::AbstractSpace, ::ClimaComms.CUDADevice)
fn(:)
return nothing
end


Expand Down

0 comments on commit b11470c

Please sign in to comment.