Q.

Limitations of CUDA Kernel

A. recursion, call stack, static variable declaration
B. no recursion, no call stack, no static variable declarations
C. recursion, no call stack, static variable declaration
D. no recursion, call stack, no static variable declarations
Answer» B. no recursion, no call stack, no static variable declarations
1.4k
0
Do you find this helpful?
1

Discussion

No comments yet