Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gegl_cl_is_accelerated is always showing 0 #76

Open
pradeepkrnik opened this issue Mar 23, 2020 · 1 comment
Open

gegl_cl_is_accelerated is always showing 0 #76

pradeepkrnik opened this issue Mar 23, 2020 · 1 comment

Comments

@pradeepkrnik
Copy link

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
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant