Skip to content

OpenCL image gives different result than buffer #379

Open
@boxerab

Description

@boxerab

I have a test program here:

https://github.com/GrokImageCompression/latke

that performs the exact same image processing algorithm (debayer) using either image or buffer.

Using latest version of Neo driver, with buffer, I get a correct result (3 channel colour image).
With opencl image, I get the wrong result (mono image: all three channels are equal).

Here is the ocl buffer result:

edinburgh_bayer png0

and here is the ocl image result:

edinburgh_bayer png0

This used to work correctly with older driver versions.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions