Files
OpenBLAS/driver/others
Alexander Grund 3094fc6c83 Lazyly reinit threads after a fork in OMP mode
This initializes the per-thread memory buffers which get
cleared/released on a fork via pthread_at_fork. Not doing so leads to
each thread calling blas_memory_alloc on almost every execution which
slows down the code significantly as the threads race for the memory
allocation using locks to serialize that.
2020-10-01 15:41:42 +02:00
..
2011-01-24 14:54:24 +00:00
2020-08-13 06:18:00 +08:00
2017-01-04 23:16:48 +01:00