Microsoft Announces C++ AMP Open Specification
Join the DZone community and get the full member experience.
Join For FreeWe all know concurrency programming can be a pain, so why not make it easier on yourself? Back in June of 2011, Microsoft was already talking about its future release of C++ Accelerated Massive Parallelism (C++ AMP), a new specification to be implemented in Visual Studio 11 and released as open source:
Built on the Windows DirectX platform and expected to be part of the next Visual C++ compiler, this is not only a great new tool for the upcoming Visual Studio 11 release, as previously mentioned, it's also an open specification:
For more information on the upcoming Visual Studio 11 release, read S. Somasegar's recent blogpost Visual Studio 11 Programming Language Advances.
You can read the release on the new Language and Programming model here.
C++ AMP (Accelerated Massive Parallelism) is a native-programming model that contains elements that span the C++ programming language and its runtime library. It provides an easy way to write programs that compile and execute on data-parallel hardware such as graphics cards (GPUs).
-- Microsoft
Built on the Windows DirectX platform and expected to be part of the next Visual C++ compiler, this is not only a great new tool for the upcoming Visual Studio 11 release, as previously mentioned, it's also an open specification:
Microsoft announced publication, under the Microsoft Community Promise license, of the C++ AMP open specification. This release means compiler developers and vendors now have the ability to implement C++ AMP in their compilers, just as Microsoft has done, broadening access for C++ developers everywhere to the possibilities offered by heterogeneous hardware.
-- S. Somasegar
For more information on the upcoming Visual Studio 11 release, read S. Somasegar's recent blogpost Visual Studio 11 Programming Language Advances.
You can read the release on the new Language and Programming model here.
Release (agency)
MASSIVE (software)
dev
Cards (iOS)
DirectX
IT
Library
Opinions expressed by DZone contributors are their own.
Trending
-
Fun Is the Glue That Makes Everything Stick, Also the OCP
-
You’ve Got Mail… and It’s a SPAM!
-
Best Practices for Securing Infrastructure as Code (Iac) In the DevOps SDLC
-
8 Data Anonymization Techniques to Safeguard User PII Data
Comments