Files
OpenBLAS/driver/others
Alexander Grund 60005eb47b Don't overwrite blas_thread_buffer if already set
After a fork it is possible that blas_thread_buffer has already
allocated memory buffers: goto_set_num_threads does allocate those
already and it may be called by num_cpu_avail in case the OpenBLAS
NUM_THREADS differ from the OMP num threads.
This leads to a memory leak which can cause subsequent execution of BLAS
kernels to fail.

Fixes #2993
2020-11-19 14:51:51 +01:00
..
2011-01-24 14:54:24 +00:00
2020-10-31 10:00:48 -04:00
2017-01-04 23:16:48 +01:00