Dynamic Parallelism

Hi.

I try to use dynamic parallelism in my project and face with problem.
How many times i can call kernel from kernel from kernel from kernel etc?
What size of call stack Cuda supported?

This is covered in the CDP documentation.

[url]Programming Guide :: CUDA Toolkit Documentation

thanks