QuestionQ95

AI and Data Science

What differentiates GPU architecture from CPU architecture?

  • A GPUs have thousands of smaller cores for parallel tasks.
  • B CPUs have more cores than GPUs.
  • C CPUs lack memory bandwidth.
  • D GPUs prioritize single-threaded performance.
Explanation

GPUs use thousands of smaller cores to execute many operations concurrently, making them suited to highly parallel workloads. CPUs instead typically have fewer, more complex cores optimized for sequential and single-threaded performance.

Community Discussion

No comments yet. Be the first to start the discussion!