BLAS thread count vs Julia thread count

It does max out at 8 though.

julia> BLAS.get_num_threads()
8

julia> Hwloc.num_physical_cores()
20
2 Likes