Updated Wiki: Home
C++ AMPAccelerated Massive Parallelism with Microsoft Visual C++Kate Gregory and Ade MillerCapitalize on the faster GPU processors in today’s computers with the C++ AMP code library—and bring massive...
View ArticleUpdated Wiki: Home
C++ AMPAccelerated Massive Parallelism with Microsoft Visual C++Kate Gregory and Ade MillerCapitalize on the faster GPU processors in today’s computers with the C++ AMP code library—and bring massive...
View ArticleUpdated Release: 1.0 (Aug 21, 2012)
Final release to accompany the book. Tested against Visual Studio 2012 RTM. Source synced with final version of book text.11/29 Source updated with minor bug fixes based on reader feedback. Breif...
View ArticleReleased: 1.0 (Aug 21, 2012)
Final release to accompany the book. Tested against Visual Studio 2012 RTM. Source synced with final version of book text.11/29 Source updated with minor bug fixes based on reader feedback. Breif...
View ArticleCommented Issue: TDR sample in Chapter 12 commented out [33361]
Currently both the latest NVIDIA and AMD drivers do not seem to support C++ AMP's handling of TDR events by raising exceptions. So the TdrExample() call in Chapter12\main.cpp is commented...
View ArticleCreated Issue: Default deleter for unique_ptr used on malloc'd memory [33798]
In Samples\CaseStudies\NBody\NBodyAdvancedCpu.cpp in the function GetLevelOneCacheSize, there is the variable:```std::unique_ptr<SYSTEM_LOGICAL_PROCESSOR_INFORMATION> buffer(nullptr);```Which is...
View ArticleSource code checked in, #101831
Fix for issue 33798. Memory leak in Advanced CPU integrator.
View ArticleClosed Issue: Default deleter for unique_ptr used on malloc'd memory [33798]
In Samples\CaseStudies\NBody\NBodyAdvancedCpu.cpp in the function GetLevelOneCacheSize, there is the variable:```std::unique_ptr<SYSTEM_LOGICAL_PROCESSOR_INFORMATION> buffer(nullptr);```Which is...
View ArticleUpdated Wiki: Home
C++ AMPAccelerated Massive Parallelism with Microsoft Visual C++Kate Gregory and Ade MillerCapitalize on the faster GPU processors in today’s computers with the C++ AMP code library—and bring massive...
View ArticleReleased: 1.0 (Aug 21, 2012)
Final release to accompany the book. Tested against Visual Studio 2012 RTM. Source synced with final version of book text.11/29 Source updated with minor bug fixes based on reader feedback. Breif...
View ArticleUpdated Release: 1.0 (Aug 21, 2012)
Final release to accompany the book. Tested against Visual Studio 2012 RTM. Source synced with final version of book text.11/29 Source updated with minor bug fixes based on reader feedback. Breif...
View ArticleSource code checked in, #102298
Updated Errata with new Win7 debugger and WARP support.
View ArticleUpdated Wiki: Home
C++ AMPAccelerated Massive Parallelism with Microsoft Visual C++Kate Gregory and Ade MillerCapitalize on the faster GPU processors in today’s computers with the C++ AMP code library—and bring massive...
View ArticleUpdated Wiki: Home
C++ AMPAccelerated Massive Parallelism with Microsoft Visual C++Kate Gregory and Ade MillerCapitalize on the faster GPU processors in today’s computers with the C++ AMP code library—and bring massive...
View ArticleSource code checked in, #102302
Updated ShowAmpDevices sample to give more detailed output.
View Article