Releases: ROCm/hipBLAS
hipBLAS-0.10.1.0 release for ROCM 1.6.4
Changelist
- based on rocBLAS v0.10.1.0
- add hipblasXgemmBatched
- add hipblasIXamax
- fix nvcc build
release for ROCM 1.6.4
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
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
- 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
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
Library release associated with ROCM v1.6 platform release.
Library tuned for Fiji family hardware.
Build improvements for cuda
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
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.