Forum Discussion

NSriv2's avatar
NSriv2
Icon for New Contributor rankNew Contributor
7 years ago

How to tell the compiler that store operations are not dependent?

Hi, I am trying to compile the following kernel using aoc 18.0 __kernel void C_unloader ( const int num_elems, __global int* restrict C, __local int16* __shared ) { bool read_success[SYS...