Jerome Kieffer
Jerome Kieffer
Hi, I am facing an annoying bug when cleaning up the memory after the run (core-dump). The bug occurs only on PPC64le architecture (IBM power9) when running on the GPU...
The PR #212 fixed a bug in pyopencl.device_type.to_string(value) as device_type is defined as a bit-field. There are 7 types stored as bit-field: * cl_device_type * cl_device_fp_config * cl_device_exec_capabilities * cl_command_queue_properties...
Dear Pillow developers I am the developer of `FabIO` and we rely on `Pillow` to read some file-formats which are not specific to X-ray detectors. One of our user reported...
I got this error when executing some OpenCL on my nvidia GPU: ``` Build on : error: unknown target CPU 'sm_86' Device RTX A5000 failed to build the program, log:...
Travis-CI offers AMD64, ARM64 and PPC64le machines for continuous integration. Does it make sense to test POCL on them ? at least the CPU part ?
I have been waiting the integration of SIMD instruction for IBM power processor.... Unfortunately, SLEEF does not compile on our computers (I checked LLVM-9 and LLVM-10) I am not sure...
Hi, We are using the OAR batch scheduler here (ESRF, Grenoble France). Apparently nobody did the job for this batch scheduler ? I started to hack on it and faced...
Numexpr supports already the Intel SVML for vectorial evaluation of elementary function. But it is neither free, nor open-source, nor cross-platform. `Sleef` is another SIMD implementation of all basic math...
I found a bug in pyFAI when compiled on manylinux1. All library built on "manylinux1" was segfaulting on all linux distribution but "manylinux1". The reference to the bug is: https://github.com/silx-kit/pyFAI/issues/649...