[vectorIntrinsics+compress] RFR: 8274975: Add micro benchmark: ALIBABA selective store use case
Joshua Zhu
jzhu at openjdk.java.net
Mon Oct 11 10:03:29 UTC 2021
On Mon, 11 Oct 2021 06:08:27 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> Thanks Jatin for your review.
>> This test I added is placed together with other benchmarks extracted from user cases.
>> The mask computation inside the loop is the essential logic in real scenario.
>> We can add micro benchmarks in test/micro/org/openjdk/bench/jdk/incubator/vector/operation and then evaluate performance for compression / expanding in single API level.
>
> Ok got it, thanks!
> BTW can you also post the AVX2 numbers just to see how does it compare against scalar version when direct compress/expand instructions are not supported by target.
FYI

-------------
PR: https://git.openjdk.java.net/panama-vector/pull/149
More information about the panama-dev
mailing list