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.
2 parents 6e38e60 + 2da8696 commit 8dd1ce9Copy full SHA for 8dd1ce9
src/accumulate/accumulate.jl
@@ -160,7 +160,9 @@ function _accumulate_impl!(
160
dims::Union{Nothing, Int}=nothing,
161
inclusive::Bool=true,
162
163
- alg::AccumulateAlgorithm=DecoupledLookback(),
+ # FIXME: Switch back to `DecoupledLookback()` as the default algorithm
164
+ # once https://github.com/JuliaGPU/AcceleratedKernels.jl/pull/44 is merged.
165
+ alg::AccumulateAlgorithm=ScanPrefixes(),
166
167
# CPU settings
168
max_tasks::Int=Threads.nthreads(),
0 commit comments