Skip to content

Commit d12ded7

Browse files
committed
fix one threads options
1 parent 2560077 commit d12ded7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/other/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ function _create_dictionary!(prev_groups, groups, gslots, rhashes, f, v, prev_ma
335335
# sz = 2 ^ ceil(Int, log2(n)+1)
336336
sz = length(gslots)
337337
# fill!(gslots, 0)
338-
Threads.@threads for i in 1:sz
338+
@_threadsfor threads for i in 1:sz
339339
@inbounds gslots[i] = 0
340340
end
341341
szm1 = sz - 1

0 commit comments

Comments
 (0)