Abstract


Benefits


Optimised for Parallel Computing

  • Look at the Core it has!

Allows games to perform a ton of Linear Algebra in parallel

  • We can calculate pixels in batches or parallel
  • Allow training Deep Learning Models that perform tons Matrix Multiplication on dataset

Cons


Hard to program

Comparison with CPU