Skip to content

Commit de46e5e

Browse files
Update cuarrays.jl
1 parent e9f1c2d commit de46e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cuarrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ function Base.setindex(x::CuArrays.CuArray,v,i::Int)
88
_x
99
end
1010

11-
function restructure(x::CuArrays.CuArrays,y)
11+
function restructure(x::CuArrays.CuArray,y)
1212
reshape(adapt(typeof(x),y),size(x)...)
1313
end

0 commit comments

Comments
 (0)