faasm / faasm-clapack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLAPACK and BLAS Support for Faasm

Without a Fortran-wasm compiler we can't use standard LAPACK and BLAS libraries, so instead we use CLAPACK.

Sources:

Certain Makefiles rely on Faasm being checked out at /usr/local/code/faasm.

Note that CBLAS sources aren't part of the default CLAPACK so they have been downloaded from https://www.netlib.org/clapack/cblas.tgz and included in this repo.

Building

See the Faasm toolchain where this repository is built.

About