Showing results for AMP - C++ Team Blog

Nov 8, 2016
0
0

Visual C++ docs: the future is… soon!

EricMittelette
EricMittelette

We on the Visual C++ documentation team are pleased to announce some changes to the API reference content in the following Visual C++ libraries: STL, MFC, ATL, AMP, and ConcRT. Since the beginning of MSDN online, the Visual C++ libraries have documented each class member, free function, macro, enum, and property on a separate web page. While this ...

AnnouncementDocumentation
Apr 16, 2014
0
0

Parallel STL – Democratizing Parallelism in C++

Artur Laksberg
Artur Laksberg

Only a few years ago, writing parallel code in C++ was a domain of the experts. Nowadays, this field is becoming more and more accessible to regular developers thanks to the advances in libraries, such as the PPL and C++ AMP from Microsoft, Intel's Threading Building Blocks, OpenMP or OpenACC if you prefer a pragma-style approach, OpenCL for low-le...

C++OpenMP
May 21, 2013
0
0

Image Processing with C++ AMP and the .NET Framework

Eric Battalio
Eric Battalio

Image processing is a computational task that lends itself very well to GPU compute scenarios. In many cases the most commonly used algorithms are inherently massively parallel, with each pixel in the image being processed independently from the others. As a result, image processing toolkits have been early adopters of the new GPGPU programming mod...

C++
Oct 15, 2012
0
0

More Q&A for the C++ AMP book

Eric Battalio
Eric Battalio

As we shared last week, Kate Gregory and Ade Miller have released C++ AMP, an exploration of accelerated massive parallelism with Microsoft® Visual C++®. In that post, Ade answered a few of our hard-hitting questions. In this post, Kate answers the same set of questions:Q1.    “C++ AMP” in 140 characters or less?C...

C++
Oct 12, 2012
0
0

Check out the new C++ AMP book by Kate Gregory and Ade Miller

Eric Battalio
Eric Battalio

The C++ AMP book by Kate Gregory and Ade Miller is available in print or online from your favorite retailer! What is in it for you? Among other things, you will discover how to: I was able to corner Ade Miller long enough to answer a few questions:Q1: “C++ AMP” in 140 characters or less?“A hardware agnostic dat...

C++