Skip to content
This repository was archived by the owner on Mar 12, 2021. It is now read-only.

Commit 1b28b30

Browse files
committed
Fixup.
1 parent 93cffc9 commit 1b28b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mapreduce.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ NVTX.@range function GPUArrays.mapreducedim!(f, op, R::CuArray{T}, As::AbstractA
201201
@cuda threads=threads blocks=blocks shmem=shmem partial_mapreduce_grid(
202202
f, op, init, Rreduce, Rother, reduce_blocks, Val(shuffle), partial, As...)
203203

204-
GPUArrays.mapreducedim!(identity, op, R′, partial, init)
204+
GPUArrays.mapreducedim!(identity, op, R′, partial; init=init)
205205
end
206206

207207
return R

0 commit comments

Comments
 (0)