Releases: ROCm/hipBLAS
Releases · ROCm/hipBLAS
hipBLAS-12.2.0
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
Changelist:
- add hipblasGemmEx
hipBLAS-12.0.0 release for ROCm 1.8.2
Changelist:
- update for ROCm 1.8.2
hipBLAS-10.3.1 release for ROCM 1.7.1
Changelist:
- add hgemm
- add Xtrsm
- add Xnrm2
hipBLAS-10.1.0 release for ROCM 1.7.1
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
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.