NOTE: API 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)
- Tensile updated to v3.0.4, which includes fixes for NaN propogating on GEMM calls with beta == 0
- 2 new samples added in samples directory (gemm & strided gemm)
- haxpy implementation added
- extra unit tests added and benchmarking capabilities for axpy, dot, scal
- Improved stability of TRSM unit tests