https://bugs.documentfoundation.org/show_bug.cgi?id=167365
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |NEW --- Comment #10 from Julien Nabet <[email protected]> --- After having installed rusticl, I could debug a bit. The pb is in evaluateScoreForDevice see https://opengrok.libreoffice.org/xref/core/opencl/source/opencl_device.cxx?r=235ae98ae614315cfe3bb2baf52ca442bcc2f592&mo=3466&fi=138#138 LO searches extensions cl_khr_fp64 and cl_amd_fp64. If none is present, it considers there's no "64-bit float support present", so it can't calculate an fTime. The result is it doesn't retain the device. Anyway, I tried to force this part but it still fails. -- You are receiving this mail because: You are the assignee for the bug.
