Advanced Computer Graphics & Multimedia
Q88 / 100

What advantage does the SIMT (Single Instruction, Multiple Threads) execution model give a GPU for graphics workloads?

Correct! Well done.

Incorrect.

The correct answer is D) It lets thousands of threads execute the same instructions on different data simultaneously, matching the highly parallel nature of pixel and vertex processing

D

Correct Answer

It lets thousands of threads execute the same instructions on different data simultaneously, matching the highly parallel nature of pixel and vertex processing

Explanation

SIMT allows a GPU to run identical instructions across many threads operating on different data elements (such as separate pixels or vertices), exploiting the massive data parallelism inherent in graphics workloads.

Progress
88/100