Some workloads are a single tangled-up thread with various data types and crunchy compute; for these, our modern CPU cores are perfectly-suited. Other workloads (like, say, graphics) are giant piles of a single data type that can be chomped through in big parallel bites; this kind of thing is exactly what our modern GPUs are made for.
Types
Go to Source
Author: Zak Killian