Skip to content

Commit 58aab35

Browse files
Rename TupleOfArrays to FieldArrays
1 parent d110151 commit 58aab35

File tree

7 files changed

+208
-208
lines changed

7 files changed

+208
-208
lines changed

ext/cuda/data_layouts_copyto.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function knl_copyto!(dest, src)
1717
return nothing
1818
end
1919

20-
function knl_copyto_toa!(dest, src, us)
20+
function knl_copyto_field_array!(dest, src, us)
2121
@inbounds begin
2222
tidx = thread_index()
2323
if tidx get_N(us)
@@ -37,7 +37,7 @@ function Base.copyto!(
3737
us = DataLayouts.UniversalSize(dest)
3838
if Nh > 0
3939
auto_launch!(
40-
knl_copyto_toa!,
40+
knl_copyto_field_array!,
4141
(dest, bc, us),
4242
prod(DataLayouts.universal_size(us));
4343
auto = true

0 commit comments

Comments
 (0)