1. Computing & Technology

Discuss in my forum

David Bolton

Microsoft Publishes Open Spec for C++ AMP

By , About.com GuideFebruary 7, 2012

Follow me on:

This is an open specification and Microsoft encourage anyone to implement the C++ AMP (Accelerated Massive Parallelism) open specification on any platform. The idea is to make GPU acceleration of your program as easy as possible. That means just one include:

#include <amp.h>

Then add specific key words, types like accelerator (a class representing a device that can do GPU like acceleration). Note that although this is C++, it can be accessed (as unsafe code) from C# and no doubt managed code sometime in the future.

It's been out in preview form along with the Visual Studio 11 Developer Preview for quite a while but releasing an open spec is encouraging. At 135 pages, it's not exactly a quick read. If you have downloaded the Visual Studio 11 Preview, you can try out some of the 18 AMP Sample projects.

Comments
No comments yet. Leave a Comment
Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>
Related Searches c amp martes febrero microsoft

©2012 About.com. All rights reserved.

A part of The New York Times Company.