C++ AMP
Kate’s C++ AMP Book
Kate Gregory (a fellow VC++ MVP) has published her book called “C++ AMP: Accelerated Massive Parallelism with Microsoft Visual C++”. The official description is as follows. Capitalize on the faster GPU processors in today’s computers with the C++ AMP code library—and bring massive parallelism to your project. With this practical book, experienced C++ developers will […]
BeCPP Meeting June with International Speakers
The third meeting of the Belgian C++ Users Group is planned for Wednesday June 27th 2012 at 18:30 in the Microsoft offices in Zaventem. There will be two presentations, and we are proud to announce that they will be given by 2 international top speakers: Kate Gregory is the author of over a dozen books, […]
Changes to the C++ AMP Specification
Starting with Visual C++ 11 Beta, there will be a few small changes to the C++ AMP specification compared to the C++ AMP in the Visual C++ 11 Developer Preview. Tamer Afify from the C++ AMP team explains it as follows in his blog post: “In the Visual Studio 11 Developer Preview, C++ AMP had […]
C++ AMP Open Specification Published
As promised, Microsoft has released an open specification of C++ AMP: Accelerated Massive Parallelism 🙂 This allows other compiler vendors to implement support for C++ AMP on any platform. Read the official announcement. Download the specification.