Sys.CPU_THREADS doesn't appear to get all my threads on Mac

So the M2 ultra has 16 big cores and 8 small cores. Julia is only telling you about the big cores because generally putting work on the little cores slows things down a bunch. See also jl_cpu_threads: exclude big.LITTLE efficency cores by staticfloat · Pull Request #42099 · JuliaLang/julia · GitHub

4 Likes