We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6df9be commit 762ed66Copy full SHA for 762ed66
1 file changed
kernel/arm64/dot.c
@@ -97,7 +97,7 @@ static inline int get_dot_optimal_nthreads(BLASLONG n) {
97
if (n <= 10000L)
98
return 1;
99
else
100
- return num_cpu_avail(1);
+ return ncpu;
101
}
102
#endif
103
0 commit comments