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

2023-09-08 Thread Srinivas Vamsi Parasa
On Fri, 8 Sep 2023 18:10:33 GMT, Srinivas Vamsi Parasa wrote: >> The goal is to develop faster sort routines for x86_64 CPUs by taking >> advantage of AVX512 instructions. This enhancement provides an order of >> magnitude speedup for Arrays.sort() using int, long, float and double arrays. >>

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

2023-09-08 Thread Srinivas Vamsi Parasa
On Fri, 1 Sep 2023 10:57:57 GMT, iaroslavski wrote: >>> @AlanBateman If it helps, the changes made by @vamsi-parasa to >>> DualPivotQuickSort.java don't change the logic as written in Java. They >>> only carve out the functionality into separate Java methods retaining the >>> meaning exactly a

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

2023-09-08 Thread Srinivas Vamsi Parasa
On Fri, 8 Sep 2023 18:10:33 GMT, Srinivas Vamsi Parasa wrote: >> The goal is to develop faster sort routines for x86_64 CPUs by taking >> advantage of AVX512 instructions. This enhancement provides an order of >> magnitude speedup for Arrays.sort() using int, long, float and double arrays. >>

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

2023-09-08 Thread Srinivas Vamsi Parasa
> The goal is to develop faster sort routines for x86_64 CPUs by taking > advantage of AVX512 instructions. This enhancement provides an order of > magnitude speedup for Arrays.sort() using int, long, float and double arrays. > > This PR shows upto ~7x improvement for 32-bit datatypes (int, floa

Re: RFR: 8315786: [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX

2023-09-08 Thread Tyler Steele
On Wed, 6 Sep 2023 13:46:01 GMT, Deepa Kumari wrote: > Previously [JDK-8304364](https://github.com/openjdk/jdk/pull/13066/files) , > the AIX build process raised complaints about the disk location detection, > incorrectly determining that the build wasn't on a local disk. However, a > partial

Re: RFR: 8315786: [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX

2023-09-08 Thread Deepa Kumari
On Fri, 8 Sep 2023 08:41:41 GMT, Deepa Kumari wrote: >> Previously [JDK-8304364](https://github.com/openjdk/jdk/pull/13066/files) , >> the AIX build process raised complaints about the disk location detection, >> incorrectly determining that the build wasn't on a local disk. However, a >> part

Re: RFR: 8312522: Implementation of Foreign Function & Memory API [v16]

2023-09-08 Thread Jorn Vernee
On Fri, 8 Sep 2023 11:20:39 GMT, ExE Boss wrote: >> Jorn Vernee has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add support for sliced allocation > > src/java.base/share/classes/jdk/internal/foreign/NativeMemorySegmentImpl.java > line 1

Re: RFR: 8312522: Implementation of Foreign Function & Memory API [v19]

2023-09-08 Thread Jorn Vernee
> This patch contains the implementation of the foreign linker & memory API JEP > for Java 22. The initial patch is composed of commits brought over directly > from the [panama-foreign repo](https://github.com/openjdk/panama-foreign). > The main changes found in this patch come from the followin

Re: RFR: 8312522: Implementation of Foreign Function & Memory API [v16]

2023-09-08 Thread ExE Boss
On Thu, 7 Sep 2023 13:07:50 GMT, Jorn Vernee wrote: >> This patch contains the implementation of the foreign linker & memory API >> JEP for Java 22. The initial patch is composed of commits brought over >> directly from the [panama-foreign >> repo](https://github.com/openjdk/panama-foreign). T

error extraction form build log (in case of bash: Permission denied error on Windows)

2023-09-08 Thread Baesken, Matthias
Hello, A Windows build failed because of some temporary "Permission denied" issue we see sometimes on Windows. Unfortunately at the end of the log not much info is found, the error is not reported there . . if /usr/bin/grep -q "recipe for target .* failed" ... No indication of failed

Re: RFR: 8315786: [AIX] Build Disk Local Detection Issue with GNU-utils df on AIX

2023-09-08 Thread Deepa Kumari
On Wed, 6 Sep 2023 13:46:01 GMT, Deepa Kumari wrote: > Previously [JDK-8304364](https://github.com/openjdk/jdk/pull/13066/files) , > the AIX build process raised complaints about the disk location detection, > incorrectly determining that the build wasn't on a local disk. However, a > partial