mirror of
https://github.com/amd/blis.git
synced 2026-05-12 10:05:38 +00:00
* Improve consistency of optimized BLAS3 code Tidy AMD optimized GEMM and TRSM framework code to reduce differences between different data type variants: - Improve consistency of code indentation and white space - Added some missing AOCL_DTL calls - Removed some dead code - Consistent naming of variables for function return status - GEMM: More consistent early return when k=1 - Correct data type of literal values used for single precision data In kernels/zen/3/bli_gemm_small.c and bli_family_*.h files: - Set default values for thresholds if not set in the relevant bli_family_*.h file - Remove unused definitions and commented out code AMD-Internal: [CPUPL-6579]