mirror of
https://github.com/amd/blis.git
synced 2026-05-25 19:04:32 +00:00
Rather than relying on implicit initialization of arrays, ensure all elements are explicitly set. Array elements that are not supposed to be altered by the BLAS or BLIS API are set to a large magnitude value to aid identication of incorrect usage. This includes: - Intervening elements in vectors when incx/incy > 1. - Extra elements in column/row when lda > matrix size. - Also set unused upper/lower values in triangular matrices to similar large magnitude value. AMD-Internal: [CPUPL-4430] Change-Id: Id5e8c1a4e80687f5f462e6b5aa2accac0ab8ec21