Herb Sutter presents C++ Concurrency. This was filmed at C++ and Beyond 2012. Get Herb's slides for this session. Herb says: I've spoken and written on these topics before. Here's what's different about this talk: Brand new: This material goes beyond what I've written and taught…
Hi, I am Daniel Moth This screencast demonstrates a C++ AMP sample app: Cartoonizer. You can find pointers to information about the sample including where to get the Visual Studio code from the corresponding blog post. To learn more please visit the C++ AMP blog,…
Hi, I am Daniel Moth This screencast demonstrates one of our C++ AMP sample apps: NBody. You can learn more about the sample and download the Visual Studio project with all the code from the corresponding blog post. To learn more please visit the C++ AMP blog, and we encourage…
Hi, I am Daniel Moth This screencast demonstrates one of our C++ AMP sample apps: Morph. You can learn more about the sample and download the Visual Studio project with all the code from the corresponding blog post. To learn more please visit the C++ AMP blog, and we encourage…
Hi, I am Daniel Moth This screencast assumes knowledge of the C++ AMP API, e.g. that you totally understand the matrix multiplication implementation in C++ AMP. So if you satisfy that prerequisite, watch this screencast on what features are available in Visual Studio 2012…
Hi, I am Daniel Moth This screencast assumes knowledge of the C++ AMP API, i.e. the simple model and the tiled model, and here we look at a common algorithm (matrix multiplication) and convert it from serial on the CPU, to run on the GPU, first with the simple model and then tiled. To…
Hi, I am Daniel Moth This screencast assumes no knowledge of C++ AMP and introduces the core API from scratch. You'll see parallel_for_each, extent, index, restrict(amp), array_view, and accelerator. I will explain these concepts through a "hello world" code…
Hi, I am Daniel Moth This screencast is a companion to my MSDN Magazine article that you can read online: Introduction to Tiling in C++ AMP. You will be introduced to the tiled_extent class, the tiled_index class, the tile_barrier class, and the tile_static storage class. To learn more…
TechDays TVMay 22, 2012 at 11:47 AM0
Colin Bowern
and
Jonathan Rozenblit
Avg Rating: 0
Live Q&A with Colin Bowern. DEV281 - Visual Studio 11, .NET 4.5, and ParallelismWe're still a few months away from its release, but the beta version of Visual Studio 11 and .NET 4.5 is available and with a Go-Live license too. With Visual Studio, reduction and simplification are the keywords.…
TechDays TVMay 22, 2012 at 10:18 AM1
Colin Bowern
and
Jonathan Rozenblit
Avg Rating: 0
We're still a few months away from its release, but the beta version of Visual Studio 11 and .NET 4.5 is available and with a Go-Live license too. With Visual Studio, reduction and simplification are the keywords. For .NET, assistance with parallelism this session is the big topic. Between these…