OpenBLAS
OpenBLAS copied to clipboard
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
We recently switched to testing openBLAS on a project and are noticing some test case failures due to a matrix multiplication operation returning an incorrect result. This issue has been...
This was reported on Gentoo at https://bugs.gentoo.org/878987, and I've verified that it still happens with the latest v0.3.23. The `-Wlto-type-mismatch` flag warns about type mismatches in global declarations from different...
requires completion of the new NRM2 kernels for #4188 first
Error handling in OpenBLAS is currently poor and inconsistent. Some routines, such as `gemm_driver`, call `exit` when memory cannot be allocated; that's a no-no for library code. Other routines are...
This adds GitHub hosted runners using the MSVC compiler on Windows. I tried to build with `-DDYNAMIC_ARCH=ON`. But that failed with: ``` C:\PROGRA~1\MICROS~2\2022\ENTERP~1\VC\Tools\MSVC\1435~1.322\bin\HostX64\x64\cl.exe /nologo -DCMAKE_INTDIR=\"Debug\" -ID:/a/OpenBLAS/OpenBLAS -ID:/a/OpenBLAS/OpenBLAS/build /DWIN32 /D_WINDOWS /W3...
This is the current state of OpenBLAS library naming for the pkgsrc packages (NetBSD and cross-platform). The idea is to be able to 1. be able to have a stable...