Skip to content

Releases: ROCm/hipBLAS

hipBLAS-0.10.1.0 release for ROCM 1.6.4

22 Nov 22:42
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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.

hipBLAS-0.4.2.0 release for ROCM 1.6

07 Jul 19:52
Compare
Choose a tag to compare
Pre-release

Library release associated with ROCM v1.6 platform release.

Library tuned for Fiji family hardware.

Build improvements for cuda

31 May 22:33
Compare
Choose a tag to compare
Pre-release

This fixes the cmake code to properly find and build hipblas with a cuda backend

This updates the version of rocblas, that links in tensile v3.0.0

Initial Release

04 May 19:39
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

hipBlas is a thin BLAS wrapper library which forward calls to underlying wrapper libraries. At the moment, rocBLAS is the only supported back-end BLAS library.