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...