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

I know that there is already a similar discussion for the general tuning on Apple M1 chips (see https://github.com/xianyi/OpenBLAS/issues/2814) but I wanted to revive this topic a little bit (focusing...

```C++ #include #include int main() { int i=0; double A[6] = {1.0,2.0,1.0,-3.0,4.0,-1.0}; double B[6] = {1.0,2.0,1.0,-3.0,4.0,-1.0}; double C[9] = {.5,.5,.5,.5,.5,.5,.5,.5,.5}; cblas_dgemm(CblasColMajor, CblasNoTrans, CblasTrans,3,3,2,1,A, 3, B, 3,2,C,3); for(i=0; i

Support for RISCV64_GENERIC was missing in cmake, so I added support for it. I am not sure where these values come from, but I copied them from the config.h when...

This failure just showed up in CI, from [this log](https://github.com/OpenMathLib/OpenBLAS/actions/runs/9760654144/job/26939985244): ``` benchmarks/bench_blas.py ............................................... [ 75%] .........F..... [100%] ================================ 62 benchmarked ================================ =================================== FAILURES =================================== ______________________________ test_gesdd[mn1-s] _______________________________ benchmark = mn...

An experiment to fish out the source of https://github.com/OpenMathLib/OpenBLAS/issues/4776 : cannot repro the error locally, let's see what the GH runners do

Hi, I'm trying to leverage #4577 in a project (scikit-learn) that has a mix of OpenMP and OpenBLAS built with the pthreads threading layer to make OpenBLAS use the OpenMP...

This is a thorough update of the existing docs pages. I went through everything (except "Home", which has almost no content, and "Install OpenBLAS", which may need a bit of...

Hello, I'm a Nix package maintainer and I'm using [`open-webui`](https://github.com/open-webui/open-webui/) with [`Ollama`](https://github.com/ollama/ollama) on my own server for testing and evaluating LLMs. While using Open-WebUI, I noticed that enabling the [`Hybrid...

OpenBLAS already added flang support, but I don't think this is being tested on windows? While reviving the old [effort](https://github.com/conda-forge/openblas-feedstock/pull/115) to build conda-forge's `openblas` with flang, I originally ran into...

Bug in other software

Hi, I created this patch to facilitate its use in Nix.