Spaces:
Runtime error
Runtime error
void main() { | |
const uint idx = get_idx(); | |
if (idx >= p.ne) { | |
return; | |
} | |
data_d[p.d_offset + dst_idx(idx)] = D_TYPE(data_a[src0_idx(idx)]); | |
data_d[p.d_offset + dst_idx(idx)] = data_a[src0_idx(idx)]; | |
} | |