المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : C++: A Code-Based Introduction to C++ AMP



C++ Programming
04-03-2012, 05:23 PM
The C++ compiler shipping with Visual Studio 11 adds heterogeneous platform support through a technology called C++ Accelerated Massive Parallelism. C++ AMP is a data parallel API that enables developers to take advantage of the performance of accelerators such as GPUs for executing their data parallel algorithms. This article introduces the C++ AMP API.

Daniel Moth

MSDN Magazine April 2012 (http://msdn.microsoft.com/magazine/9d293706-321f-4ab2-bb06-816074453c57)