Skip to content

Fix out-of-bounds write in SME1 F16 GEMV

Jakub Sujak requested to merge jakub/fix_oob_write into main

The kernel incorrectly made use of st1w instructions instead of st1h meaning on odd output widths the kernel would write back 2 bytes past the end of the row.

Signed-off-by: Jakub Sujak jakub.sujak@arm.com

Merge request reports

Loading