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

cf. https://github.com/MacPython/openblas-libs/issues/79 (remaining symbol conflicts between builds with and without INTERFACE64 as the internally used functions to not get suffixed. Adding suffixes for them would be the second-best solution if...

I tried to compile OpenBLAS using emmake, but I had the following problems: Is there any other way I can solve the problem? I want to compile the.c file that...

I have a driver cpp file that calls cblas_dgbmv function with proper arguments. When I build OpenBLAS with "make", dgbmv runs automatically with 8 threads (multithreaded dgbmv is invoked in...

Thank you for OpenBLAS developers and users. There are some new architecture supported from PRs. However, the OpenBLAS developer team may not test or verify the code on the new...

Feature request

It is possible to set the number of threads used by OpenBLAS via `openblas_set_num_threads`. For the "custom thread" solution this works quite well: Independent of what the application may do...

I have a test failure (dblas3) on the current develop branch. [Here is the test output, DBLAT3.SUMM.](https://github.com/xianyi/OpenBLAS/files/7764787/DBLAT3.SUMM.txt) I build OpenBLAS with cmake, setting CMAKE_BUILD_TYPE=Release and running ctest. The machine has...

link to benchmark results copied from #3251: https://developer.arm.com/tools-and-software/server-and-hpc/compile/arm-compiler-for-linux/resources/tutorials/benchmarks current implementation in OpenBLAS is a mix of generic ARMV8 and ThunderX2T99 (initial PR #2465) Graviton2 is/was in our Travis CI setup...

I am using a Windows/Mingw64 built OpenBLAS copy that I further built NumPy and SciPy with. The script I used is ```bash march="x86-64" extra="-fno-asynchronous-unwind-tables" vc_arch="X64" cflags="-O2 -march=$march -mtune=generic $extra" fflags="$cflags...

Not exhaustive list, just those used in practice, sort of measurement takes some time Discovered in #1882 - `dgetrf` `zherk` `dsyrk` From #1883 - `axpy` From #1897 (mxnet) `cblas_?syrk` `_potri_`...