Q. Limitations of CUDA Kernel (Solved)
1. recursion, call stack, static variable declaration
2. no recursion, no call stack, no static variable declarations
3. recursion, no call stack, static variable declaration
4. no recursion, call stack, no static variable declarations
- b. no recursion, no call stack, no static variable declarations