C++ AMP Algorithms Library

Sunday, August 4th, 2013

I’m pleased to report that I’ve been busy helping out the C++ AMP product team with the C++ AMP Algorithms Library. Recent additions include: Lots more C++ AMP implementations of STL algorithms, like; accumulate, copy_if and adjacent_difference. ...

C++ AMP Debugger and WARP Accelerator Support on Windows 7

Thursday, March 28th, 2013

Debugging and WARP accelerator support is now available on Windows 7 and Windows Server 2008 RC2 with the Platform Update for Windows 7. The following blog posts outline how to use these: C++ AMP CPU fallback support now available on Windows 7 ...

GPU Technology Conference 2013

Thursday, March 21st, 2013

A few years ago I went to the NVidia GPU Technology Conference. I promised myself I’d be back in a few years and speak at it. Well’ it’s 2013 and here I am! The week has been really fun; lots of good talks, especially the keynotes. I also seem to ...

Speaking at BUILD: Analyzing “big data” with LINQ to HPC

Thursday, September 15th, 2011

For those of you who haven’t figured it out yet I’ll be speaking at BUILD on Friday afternoon.  (2pm session SAC-453T in room 210b). Analyzing “big data” with LINQ to HPC "Big data" refers to unstructured data sets so ...

CUDA 4.0 and VS 2010 Samples Updated for 4.0 release

Sunday, June 19th, 2011

I finally  got around to updating the RC2 sample/walkthrough to work with the RTM release of CUDA 4.0. No real issues to report thankfully. Nvidia seem to have fixed the issues relating to  conflicts between STL and the Thrust library so things are in better shape now. Maybe I can ...