OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.
1718 Discussions

Possible bug in write_imagei

ABoxe
Beginner
265 Views

I have a simple kernel that writes to a write only opencl image.

I execute this line in my kernel:

    write_imagei(output, pos,(1,2,3,1));

However, when I map the output image, and look at the data, it looks like:

    0x01 0x01 0x01 0x01 ......

It seems that all channels are filled with the alpha value.

0 Kudos
1 Reply
ABoxe
Beginner
265 Views

sorry, my bad. Please ignore this.

0 Kudos
Reply