A couple of issues wrt current usage and coverage of get_global_id() and related functions -
- Most of the CTS code use int to store results of get_global_id that returns size_t
- CTS doesn't seem to have coverage for large values exceeding 32-bit range.