Open
Description
Apparently, it's possible to get BLIS to work on windows when built with Clang/LLVM:
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).