Re: [Gegl-developer] GEGL OpenCL Porting

2014-11-20 Thread Nanley Chery
Thanks for the quick fix, it's working on my system. I noticed that you've enabled GPU's by default due to some testing. Where can I find these results? According to my tests among two operations Edge-laplace and Video-degradation (currently on my bitbucket branches: edge_upstrm, vid_upstrm),

Re: [Gegl-developer] GEGL OpenCL Porting

2014-11-19 Thread Victor Oliveira
Have you tried GEGL_DEBUG=opencl ? On Wed, Nov 19, 2014 at 2:32 PM, Nanley Chery nanleych...@gmail.com wrote: I'm glad we could find this bug. Rolling back to the older version of gegl-operation-point-filter.c and adding support for enums in gegl-operation.c allows my opencl kernel to run

Re: [Gegl-developer] GEGL OpenCL Porting

2014-11-19 Thread Nanley Chery
Thanks for the question Victor. I'm actually running a custom perl script to automate the process. Your question led me to find a bug in the script. Cheers, Nanley On Wed, Nov 19, 2014 at 5:33 PM, Victor Oliveira victormath...@gmail.com wrote: Have you tried GEGL_DEBUG=opencl ? On Wed, Nov

Re: [Gegl-developer] GEGL OpenCL Porting

2014-11-19 Thread Victor Oliveira
I put it back, hopefully everything is alright now. Victor On Wed, Nov 19, 2014 at 2:41 PM, Nanley Chery nanleych...@gmail.com wrote: Thanks for the question Victor. I'm actually running a custom perl script to automate the process. Your question led me to find a bug in the script. Cheers,