On Tue, Dec 01, 2015 at 06:28:26PM +0300, Alexander Monakov wrote: > +void > +gomp_nvptx_main (void (*fn) (void *), void *fn_data) > +{ > + int tid, ntids; > + asm ("mov.u32 %0, %%tid.y;" : "=r" (tid)); > + asm ("mov.u32 %0, %%ntid.y;" : "=r"(ntids));
Formatting (missing space before ( ). Jakub