Cleared 1m ago · uxlfoundation/oneDAL #3329 · C++ · ★ 651 · Apache-2.0

Single-threaded BLAS/LAPACK calls create race conditions with OpenBLAS

There are some sections within oneDAL which call BLAS and LAPACK functions in parallel, for which we have separate functions that run those BLAS/LAPACK calls single-threaded to avoid nested parallelism - for example: oneDAL/cpp/daal/src/externals/service_blas_mkl.h Line 59 in…

What we checked

Similar unclaimed issues