https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100321
Tom de Vries <vries at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |amonakov at gcc dot gnu.org --- Comment #1 from Tom de Vries <vries at gcc dot gnu.org> --- There's no intra-warp exchange code generated: No GOMP_SIMT_XCHG_* : ... $ grep GOMP_SIMT test.xnvptx-none.mkoffload.244t.optimized _43 = .GOMP_SIMT_ENTER_ALLOC (16, 4); _45 = .GOMP_SIMT_LANE (); .GOMP_SIMT_EXIT (_43); $ ...