Search found 2 matches

by spacekookie
2016-05-18T12:40:30-07:00
Forum: Users
Topic: Enable OpenCL in imagemagick
Replies: 3
Views: 2919

Re: Enable OpenCL in imagemagick

Hey. Thanks for your quick reply. I hadn't considered that there might be a config.log.
I checked it and it fails while compiling a file that includes


#include <OpenCL/cl.h>
...


I'm using the amdgpu-pro driver and have the amdgpu-pro-libopencl-dev packages installed. I guess that's an error ...
by spacekookie
2016-05-18T06:58:40-07:00
Forum: Users
Topic: Enable OpenCL in imagemagick
Replies: 3
Views: 2919

Enable OpenCL in imagemagick

I am using the imagemagick CLI (convert) for quite a few image manipulation tasks on big and lots of images and was thinking that these tasks could be done on the GPU with OpenCL.

I know that IM supports OpenCL and also that I need to recompile it.

So I grabbed myself the latest copy of the source ...