Cannot start any LibreOfiice’s application, so cannot revert setting with menu.
Solution 1:
Open terminal and run:
SAL_DISABLE_OPENCL=1 soffice
Then disable OpenCL usage with a menu.
Solution 2:
In the file .config/libreoffice/4/user/registrymodifications.xcu
find block
<item oor:path="/org.openoffice.Office.Common/Misc">
<prop oor:name="UseOpenCL" oor:op="fuse">
<value>**true**</value>
</prop>
</item>
and change “true” to “false”.
[HR][/HR]
Probably will work with AMD ROCm OpenCL.