Sign In
Parallel Programming in Native Code
Parallel programming using C++ AMP, PPL and Agents libraries.
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Links
START HERE
Ask questions at our MSDN Forum
C++ AMP samples
C++ AMP in a nutshell
C++ AMP open specification
C++ AMP video and screencast recordings
C++ AMP magazine articles
C++ AMP training course
C++ AMP book
C++ AMP for OpenCL, HLSL, CUDA developers
C++ AMP "Hello World"
C++ AMP 1-pager FAQ
C++ AMP slides
Options
Email Blog Author
RSS for posts
Atom
OK
Archive
Archives
May 2012
(16)
April 2012
(22)
March 2012
(22)
February 2012
(29)
January 2012
(15)
December 2011
(18)
November 2011
(12)
October 2011
(3)
September 2011
(11)
June 2011
(2)
May 2011
(1)
March 2011
(5)
February 2011
(2)
January 2011
(2)
November 2010
(1)
July 2010
(1)
April 2010
(4)
March 2010
(3)
February 2010
(2)
January 2010
(2)
December 2009
(1)
November 2009
(6)
October 2009
(1)
July 2009
(2)
June 2009
(3)
May 2009
(5)
April 2009
(1)
March 2009
(1)
February 2009
(2)
January 2009
(2)
November 2008
(1)
October 2008
(2)
September 2008
(1)
July 2008
(1)
June 2008
(1)
March, 2011
MSDN Blogs
>
Parallel Programming in Native Code
>
March, 2011
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Parallel Programming in Native Code
The Concurrency Runtime and Visual C++ 2010: Transporting Exceptions between Threads
Posted
over 1 year ago
by
Thomas Petchel [MSFT]
5
Comments
Last time, we looked at how to use the rvalue references in Visual C++ 2010 to help you improve the performance of applications that use the Concurrency Runtime (see The Concurrency Runtime and Visual C++ 2010: Rvalue References ). This week we’ll examine...
Parallel Programming in Native Code
Building Responsive GUI Applications with PPL Tasks
Posted
over 1 year ago
by
ccrtblog
3
Comments
In my last post I introduced the concepts of PPL tasks and continuations, and showed how to use them to orchestrate the work between the dependent tasks. I also alluded to the usefulness of the model in wait-free programming, and in particular, building...
Parallel Programming in Native Code
The Concurrency Runtime and Visual C++ 2010: Rvalue References
Posted
over 1 year ago
by
Thomas Petchel [MSFT]
2
Comments
Last time, we looked at how to use the decltype keyword in Visual C++ 2010 to deduce the type of an expression (see The Concurrency Runtime and Visual C++ 2010: The decltype Type Specifier ). This week we’ll look at rvalue references, a Visual C++ language...
Parallel Programming in Native Code
Tasks and Continuations: Available for Download Today!
Posted
over 1 year ago
by
ccrtblog
20
Comments
The most difficult problem that a scheduler or a thread pool has to solve is figuring out how many running threads to have at any given moment. Create too many threads and the CPUs are oversubscribed. Create too few and the CPUs are underutilized. The...
Parallel Programming in Native Code
The Concurrency Runtime and Visual C++ 2010: The decltype Type Specifier
Posted
over 1 year ago
by
Thomas Petchel [MSFT]
5
Comments
Welcome back! Last time, we looked at how to use the auto keyword in Visual C++ 2010 to implicitly declare local variables based on their initialization (see The Concurrency Runtime and Visual C++ 2010: Automatic Type Deduction ). This week we’ll...
Page 1 of 1 (5 items)