πŸ“Š High Performance Computing
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
πŸ’¬ Discuss
βœ… Correct Answer: (D) first parameter value inside triple angle bracket (n) indicates excecution of kernel n times in parallel

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

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