Files
OpenBLAS/kernel
Gražvydas Ignotas 9d58b8d64e provide a NEON version of arm/sgemm
benchmark/sgemm.goto before:
 M= 200, N= 200, K= 200 :     9262.97 MFlops   0.001727 sec
after:
 M= 200, N= 200, K= 200 :    30223.64 MFlops   0.000529 sec

Conveniently the registers are already allocated suitably for vector
operation, so the conversion from vfpv3 was rather straightforward.

Prefetching was left out because it doesn't help Cortex-A76,
only hurts it slightly.
2026-05-05 23:09:01 +03:00
..
2026-05-05 23:09:01 +03:00
2026-04-09 18:11:47 +08:00
2026-04-30 17:31:01 +02:00
2026-01-11 21:58:31 +01:00
2026-04-14 21:32:36 +02:00
2025-05-25 14:47:06 -07:00
2026-03-15 23:07:16 +01:00
2026-01-15 00:03:24 +01:00
2025-07-15 14:48:57 +01:00
2025-10-07 15:03:24 +00:00
2026-03-15 23:07:16 +01:00