Skip to content

Commit 25d035b

Browse files
authored
Update src/accumulate/accumulate_1d_gpu.jl
1 parent bc75725 commit 25d035b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/accumulate/accumulate_1d_gpu.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ end
149149

150150

151151
@kernel cpu=false inbounds=true unsafe_indices=true function _accumulate_previous!(
152-
op, v, flags::AbstractArray{UInt8}, @Const(prefixes),
152+
op, v, flags, @Const(prefixes),
153153
)
154154

155155
len = length(v)

0 commit comments

Comments
 (0)