C++ AMP Resources
C++ selalu identik dengan kata-kata fast and performace.
C++ AMP merupakan salah satu hal yang menambahkan lebih banyak lagi persenjataan developer untuk mengejar masalah performance.
Berikut saya berikan beberapa article yang menjelaskan mengenai C++ AMP
C++ AMP delivers performance, in a hardware-portable manner, without compromising the productivity you’ve come to expect from modern C++ and the Visual Studio package. It could provide orders of magnitude speed gains compared with just using the CPU only. At conferences I typically demo a single process taking advantage of both NVIDIA and AMD GPUs at the same time, while still having a CPU fallback solution.
A Code based Introduction to C++ AMP
Selamat melakukan ekplorasi menuju dunia parallel with GPU.
Cheers.