RFR: 8314544: Matrix multiple benchmark using Vector API [v2]

Eric Liu eliu at openjdk.org
Fri Sep 8 10:15:42 UTC 2023


On Mon, 21 Aug 2023 03:55:42 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
>
> Martin Stypinski has updated the pull request incrementally with two additional commits since the last revision:
> 
>  - changed for consistency
>  - improved some RandomGenerator & unuseed Imports

Looks good to me.

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

Marked as reviewed by eliu (Committer).

PR Review: https://git.openjdk.org/jdk/pull/15338#pullrequestreview-1617144039


More information about the core-libs-dev mailing list