openblas-src icon indicating copy to clipboard operation
openblas-src copied to clipboard

How to run routines in a multi-threaded manner

Open bokutotu opened this issue 2 years ago • 0 comments

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?

bokutotu avatar Nov 11 '22 11:11 bokutotu