Description: OpenCL initializes always when LO starts to determine which OpenCL device to use. This initializes the OpenCL command queue which OTOH is needed only when calculating in Calc. Actual Results: Initializes the command queue on LO start. Expected Results: So instead of this it would be good to initialize the command queue on demand. Reproducible: Always User Profile Reset: No Additional Info: User-Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0
Tomaž Vajngerl committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=4eea4af8924e3b1bb00c22cf1f9d21fc4dec6e83 tdf#103204 opencl: initialize command queue on demand It will be available in 5.3.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Tomaž Vajngerl committed a patch related to this issue. It has been pushed to "libreoffice-5-2": http://cgit.freedesktop.org/libreoffice/core/commit/?id=4969015d138cbd9b20bf3a9bee0af9d6222f1a68&h=libreoffice-5-2 tdf#103204 opencl: initialize command queue on demand It will be available in 5.2.4. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Tomaž Vajngerl committed a patch related to this issue. It has been pushed to "libreoffice-5-2-3": http://cgit.freedesktop.org/libreoffice/core/commit/?id=aac6388b44a55d33222f31e42b5b1e090912792d&h=libreoffice-5-2-3 tdf#103204 opencl: initialize command queue on demand It will be available in 5.2.3. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.