Non-divergent branch, nvcc and PTX

Hi. I found there is an instruction “bra.uni” in PTX besides “bra”, to mark a branching point is non-divergent. So is there some equivalent way to specify this in CUDA’s C/C++ programming language just like the “__builtin_expect()” in gcc for branching prediction? Thanks.

hm sounds interesting …