Skip to end of banner
Go to start of banner

OpenBLAS

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Current »

Status

  • OpenBLAS can be built from source for WoA using LLVM toolchain (clang-cl and flang)

  • Build and test passing for v0.3.24 (prebuilt package).

Build from Source

Requirements

Build Steps

  • Clone OpenBLAS from https://github.com/OpenMathLib/OpenBLAS

    git clone https://github.com/OpenMathLib/OpenBLAS
    cd OpenBLAS
    mkdir build
    cd build
    cmake .. -G Ninja -DCMAKE_C_COMPILER=clang-cl -DCMAKE_Fortran_COMPILER=flang-new -DBUILD_SHARED_LIBS=TRUE -DCMAKE_BUILD_TYPE=Release 
    ninja
    

Related PRs

  • No labels