Quantcast
Channel: Intel® Software - OpenCL*
Viewing all articles
Browse latest Browse all 1182

Possible bug in write_imagei

$
0
0

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.


Viewing all articles
Browse latest Browse all 1182

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>