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 51b9907 commit 27861a7Copy full SHA for 27861a7
src/host/accumulate.jl
@@ -15,7 +15,7 @@ Base._accumulate!(op, output::AnyGPUArray, input::AnyGPUArray, dims::Integer, in
15
Base.accumulate_pairwise!(op, result::AnyGPUVector, v::AnyGPUVector) = accumulate!(op, result, v)
16
17
# default behavior unless dims are specified by the user
18
-function Base.accumulate(op, A::WrappedGPUArray;
+function Base.accumulate(op, A::AnyGPUArray;
19
dims::Union{Nothing,Integer}=nothing, kw...)
20
nt = values(kw)
21
if dims === nothing && !(A isa AbstractVector)
0 commit comments