[vectorIntrinsics] RFR: 8263149: Adding some algorithms optimized by Vector API into JMH benc… [v3]

Wang Zhuo wzhuo at openjdk.java.net
Fri Mar 12 07:03:14 UTC 2021


On Tue, 9 Mar 2021 03:34:34 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:

>> Wang Zhuo has refreshed the contents of this pull request, and previous commits have been removed. The incremental views will show differences compared to the previous content of the PR. The pull request contains one new commit since the last revision:
>> 
>>   8263149: Adding some algorithms optimized by Vector API into JMH benchmarks
>>   
>>   Co-authored-by: Joshua Zhu <jzhu at openjdk.org>
>
> test/jdk/jdk/incubator/vector/benchmark/src/main/java/benchmark/bigdata/BooleanArrayCheck.java line 2:
> 
>> 1: /*
>> 2:  * Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
> 
> The copyright should be "Copyright (c) 2021, " since this is a new file.

done

> test/jdk/jdk/incubator/vector/benchmark/src/main/java/benchmark/bigdata/VectorDistance.java line 27:
> 
>> 25: 
>> 26: import jdk.incubator.vector.*;
>> 27: import java.util.Base64;
> 
> Move this import down before line 30?

done

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

PR: https://git.openjdk.java.net/panama-vector/pull/45


More information about the panama-dev mailing list