mirror of
https://github.com/amd/blis.git
synced 2026-05-22 09:28:19 +00:00
Fixed segemntation fault in trsm_small kernels for cases XAuB, XAltB, XAlB
For matrix sizes which are not multiples of 4, trsm_small kernels access memory outside the allocated buffers which causes segmentation fault. This is fixed by handling each of the corner cases separately. Change-Id: I267e69ee095a8ca3e8ce2a3ada5f48bfefcc2219
This commit is contained in: