Original source code:
int tid = get_local_id(1) * get_local_size(0) + get_local_id(0));
Removing the parenthesis:
int tid = get_local_id(1) * get_local_size(0) + get_local_id(0);
Original issue reported on code.google.com by jakw@dtu.dk on 15 Aug 2011 at 1:38
Original issue reported on code.google.com by
jakw@dtu.dk
on 15 Aug 2011 at 1:38