Re: RFR: 8273681: Add Vector API vs Arrays.mismatch intrinsic benchmark [v2]

2021-09-16 Thread Kartik Ohri
On Thu, 16 Sep 2021 22:49:38 GMT, Paul Sandoz wrote: >> Kartik Ohri has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update benchmark according to code review > > test/micro/org/openjdk/bench/jdk/incubator/vector/ArrayMismatchBenchmark.ja

Re: RFR: 8273681: Add Vector API vs Arrays.mismatch intrinsic benchmark [v3]

2021-09-16 Thread Kartik Ohri
> Hi all! > > Please review this PR to add a benchmark comparing the performance of > Arrays.mismatch intrinsic in the JDK with that of the Vector API. Kindly > refer to this [thread] on panama-dev regarding some initial discussion about > this benchmark. I have attached the [results] of the fu

Re: RFR: 8273681: Add Vector API vs Arrays.mismatch intrinsic benchmark

2021-09-16 Thread Kartik Ohri
On Mon, 13 Sep 2021 18:05:55 GMT, Paul Sandoz wrote: >> Hi all! >> >> Please review this PR to add a benchmark comparing the performance of >> Arrays.mismatch intrinsic in the JDK with that of the Vector API. Kindly >> refer to this [thread] on panama-dev regarding some initial discussion abou

Re: RFR: 8273681: Add Vector API vs Arrays.mismatch intrinsic benchmark [v2]

2021-09-16 Thread Paul Sandoz
On Thu, 16 Sep 2021 19:40:19 GMT, Kartik Ohri wrote: >> Hi all! >> >> Please review this PR to add a benchmark comparing the performance of >> Arrays.mismatch intrinsic in the JDK with that of the Vector API. Kindly >> refer to this [thread] on panama-dev regarding some initial discussion abo

Re: RFR: 8273681: Add Vector API vs Arrays.mismatch intrinsic benchmark [v2]

2021-09-16 Thread Kartik Ohri
> Hi all! > > Please review this PR to add a benchmark comparing the performance of > Arrays.mismatch intrinsic in the JDK with that of the Vector API. Kindly > refer to this [thread] on panama-dev regarding some initial discussion about > this benchmark. I have attached the [results] of the fu

Re: RFR: 8273681: Add Vector API vs Arrays.mismatch intrinsic benchmark

2021-09-13 Thread Paul Sandoz
On Fri, 10 Sep 2021 08:32:02 GMT, Kartik Ohri wrote: > Hi all! > > Please review this PR to add a benchmark comparing the performance of > Arrays.mismatch intrinsic in the JDK with that of the Vector API. Kindly > refer to this [thread] on panama-dev regarding some initial discussion about >

Re: RFR: 8273681: Add Vector API vs Arrays.mismatch intrinsic benchmark

2021-09-13 Thread Paul Sandoz
On Fri, 10 Sep 2021 08:32:02 GMT, Kartik Ohri wrote: > Hi all! > > Please review this PR to add a benchmark comparing the performance of > Arrays.mismatch intrinsic in the JDK with that of the Vector API. Kindly > refer to this [thread] on panama-dev regarding some initial discussion about >