Home / Engineering / High Performance Computing / Question

M

Mr. Dubey • 51.43K Points
Coach

Q.) Which of the following is not a form of parallelism supported by CUDA

(A) vector parallelism - floating point computations are executed in parallel on wide vector units
(B) thread level task parallelism - different threads execute a different tasks
(C) block and grid level parallelism - different blocks or grids execute different tasks
(D) data parallelism - different threads and blocks process different parts of data in memory
Correct answer : Option (A) - vector parallelism - floating point computations are executed in parallel on wide vector units

Share

Discusssion

Login to discuss.