Jerome Kieffer
Jerome Kieffer
I do confirm this works. Thanks @isuruf.
With this, the culprit command line is: ``` cd /home/esrf/kieffer/workspace/pocl/build_v3_p9/lib/llvmopencl && /usr/bin/c++ -DCL_HPP_TARGET_OPENCL_VERSION=300 -DCL_TARGET_OPENCL_VERSION=300 -DCL_USE_DEPRECATED_OPENCL_1_0_APIS -DCL_USE_DEPRECATED_OPENCL_1_1_APIS -DCL_USE_DEPRECATED_OPENCL_1_2_APIS -DCL_USE_DEPRECATED_OPENCL_2_0_APIS -DCL_USE_DEPRECATED_OPENCL_2_1_APIS -DCL_USE_DEPRECATED_OPENCL_2_2_APIS -I/home/esrf/kieffer/workspace/pocl/build_v3_p9 -I/home/esrf/kieffer/workspace/pocl/include -I/home/esrf/kieffer/workspace/pocl/include/hpp -I/home/esrf/kieffer/workspace/pocl/lib/llvmopencl/../CL -I/home/esrf/kieffer/workspace/pocl/lib/llvmopencl/../CL/devices -I/usr/lib/llvm-12/include -std=c++14 -fno-exceptions -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS...
After editing CMakeCache.txt and compiling the code, all test passes except: `48 - regression/test_llvm_segfault_issue_889 (Failed)` and 2 of them skipped.
Inactive for too long. Feel free to re-open when ready.
Another one: ``` FAIL: test_corner_array (pyFAI.test.test_geometry.TestFastPath.test_corner_array) (data={'dist': 0.021399832882248886, 'poni1': -0.019660632387274446, 'poni2': 0.0602874093444602, 'rot1': -0.3594355186242809, 'rot2': 1.1441614774818238, 'rot3': 1.3586226684750962, 'wavelength': 1e-10, 'detector': 'Pilatus100k'}, space=r_m) Test pyFAI.geometry.corner_array with full detectors ---------------------------------------------------------------------- Traceback...
Done in: https://github.com/silx-kit/silx/blob/main/src/silx/opencl/common.py#L453
looks good, I probably forgot to close the issue.
Debian has recently reported another bug with most 32bits architectures. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1018811 Tested a 32-bit chroot of debian sid on i386, the integrated test-suite of the released version fails on: ```...
The same test on the current development branch fails at: ``` ====================================================================== FAIL: test_dw_div_dw (pyFAI.opencl.test.test_openCL.TestDoubleWord) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/lib/python3/dist-packages/pyFAI/opencl/test/test_openCL.py", line 699, in test_dw_div_dw self.assertLess(abs(self.a / self.b...
deprecated issue