Skip to content

Commit

Permalink
:threads foreachindex backend is normally faster on intel i9, i7, M2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Leonard Nicusan committed Jun 23, 2024
1 parent f1a7552 commit 7780ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foreachindex.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function foreachindex(
itr,
backend::CPU;

scheduler=:polyester,
scheduler=:threads,
max_tasks=Threads.nthreads(),
min_elems=1,
)
Expand Down

0 comments on commit 7780ff3

Please sign in to comment.