Multiple Choice
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:

Verified
Correct Answer:
Verified
Q15: which of the following is a an
Q16: which of the following is not a
Q17: In ------------task are defined before starting the
Q18: Topological sort of a Directed Acyclic graph
Q19: which problems can be handled by recursive
Q20: the procedure is disturbed and require only
Q22: which of the following is not an
Q23: CUDA thought that 'unifying theme' of every
Q24: In task dependency graph longest directed path
Q25: Which of the following is not an