https://bugs.documentfoundation.org/show_bug.cgi?id=167365
--- Comment #15 from Julien Nabet <[email protected]> --- Created attachment 201696 --> https://bugs.documentfoundation.org/attachment.cgi?id=201696&action=edit patch This patch has 2 parts: 1) adding Mesa/X.org in officecfg/registry/schema/org/openoffice/Office/Common.xcs 2) the other part is more important and was made with the help of ChatGPT. Since I know too few about OpenCL, it needs some people to review this. In addition of this patch, I had to change the precision in cl-test.ods (it's in ./instdir/program/opencl/cl-test.ods) B2 cell contains the precision, I changed 10-12 by 10-7. According to ChatGPT this last change is needed (at least in my case) because "kernel returns values in single precision (float), while the test and Calc use double precision (double, IEEE-754 64-bit). With only 23 bits of mantissa, the rounding error of a float quickly exceeds 1e-12." I haven't yet proposed the patch on gerrit since it's mainly done by ChatGPT. -- You are receiving this mail because: You are the assignee for the bug.
