Forum Discussion

PRavi7's avatar
PRavi7
Icon for New Contributor rankNew Contributor
6 years ago

Eviction policy of burst-coalesced cached non-aligned LSU's cache

Hi, I am implementing an application using OpenCL targeting Intel Arria 10 GX 1150. typedef struct { char data[8]; } block; block buf; while(true) { global_ptr = some_complex_address_calc...