Julia Programming Language
BLAS thread count vs Julia thread count
General Usage
question
,
performance
,
linearalgebra
mbauman
March 15, 2021, 2:24pm
11
It does max out at 8 though.
julia> BLAS.get_num_threads() 8 julia> Hwloc.num_physical_cores() 20
2 Likes
Huge performance fluctuations in parallel benchmark: insights?
show post in topic
Related topics
Topic
Replies
Views
Activity
Julia Threads vs BLAS threads
Internals & Design
16
10963
July 26, 2018
BLAS performance testing for Julia 1.8
Performance
blas
,
multithreading
30
8097
July 19, 2022
Ideal number of BLAS threads
General Usage
blas
,
multithreading
,
linearalgebra
10
4445
April 27, 2022
How to prevent BLAS from thrashing with Julia?
General Usage
parallel
5
2190
May 30, 2017
Multithreaded LAPACK function in a Threads.@threads loop
Performance
blas
,
parallel
,
mkl
,
lapack
2
1624
September 24, 2022