Ludovic Henry
Ludovic Henry
Hi all, This issue is very similar to https://github.com/xianyi/OpenBLAS/issues/1082. We are still running into this issue as seen in https://github.com/luhenry/netlib/issues/2. This is with `libopenblas-dev` `0.3.5+ds-3` on Debian 10. From looking...
Currently, when passing --with-binutils-src, binutils is built in the source tree. That leads to conflicting targets when compiling for different architectures (ex: amd64 on the host, and riscv64 or aarch64...
On Linux RISC-V, PROT_WRITE doesn't imply PROT_READ [1] The fix is to pass PROT_READ|PROT_WRITE. That matches all other calls to mmap in hotspot. [1] https://lkml.org/lkml/2022/9/8/1066 --------- ### Progress - [...
Required access level (Delete as appropriate). Note that you should only request the minimum level that is required to solve your problem - [x] Non-privileged - [ ] jenkins user...
RISC-V is a growing platform, and Folly and commonly used dependency. We want to make sure that any projects that relies on Folly can be ported to RISC-V. I'm verifying...
In our current building and testing of Temurin on RISC-V, the main limiting factor to get to GA is the limited access to RISC-V boards. We are hoping to have...
Because the file is not opened with O_EXCL, there is no guarantee that multiple threads calling this function simultaneously across different processes will not generate the same filename. Instead make...
Relates to https://github.com/adoptium/temurin-build/issues/3591 ### Action Items - [ ] Rework `gnu.testlet.java.lang.Math` and `gnu.testlet.java.lang.StrictMath` in Mauve directly, the tests are broken for platform that have canonical NaNs ### Test Failures MiniMix_aot_5m...
RISE is requesting that [dockerhost-rise-ubuntu2204-aarch64-1](https://ci.adoptium.net/computer/dockerhost%2Drise%2Dubuntu2204%2Daarch64%2D1/) can be turned off when not in use to reduce their cloud bill. This machine is hosted on Google Cloud which supports starting VMs on...