Q.

What makes a CUDA code runs in parallel

A. __global__ indicates parallel execution of code
B. main() function indicates parallel execution of code
C. kernel name outside triple angle bracket indicates excecution of kernel n times in parallel
D. first parameter value inside triple angle bracket (n) indicates excecution of kernel n times in parallel
Answer» D. first parameter value inside triple angle bracket (n) indicates excecution of kernel n times in parallel
844
0
Do you find this helpful?
5

Discussion

No comments yet