OpenBLAS/driver
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
..
level2 Implementation of BF16 based gemv 2020-10-29 02:08:23 +08:00
level3 Fix build issues with bfloat16 2020-10-13 11:00:22 -05:00
mapper Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
others Don't overwrite blas_thread_buffer if already set 2020-11-19 14:51:51 +01:00