RFR: 8314544: Matrix multiple benchmark using Vector API

Martin Stypinski duke at openjdk.org
Mon Aug 21 03:55:43 UTC 2023


On Fri, 18 Aug 2023 03:57:24 GMT, Martin Stypinski <duke at openjdk.org> wrote:

> Added a bunch of different implementations for Vector API Matrix Multiplications:
> 
> - Baseline
> - Blocked (Cache Local)
> - FMA
> - Vector API Simple Implementation
> - Vector API Blocked Implementation
> 
> Commit was discussed with @PaulSandoz

Changed according to comments.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/15338#issuecomment-1685597390


More information about the core-libs-dev mailing list