Bug#1059511: pocl: FTBFS on riscv64: testsuite fails: can't link double-float modules with soft-float modules

2024-09-28 Thread Andreas Beckmann
Control: retitle -1 pocl: FTBFS on riscv64: 94 tests failed out of 264 (llvm-17) The double-float/soft-float issue has been solved in pocl 6.0 That leaves us (when using llvm-17) with 64% tests passed, 94 tests failed out of 264 The following tests FAILED: 7 - kernel/test_convert_typ

Bug#1059511: [Pkg-opencl-devel] Bug#1059511: pocl: FTBFS on riscv64: testsuite fails: can't link double-float modules with soft-float modules

2024-01-20 Thread Bo YU
Hi, On Thu, Jan 18, 2024 at 5:41 PM Andreas Beckmann wrote: > > On 18/01/2024 08.41, Bo YU wrote: > > Obviously these tests failed was due to vectors missing from riscv64 > > now. This is expected I think. > > > > The result is aligned with pocl upstream support riscv64: > > > > ``` > > In this r

Bug#1059511: [Pkg-opencl-devel] Bug#1059511: pocl: FTBFS on riscv64: testsuite fails: can't link double-float modules with soft-float modules

2024-01-18 Thread Andreas Beckmann
On 18/01/2024 08.41, Bo YU wrote: Obviously these tests failed was due to vectors missing from riscv64 now. This is expected I think. The result is aligned with pocl upstream support riscv64: ``` In this release we improved support for RISC-V CPUs. We tested PoCL on a Starfive VisionFive 2 usi

Bug#1059511: pocl: FTBFS on riscv64: testsuite fails: can't link double-float modules with soft-float modules

2024-01-17 Thread Bo YU
Source: pocl Version: 5.0-1 Followup-For: Bug #1059511 I cost some time to try to fix the issue, progress is below. Inspired by the commit: https://github.com/pocl/pocl/issues/1088#issue-1340373438 If i build pocl by manual if follow: ``` cmake .. -DCMAKE_INSTALL_PREFIX='/usr'