You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which means that if we have Cython extension built with MSVC calling into BLIS built with Clang/LLVM we will possibly get a new type of OpenMP nesting...
This case would be possible in scikit-learn for the new Cython K-Means calling into the BLAS API scipy-blis, shall scipy use BLIS in the future (which is considered on their roadmap).
The text was updated successfully, but these errors were encountered:
Also we should check that there is no bad interactions between Clang/LLVM OpenMP and Intel OpenMP (e.g. from numpy from the default conda channel linked with MKL) on Windows as we observed on Linux.
Apparently, it's possible to get BLIS to work on windows when built with Clang/LLVM:
numpy/numpy#7372 (comment)
Which means that if we have Cython extension built with MSVC calling into BLIS built with Clang/LLVM we will possibly get a new type of OpenMP nesting...
This case would be possible in scikit-learn for the new Cython K-Means calling into the BLAS API scipy-blis, shall scipy use BLIS in the future (which is considered on their roadmap).
The text was updated successfully, but these errors were encountered: