Solved

What Makes a CUDA Code Runs in Parallel

Question 2

Multiple Choice

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

Correct Answer:

verifed

Verified

Related Questions