cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

mindsporter
Journeyman III

Does write_imagef imply CompletePath?

The Stream Profiler shows the write_imagef()s in my kernel to be using CompletePath even though it does not have any atomic operations. I observe the same behaviour with the MatrixMulImage sample provided with the SDK. Does write_imagef() necessarily imply that the used path will be CompletePath?

0 Likes
2 Replies

Images are typed operations and must use the complete path to get the correct type conversions. The complete path is not just for atomic operations but for any operation that requires hardware support outside of a raw memory read/write.
0 Likes

Thanks Micah. Just what I wanted to know.

0 Likes