ELI5: Explain Like I'm 5

C++ AMP

C++ AMP (Accelerated Massive Parallelism) is a programming language that helps to make code run faster oncomputer chips that are designed to use many cores (parts) at once. It helps to make programs run faster by taking advantage of all of the cores, so that the program can be divided up into many smaller tasks and then run at the same time. This helps because the computer can run more tasks at the same time, and therefore finish the program faster.