Full documentation for rocBLAS is available at rocblas.readthedocs.io.
- gemm_ex examples to use transpose arguments NT
- Fixed tolerance for half precisions to include problem size accumulation factor
- Added example calling complex version of trmv (ctrmv) which illustrates how different data types for handling complex numbers can be used and also absolute and relative error checking.
- Removed the deprecated paths to hip/bin and rocblas fortran module being removed in future releases
- Removed deprecated defines, code and referring to deprecated folders
- On Windows the Visual Studio toolchain include of rocblas.h shows deprecation warnings. No longer requires define ROCBLAS_NO_DEPRECATED_WARNINGS.
- On Windows the Visual Studio toolchain include of rocblas.h requires adding a define ROCBLAS_NO_DEPRECATED_WARNINGS for ROCM 5.4
- No changes were made for this release.
- ROCmTM installation paths for include files and libraries have changed locations. This release of examples takes these from the new locations to avoid the deprecation messages introduced into the old header locations. Relevant changes can be seen in the Makefiles.