Skip to content

Releases: ROCm/hipBLAS

hipBLAS-12.2.0

18 Jan 15:17

Choose a tag to compare

Changelist

  • correct type of hipblasHgemm parameters
  • return error if handle is nullptr
  • CMake fix for rocm-export-targets
  • make yum install smoother

hipBLAS-12.1.0 release for ROCM 1.8.2

12 Sep 18:30

Choose a tag to compare

Changelist:

  • add hipblasGemmEx

hipBLAS-12.0.0 release for ROCm 1.8.2

09 Aug 17:10

Choose a tag to compare

Changelist:

  • update for ROCm 1.8.2

hipBLAS-10.3.1 release for ROCM 1.7.1

14 May 22:39

Choose a tag to compare

Changelist:

  • add hgemm
  • add Xtrsm
  • add Xnrm2

hipBLAS-10.1.0 release for ROCM 1.7.1

07 Mar 22:34

Choose a tag to compare

Same source as hipBLAS-0.10.1.0 release for ROCM 1.6.4

hipBLAS-0.10.1.0 release for ROCM 1.6.4

22 Nov 22:42

Choose a tag to compare

Pre-release

Changelist

  • based on rocBLAS v0.10.1.0
  • add hipblasXgemmBatched
  • add hipblasIXamax
  • fix nvcc build

release for ROCM 1.6.4

17 Oct 19:12

Choose a tag to compare

Pre-release

Changelist:

  • based on rocBLAS v0.8.1.0
  • add hipblasSgeam and hipblasDgeam
  • remove from API the complex and half functions that are not implemented

release for ROCM 1.6.3

12 Sep 21:59

Choose a tag to compare

Pre-release

NOTE: ABI breaking changes introduced in this release, primarily related to library NAME and SONAME.

Changelist:

  • Library removed the suffix which annotated platform (i.e. now librocblas.so)
  • so-name link renamed to reflect the MAJOR version number (currently 0, changed from 1)
  • Build system entirely rewritten to simplify build/install process. Convenience bash script added to automate builds on Ubuntu distro (install.sh script added to root)
  • 3 new samples added in samples directory (sscal, sgemm, sgemmStridedBatched)
  • added hipblasSgemmStridedBatched and hipblasDgemmStridedBatched

hipBLAS-0.4.4.6 release for ROCM 1.6

26 Jul 00:37

Choose a tag to compare

Pre-release
  • Adding Vega & Fiji compile flags to library build
    • Resolves 'could not find symbol' errors on vega

hipBLAS-0.4.3.0 release for ROCM 1.6

25 Jul 19:28

Choose a tag to compare

Pre-release

Library release associated with ROCM v1.6 platform release.

Library tuned for Fiji family hardware.

The library libhipblas-hcc.so only contains the hipBLAS thin interface. To use
hipBLAS you will also need to have rocBLAS installed.