OpenBLAS

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

OpenBLAS
Original author(s) Kazushige Goto
Developer(s) Zhang Xianyi, Wang Qian, Werner Saar
Initial release March 22, 2011; 13 years ago (2011-03-22)
Stable release 0.2.15 / October 27, 2015; 9 years ago (2015-10-27)[1]
Operating system Linux
Microsoft Windows
OS X
FreeBSD
Platform x86
x86-64
MIPS
ARM
ARM64
Type Linear algebra library; implementation of BLAS
License BSD License
Website www.openblas.net

In scientific computing, OpenBLAS is an open source implementation of the BLAS (Basic Linear Algebra Subprograms) API with many hand-crafted optimizations for specific processor types. It is developed at the Lab of Parallel Software and Computational Science, ISCAS.

OpenBLAS adds optimized implementations of linear algebra kernels for several processor architectures, including Intel Sandy Bridge[2] and Loongson.[3] It claims to achieve performance comparable to the Intel MKL.

OpenBLAS is a fork of GotoBLAS2, which was created by Kazushige Goto at the Texas Advanced Computing Center.

See also

References

  1. Releases · xianyi/OpenBLAS - GitHub
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.

External links