RFR: 8272861: Add a micro benchmark for vector api [v3]

Sandhya Viswanathan sviswanathan at openjdk.java.net
Tue Aug 24 20:49:52 UTC 2021


> This pull request adds a micro benchmark for Vector API.
> The Black Scholes algorithm is implemented with and without Vector API.
> We see about ~6x gain with Vector API for this micro benchmark using 256 bit vectors.

Sandhya Viswanathan has updated the pull request incrementally with one additional commit since the last revision:

  Make constants as static final

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/5234/files
  - new: https://git.openjdk.java.net/jdk/pull/5234/files/f92994cd..5b4abbf9

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=5234&range=02
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=5234&range=01-02

  Stats: 7 lines in 1 file changed: 0 ins; 0 del; 7 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5234.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5234/head:pull/5234

PR: https://git.openjdk.java.net/jdk/pull/5234


More information about the core-libs-dev mailing list