Hi ,
I was going through the example of box-blur.c and added some prints
observed following:
- 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