https://bugs.documentfoundation.org/show_bug.cgi?id=167979
--- Comment #3 from Eyal Rozenberg <[email protected]> --- (In reply to m_a_riosv from comment #1) > In the Cache folder in the Profile, there is a opencl_devices.log It has my two NVIDIA GPUs: "NVIDIA GeForce RTX 4060" and "NVIDIA GeForce GTX 1050 Ti". Is there anything specific you think could be relevant you want me to check? (In reply to Julien Nabet from comment #2) > Eyal: you can give a try with > https://gerrit.libreoffice.org/c/core/+/187603/1/opencl/opencltest/main.cxx. > I don't know if this patch will be pushed or not. As I indicated it's been > made from ChatGpt and I'm not an OpenCl expert, just gave a try on the > tdf#167365 + I don't know about license part. That will not make any difference effect, since all commands _up to_ the kernel launch succeeded, so our problem is not the device name being too long. Also, note that there are official C++ bindings for OpenCL which do error checking: https://github.com/KhronosGroup/OpenCL-CLHPP/ (although to be honest I don't like them much and am planning to work on alternative ones). -- You are receiving this mail because: You are the assignee for the bug.
