# Vortex recursion test
## Test program(kernel)

Factorial recursion
## Unified execution

All tasks with the same value

No error
## Diverge execution

With different values

Only the first of the four tasks got the correct value.
If change threads to 2, `--threads=2`

Then the first of the two tasks is correct.
## Modify kernel function


Still didn't work.