1#include <gpuintrin.h>
2
3__gpu_kernel void foo(int *out) {
4 out[__gpu_thread_id(0)] = __gpu_thread_id(0) + 1;
5}
6

source code of offload/unittests/OffloadAPI/device_code/bar.c