Skip to content

Commit

Permalink
one more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Jul 31, 2023
1 parent 338e651 commit aacc380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mapreduce.jl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function _mapreduce_block!(@nospecialize(f), @nospecialize(op), @nospecialize(in
# so that they are not divided in threading (which would lead to race conditions)

_mapreduce_threaded!(f, op, initop, dims, blocks, strides, offsets, costs, arrays,
get_num_threads(), 0)
get_num_threads(), 0, 1)
end
return
end
Expand Down

2 comments on commit aacc380

@Jutho
Copy link
Owner Author

@Jutho Jutho commented on aacc380 Jul 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/88745

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v2.0.3 -m "<description of version>" aacc380c2c3120d170683c3047e3c9aacf6067aa
git push origin v2.0.3

Please sign in to comment.