RSS/Atom feed Twitter
Site is read-only, email is disabled

Enable OpenCL for OSX/Gimp 2.8

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

Enable OpenCL for OSX/Gimp 2.8 RevWilkinson 04 Jan 22:26
  Enable OpenCL for OSX/Gimp 2.8 Alexandre Prokoudine 06 Jan 13:56
   Enable OpenCL for OSX/Gimp 2.8 PedroEB 23 Mar 10:10
2018-01-04 22:26:38 UTC (about 6 years ago)
postings
1

Enable OpenCL for OSX/Gimp 2.8

Maybe I'm missing something basic, but I cannot seem to get the GEGL_USE_OPENCL=yes flag to work on my Mac systems. On linux it seems to work fine. Can anyone point me in the right direction to get this working?

Thank you!

Isaac

Alexandre Prokoudine
2018-01-06 13:56:56 UTC (about 6 years ago)

Enable OpenCL for OSX/Gimp 2.8

On Fri, Jan 5, 2018 at 1:26 AM, RevWilkinson wrote:

Maybe I'm missing something basic

You are :) OpenCL is only available in 2.9 (and upcoming 2.10).

Alex

2018-03-23 10:10:30 UTC (about 6 years ago)
postings
1

Enable OpenCL for OSX/Gimp 2.8

You are :) OpenCL is only available in 2.9 (and upcoming 2.10).

Alex

This batch file will work with 2.8.22. Save in GIMP2/bin folder as gimp-2.8.bat.

rem http://gimpforums.com/thread-enable-gpu-acceleration-in-gimp-2-8-rc1 @echo off
set GEGL_USE_OPENCL=yes
start gimp-2.8.exe
exit