/* STARTDEF void bones_kernel__0(, ); ENDDEF */ // Start of the kernel void bones_kernel__0(, ) { for(int bones_global_id=0; bones_global_id<; bones_global_id++) { // Calculate the global ID(s) based on the thread id // Perform the main computation } }