[vectorIntrinsics] Benchmark related fixes
Viswanathan, Sandhya
sandhya.viswanathan at intel.com
Tue Apr 14 16:57:10 UTC 2020
Hi Paul and Vladimir,
Thanks for the review.
Best Regards,
Sandhya
-----Original Message-----
From: Vladimir Ivanov <vladimir.x.ivanov at oracle.com>
Sent: Tuesday, April 14, 2020 12:45 AM
To: Viswanathan, Sandhya <sandhya.viswanathan at intel.com>; panama-dev at openjdk.java.net' <panama-dev at openjdk.java.net>
Subject: Re: [vectorIntrinsics] Benchmark related fixes
Looks good.
Best regards,
Vladimir Ivanov
On 14.04.2020 02:46, Viswanathan, Sandhya wrote:
> Please find below a webrev which fixes two failures observed while
> running benchmarks:
>
> http://cr.openjdk.java.net/~sviswanathan/vectorIntrinsics/Benchfix/wen
> rev.00/
>
> 1. ChaChaBench: java.lang.UnsupportedOperationException: ROL: operator
> is not implemented
>
> The fix is in the Vector API Java implementation: Call opcode() after
> handling operators like ROL/ROR etc.
>
> 2. ByteScalar.gather/scatter: java.lang.ArrayIndexOutOfBoundsException:
> Index 1071 out of bounds for length 1024
>
> The fix is in the scalar benchmarks adjusting the index value to not
> go out of bounds.
>
> Best Regards,
>
> Sandhya
>
> ]
>
More information about the panama-dev
mailing list