mirror of
https://github.com/amd/blis.git
synced 2026-05-12 10:05:38 +00:00
Description: 1. When beta is zero we should not be doing any arthemetic operation on C data and should not assume anything on values of C matrix 2. It is taken care in all sgemmsup kernels already except in bli_sgemmsup_rv_zen_asm_2x8 and bli_sgemmsup_rv_zen_asm_3x8 kernels, when beta zero and C is column storage case. Fixed this issue by removing reading C matrix in these kernels. 3. When C has NaN or Inf and when we multiply NaN or Inf with zero (beta) the result becomes NaN only. Change-Id: I3fb8c0cd37cf1d52a7909f6b402aa9c40c7c3846