OpenBLAS - AshokBhat/notes GitHub Wiki

About

  • Open-source implementation of the BLAS API
  • Many hand-crafted optimizations for specific processor types

Usage

  • Scientific Libraries: NumPy to accelerate BLAS.
  • ML Frameworks - PyTorch
  • HPC : Part of NVIDIA HPC SDK

Releases

Version Release Description
v0.3.23 Apr 2023
v0.3.22 Mar 2023
v0.3.21 Aug 2022
v0.3.20 Feb 2022
v0.3.19 Dec 2021
v0.3.18 Oct 2021
v0.3.17 Jul 2021 Fixes to 0.3.16 release
v0.3.16 Jul 2021
v0.3.15 May 2021
v0.3.14 Mar 2021
v0.3.13 Dec 2020
v0.3.12 Oct 2020
v0.3.11 Oct 2020
v0.3.10 Mar 2020
v0.3.10 Jun 2020
v0.3.9 Mar 2020
v0.3.8 Feb 2020
v0.3.7 Aug 2019
v0.3.6 Apr 2019

See also