Bug#1069144: ADvice about htis pocl issue on armel

2024-04-22 Thread Andreas Beckmann
On 17/04/2024 09.38, PICCA Frederic-Emmanuel wrote: 1026s dlopen("/tmp/autopkgtest-lxc.1tg98r_u/downtmp/autopkgtest_tmp/.cache/pocl/kcache/GI/PODCELNLNPFCGBFNGLEIHDEIECBKNFCDBNAPP/check_atomic32/0-0-0/check_atomic32.so") failed with

Bug#1069144: ADvice about htis pocl issue on armel

2024-04-17 Thread PICCA Frederic-Emmanuel
Hello Andreas, I have another autopkgtest failure on armel with silx and pocl The content of check_atomic32 is def check_atomic32(device): try: ctx = pyopencl.Context(devices=[device]) except: return False, f"Unable to create context on {device}" else: queue