RFR: 8314544: Matrix multiple benchmark using Vector API

Sandhya Viswanathan sviswanathan at openjdk.org
Tue Oct 3 23:16:50 UTC 2023


On Mon, 21 Aug 2023 03:50:32 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.

@Styp Please correct the title in the PR. There is title mismatch between PR and JBS.
PR title: Matrix multiple benchmark using Vector API
"multiple" vs "multiply"

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

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


More information about the core-libs-dev mailing list