Skip to content

gegl_cl_is_accelerated is always showing 0 #76

Description

@pradeepkrnik

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions