Sign in
Parallel Programming in Native Code
Parallel programming using C++ AMP, PPL and Agents libraries.
Search
Links
START HERE
Ask questions at our MSDN Forum
Learn C++ AMP
Present on C++ AMP
C++ AMP samples
C++ AMP videos on ch9
Options
Email Blog Author
RSS for posts
Atom
OK
Archive
Archives
May 2013
(1)
April 2013
(3)
March 2013
(3)
February 2013
(2)
January 2013
(1)
November 2012
(2)
October 2012
(4)
September 2012
(7)
August 2012
(16)
July 2012
(14)
June 2012
(9)
May 2012
(15)
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)
MSDN Blogs
>
Parallel Programming in Native Code
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Parallel Programming in Native Code
Debugging PPL Tasks
Posted
over 4 years ago
by
Don McCrady
1
Comments
You have read several articles here about how the Microsoft Concurrency Runtime enables task-based parallelism. Now Daniel Moth has an article on his blog that describes the debugging functionality offered by VS 2010's Parallel Tasks window. The parallel...
Parallel Programming in Native Code
Synchronization with the Concurrency Runtime - Part 2
Posted
over 4 years ago
by
vinodsu
2
Comments
In my previous post, I addressed the motivation behind using concurrency runtime’s synchronization primitives and also introduced Critical Section. In this blog, I will cover concurrency runtime’s reader writer lock. Reader Writer Lock This class...
Parallel Programming in Native Code
Synchronization with the Concurrency Runtime - Part 1
Posted
over 4 years ago
by
vinodsu
3
Comments
In a concurrent world multiple entities work together to achieve a common goal. A common way to interact and coordinate is to use shared data. However, shared data must be accessed carefully. This can be achieved through synchronization, primarily using...
Parallel Programming in Native Code
Resource Management in the Concurrency Runtime – Part 1
Posted
over 4 years ago
by
Atilla Gunal
7
Comments
In my previous blog post, I gave an introduction to the native concurrency runtime in Visual Studio 2010. For a general picture of the native concurrency runtime, and high level roles of each of its components please refer to this post. Today, I will...
Parallel Programming in Native Code
Concurrency Runtime and Windows 7
Posted
over 4 years ago
by
Don McCrady
25
Comments
Microsoft has recently released a beta for Windows 7, and a look at the official web site ( http://www.microsoft.com/windows/windows-7/default.aspx ) will show you a pretty impressive list of new features and usability enhancements. I encourage you to...
Parallel Programming in Native Code
Dave Probert ‘goes deep’ on Win7 User Mode Scheduled Threads
Posted
over 4 years ago
by
rickmolloy
0
Comments
Charles Torre just posted a great Channel9 session with Windows kernel architect Dave Probert on functionality new to Windows7: User Mode Scheduled (UMS) Threads. Much like fibers, UMS threads enable a user mode scheduler (like the Concurrency Runtime...
Parallel Programming in Native Code
On Channel9: a chat with members from the Visual C++ and Concurrency Runtime teams
Posted
over 4 years ago
by
rickmolloy
0
Comments
Last week, Don McCrady, Damien Watkins from the C++ team and I sat down with Charles from Channel9 and chatted about the Concurrency Runtime, new C++ work in Visual Studio 2010 and how our teams are working together. As Charles pointed out, we also...
Parallel Programming in Native Code
An Introduction to Native Concurrency in Visual Studio 2010
Posted
over 4 years ago
by
Atilla Gunal
4
Comments
In this blog I will be giving an introduction to the native concurrency support in Visual Studio 2010. My motivation is that an architectural understanding of the features will enable the reader to make the most of the underlying infrastructure. In future...
Parallel Programming in Native Code
Getting the Visual Studio 2010 CTP to use more than one hardware thread: using Hyper-V and other options
Posted
over 5 years ago
by
rickmolloy
5
Comments
Last week, we blogged about the Visual Studio 2010 CTP which includes the Concurrency Runtime, the Parallel Pattern Library and the Asynchronous Agents Library which is available as a Virtual PC image. As the Parallel Extensions to .NET team blogged yesterday...
Parallel Programming in Native Code
Visual Studio 2010 CTP available: Including the Concurrency Runtime, Parallel Pattern Library and Asynchronous Agents Library!
Posted
over 5 years ago
by
rickmolloy
9
Comments
In his blog post on Monday, Soma mentioned some of the great things happening at PDC 2008 and also announced the Visual Studio 2010 CTP. We’re very excited to announce that this CTP includes the Concurrency Runtime, the Parallel Pattern and Asynchronous...
Parallel Programming in Native Code
Concurrency Runtime on Channel 9
Posted
over 5 years ago
by
rickmolloy
4
Comments
A few weeks ago several of us from the Parallel Computing Platform sat down with Charles Torre from Channel 9 to discuss the Concurrency Runtime that we've blogged about here. We talk about the motivation of the Concurrency Runtime, how its scheduler...
Parallel Programming in Native Code
Avoiding Contention using Combinable Objects
Posted
over 5 years ago
by
Don McCrady
12
Comments
When attempting to parallelize an algorithm, programmers are frequently thwarted by the presence of shared state . Any state that can potentially be modified by multiple threads simultaneously during a parallel operation must be synchronized somehow to...
Parallel Programming in Native Code
Guided Tour of the Concurrency Runtime and Parallel Libraries Part 1: supporting fine-grained tasks
Posted
over 5 years ago
by
rickmolloy
11
Comments
In the next several blog posts I want to continue the early look of what we're considering in the Concurrency Runtime and the Parallel Libraries built on top of it. Today, I'll share primitives for expressing fine-grained parallelism and concurrency....
Parallel Programming in Native Code
Welcome to the Native Concurrency blog!
Posted
over 5 years ago
by
rickmolloy
5
Comments
Welcome to the Parallel Programming in Native Code blog. I started this blog so that I and others on my team would have a place to talk about topics relating to native concurrency. I want to use this blog to provide early looks into what we’re thinking...
Page 11 of 11 (264 items)
«
7
8
9
10
11