Skip to content

Consider interactions between vcomp and libomp on Windows with BLIS? #64

Open
@ogrisel

Description

@ogrisel

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions