Monday, October 7th, 2013
Several of the other speakers have made their decks and other resources available online. Web Runtime Performance - http://sdrv.ms/GFXjON Speaking the Language of Lean - http://sdrv.ms/15C3ZUa MS DeathStar - https://github.com/bennage/mv-deathstar-talk Windows Azure Mobile Services ...
Tags: C++, Coding, Events
Comments Off on Seattle Code Camp 2013: Decks and Code Available
Saturday, September 28th, 2013
It’s been a great few weeks since starting at Tier 3. I spent two weeks at the Tier 3 Hack House in Utah. Spent two weeks hanging out with the fantastic Tier 3 engineering team and doing a bit of riding at the same time. I got back in ...
Tags: C++, C++AMP, Coding, Events
Comments Off on Seattle Code Camp 2013
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. ...
Tags: C++, C++AMP, Coding, Parallel Computing, Patterns
Comments Off on C++ AMP Algorithms Library
Sunday, June 26th, 2011
This is something I wrote as an answer on StackOverflow. I dug it out again the other day as I needed it for something else. I have a horrible memory and my blog is essentially just a glorified indexing system for it. Ade’s brain is now, like everything else indexed ...
Tags: Coding, Gotchas, Visual Studio
Comments Off on Running Batch Files on Visual Studio 2010 Project Items
Thursday, October 21st, 2010
One of the attendees at the p&p Symposium had some questions about how exceptions are handled in the Task Parallel Library. This is covered both in the book and in the MSDN library (references below).
But… Here’s a quick summary with code examples.
Tags: Coding, Parallel Computing
4 Comments »