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

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

Commit messages:
 - fixed some style issues
 - added MatrixMultiplicationBenchmark
 - Merge pull request #1 from openjdk/master

Changes: https://git.openjdk.org/jdk/pull/15338/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=15338&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8314544
  Stats: 185 lines in 1 file changed: 185 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/15338.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15338/head:pull/15338

PR: https://git.openjdk.org/jdk/pull/15338

Reply via email to