OpenCL / GEGL-OpenCL

Gimp-GEGL is the first official OpenCL Porting Project of
http://opencl.org
GNU Lesser General Public License v3.0
89 stars 31 forks source link

gegl_cl_is_accelerated is always showing 0 #76

Open pradeepkrnik opened 4 years ago

pradeepkrnik commented 4 years ago

Hi ,

I was going through the example of box-blur.c and added some prints observed following:

  1. if (gegl_operation_use_opencl (operation)) { if (cl_process (operation, input, output, result)) return TRUE; }

cl_process() is never getting called. gegl_cl_is_accelerated

any suggestion is appreciated.

-best regards Pradeep

pradeepkrnik commented 4 years ago

I didnt understand how opencl related functions are invoked. to my debugging I understood that it is invoking always C functions. Any Help ?