mirror of
https://github.com/amd/blis.git
synced 2026-05-11 09:39:59 +00:00
Details: - Added checks in top-level BLAS layer for alpha = zero. Scale C with beta or set C with 0 appropriately if true and return. This ensures that input matrices are not referenced, and thus that any Inf or NaN values in them are not propagated to output matrix. - Scalm internally handles the case where both alpha and beta are zero by calling setm to populate the output matrix with zeroes. AMD-Internal: [CPUPL-3134] Change-Id: I14f14419049e7fcc55bf7fd30ddbd3d5a12c4427