cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

boxerab
Challenger

GCN 1.2 Delta Color Compression

Could someone please explain to me how I can make use of DCC via OpenCL ?

For example, if I have data stored in an OpenCL image, what flags do I need to set on the image

to make use of DCC ?

Thanks!

0 Likes
1 Solution

You will need to create the image object with CL_MEM_READ_ONLY.

Once again, DCC is a feature invented for graphics, its contribution to compute is marginal.

View solution in original post

0 Likes
5 Replies
boxerab
Challenger

Can someone from AMD please respond? If you're not at liberty to tell me the details, please let me know.

I am trying to design my application to make use of DCC.

Kind Regards,

Aaron

0 Likes

0 Likes

Thanks.  I just have one unanswered question:  Does read only

mean images created with the flag CL_MEM_READ_ONLY, or does it mean images that are passed

into a kernel as read_only, but they could be written to in other kernels?

0 Likes

You will need to create the image object with CL_MEM_READ_ONLY.

Once again, DCC is a feature invented for graphics, its contribution to compute is marginal.

0 Likes

Great , thanks for the clarification.

0 Likes