πŸ“Š High Performance Computing
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
πŸ’¬ Discuss
βœ… Correct Answer: (A) vector parallelism - floating point computations are executed in parallel on wide vector units

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
115
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
92%
Success Rate