Estimation of #divergent branch divergent branch : [b] too big [/b

Hello !

just one question.

I have to execute this piece of code :

[codebox]

global void a_kernel( list of arguments){

/* …declarations …*/

/* … instructions …*/

if (condition) then return

else { /* … instructions …*/ }

}[/codebox]

and when I run the profiler I get for divergent branch : too big .

So how do we get the #divergent branch of a coda source code.

Thanks!