mirror of
https://github.com/amd/blis.git
synced 2026-05-05 23:11:15 +00:00
Details: - In bli_syrk_front(), moved the conditional call to bli_syrk_check() (if error checking is enabled) and the conditional scaling of C by beta (if alpha is zero) so that they occur after, instead of before, the call to bli_syrk_small(). This sequencing now matches that of bli_gemm_small() in bli_gemm_front() and bli_trsm_small() in bli_trsm_front().