Menu

#101 automatic detection of reduction variables in loops

open
nobody
5
2012-05-14
2012-05-14
No

Detect reduction variables automatically, like that:

nured nuwork(64) do(i in n) {
s = a[i] + s;
x ^= a[i];
}

Discussion

MongoDB Logo MongoDB