Re: RFR: JDK-8315278: Patch 'print-targets' target to print targets separated by new line

2023-08-30 Thread Cesar Soares Lucas
On Wed, 30 Aug 2023 14:07:47 GMT, Erik Joelsson wrote: >> Currently 'make print-targets' print all targets on the same line separated >> by space. That isn't only terribly to read but hard to "grep". Printing each >> target on a separate line seems much better. >> >> Tested on: Linux x64, Wind

Re: RFR: JDK-8315278: Patch 'print-targets' target to print targets separated by new line [v3]

2023-08-30 Thread Erik Joelsson
On Wed, 30 Aug 2023 16:38:39 GMT, Cesar Soares Lucas wrote: >> Currently 'make print-targets' print all targets on the same line separated >> by space. That isn't only terribly to read but hard to "grep". Printing each >> target on a separate line seems much better. >> >> Tested on: Linux x64

Re: RFR: JDK-8315278: Patch 'print-targets' target to print targets separated by new line [v3]

2023-08-30 Thread Cesar Soares Lucas
> Currently 'make print-targets' print all targets on the same line separated > by space. That isn't only terribly to read but hard to "grep". Printing each > target on a separate line seems much better. > > Tested on: Linux x64, Windows x64 and MacOS AArch64 Cesar Soares Lucas has updated the

Re: RFR: JDK-8315278: Patch 'print-targets' target to print targets separated by new line

2023-08-30 Thread Cesar Soares Lucas
On Wed, 30 Aug 2023 14:07:47 GMT, Erik Joelsson wrote: >> Currently 'make print-targets' print all targets on the same line separated >> by space. That isn't only terribly to read but hard to "grep". Printing each >> target on a separate line seems much better. >> >> Tested on: Linux x64, Wind

Re: RFR: JDK-8315278: Patch 'print-targets' target to print targets separated by new line [v2]

2023-08-30 Thread Cesar Soares Lucas
> Currently 'make print-targets' print all targets on the same line separated > by space. That isn't only terribly to read but hard to "grep". Printing each > target on a separate line seems much better. > > Tested on: Linux x64, Windows x64 and MacOS AArch64 Cesar Soares Lucas has updated the

Re: RFR: 8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays) [v29]

2023-08-30 Thread Srinivas Vamsi Parasa
On Tue, 29 Aug 2023 20:23:24 GMT, Vladimir Kozlov wrote: >> The shared library approach is being followed currently as an initial >> implementation to demonstrate the value of AVX512 sorting. This will be >> followed up in future with support for Windows as well. >> If it is ok with you, the s

Re: RFR: 8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays) [v30]

2023-08-30 Thread Srinivas Vamsi Parasa
On Wed, 30 Aug 2023 08:48:09 GMT, Alan Bateman wrote: >>> > > Hi, We already have correctness tests. See >>> > > test/jdk/java/util/Arrays/Sorting.java >>> > > The latest version you can find in PR >>> > > https://github.com/openjdk/jdk/pull/13568/files >>> > >>> > >>> > Does test/jdk/java/ut

Re: RFR: 8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays) [v30]

2023-08-30 Thread Srinivas Vamsi Parasa
On Wed, 30 Aug 2023 08:48:09 GMT, Alan Bateman wrote: > > Hi Vladimir, Just verified that the test/jdk/java/util/Arrays/Sorting.java > > is triggering the intrinsic without additional flags > > Just to add that Sorting.java has short and long run modes. The default when > running with jtreg or

Re: RFR: JDK-8315278: Patch 'print-targets' target to print targets separated by new line

2023-08-30 Thread Erik Joelsson
On Wed, 30 Aug 2023 03:12:18 GMT, Cesar Soares Lucas wrote: > Currently 'make print-targets' print all targets on the same line separated > by space. That isn't only terribly to read but hard to "grep". Printing each > target on a separate line seems much better. > > Tested on: Linux x64, Win

Re: RFR: JDK-8315278: Patch 'print-targets' target to print targets separated by new line

2023-08-30 Thread Erik Joelsson
On Wed, 30 Aug 2023 03:12:18 GMT, Cesar Soares Lucas wrote: > Currently 'make print-targets' print all targets on the same line separated > by space. That isn't only terribly to read but hard to "grep". Printing each > target on a separate line seems much better. > > Tested on: Linux x64, Win

Re: RFR: 8309130: x86_64 AVX512 intrinsics for Arrays.sort methods (int, long, float and double arrays) [v30]

2023-08-30 Thread Alan Bateman
On Wed, 30 Aug 2023 00:37:26 GMT, Srinivas Vamsi Parasa wrote: > Hi Vladimir, Just verified that the test/jdk/java/util/Arrays/Sorting.java is > triggering the intrinsic without additional flags Just to add that Sorting.java has short and long run modes. The default when running with jtreg or