Skip to content

Commit 27861a7

Browse files
committed
Oopsie again
1 parent 51b9907 commit 27861a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/host/accumulate.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Base._accumulate!(op, output::AnyGPUArray, input::AnyGPUArray, dims::Integer, in
1515
Base.accumulate_pairwise!(op, result::AnyGPUVector, v::AnyGPUVector) = accumulate!(op, result, v)
1616

1717
# default behavior unless dims are specified by the user
18-
function Base.accumulate(op, A::WrappedGPUArray;
18+
function Base.accumulate(op, A::AnyGPUArray;
1919
dims::Union{Nothing,Integer}=nothing, kw...)
2020
nt = values(kw)
2121
if dims === nothing && !(A isa AbstractVector)

0 commit comments

Comments
 (0)