C++ - A Code-Based Introduction to C++ AMP

Mon, 02 Apr 2012 10:00:00 GMT

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.

Read article

C++ AMP - Introduction to Tiling in C++ AMP

Mon, 02 Apr 2012 10:00:00 GMT

In C++ AMP, the most common and first step to dialing up performance gains to the next level is through a technique called tiling. This article picks up where Daniel Moth’s introduction to C++ AMP left off, and explains how to tile your C++ AMP algorithms.

Read article

Share Code - Write Code Once For Both Mobile And Desktop Apps

Tue, 22 May 2007 10:00:00 GMT

If you're building .NET client apps already, target them toWindows Mobile using the same skills and toolsets.

Read article