Commit 40ad3aa
committed
Fix per-thread cache+lock sizes
In Julia 1.9.0, `Threads.nthreads` returns the number of threads in the
default thread pool only; previously it would return the total number of
threads. We now use `Threads.maxthreadid` to determine the total number
of threads.1 parent 726541a commit 40ad3aa
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
0 commit comments