OpenBLAS icon indicating copy to clipboard operation
OpenBLAS copied to clipboard

OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.

Results 242 OpenBLAS issues
Sort by recently updated
recently updated
newest added

We decided to set a very high NUM_THREADS for building OpenBLAS - 4096. That leads to a stack overflow in `getrf_parallel`. I believe this setting should have led to `ALLOC_HEAP`...

Hi, I have a code which mixes BLAS calls (gemm) and OpenMP based parallel loops (they are not nested). When OpenBLAS is built using OpenMP everything is fine but when...

This PR adds a new function `openblas_set_threads_callback` that allows the caller to register a callback in order to change the threading backend at runtime — instead of spawning its own...

Hi, I was converting my code from MKL to OpenBlAS, but I am not able to find an equvalent for dgetrf with partal pivoting and dgetrf witout pivoting. Just I...

Support

bin/xcl2blastst -R tbsv -U 1 U -A 1 N -D 2 U N -n 4 -X 2 2 1 -q 3 bin/xcl2blastst -R tbsv -U 1 U -A 1 N...

Needs special hardware

Support for quad precision seems to be broken or maybe entirely missing. Setting QUAD_PRECISION=1 in Makefile.rule and running make results in compilation error caused by missing common_quad.h.

Hi all, This issue is very similar to https://github.com/xianyi/OpenBLAS/issues/1082. We are still running into this issue as seen in https://github.com/luhenry/netlib/issues/2. This is with `libopenblas-dev` `0.3.5+ds-3` on Debian 10. From looking...

I've found that at least in some situations, GEMM can be particularly slow if the output array is not already backed by physical pages, and it can be 4x faster...