We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db24c52 commit a714df9Copy full SHA for a714df9
src/cuarrays.jl
@@ -14,5 +14,5 @@ function restructure(x::CuArrays.CuArray, y)
14
return reshape(Adapt.adapt(parameterless_type(x), y), Base.size(x)...)
15
end
16
17
-Device(::Type{<:CuArrays.CuArray}) = GPU()
+device(::Type{<:CuArrays.CuArray}) = GPU()
18
0 commit comments