blas-lapack-rs / openblas-src

Source of BLAS and LAPACK via OpenBLAS
Other
78 stars 48 forks source link

How to run routines in a multi-threaded manner #91

Open bokutotu opened 2 years ago

bokutotu commented 2 years ago

I would like to run routines such as sgemm in a multit-hreaded fashion. So I have done this using cblas, but it seems to be single-threaded. I tried changing it with OPENBLAS_NUM_THREADS, but it still runs single-threaded. Is there any way to set this up?