Parallel Computing in C++ and Native Code
Discuss and ask questions about parallel computing in C++ and native code -- including C++ Accelerated Massive Parallelism (C++ AMP), the Parallel Pattern Library (PPL), the Asynchronous Agents Library, the Concurrency Runtime (ConcRT), and other concurrency building blocks.
Announcements
- Link
Before posting your first C++ AMP question please visit our blog
If you are a newbie to C++ AMP please start here:
http://blogs.msdn.com/b/nativeconcurrency/archive/2012/08/30/learn-c-amp.aspx
Filtering and SortingUse these options to narrow down the question and discussion list.
- 07

Num threads startable from an accelerator
power.dragon 21 minutes ago - 634486

What do you want in the next version of C++ AMP? – we are listening
Amit K Agarwal Wednesday, September 19, 2012 9:41 PM - 10760

Is it possible to make a constant buffer on gpu thats is usable for more than one parallel_for_each execution?
Zamirra Wednesday, January 23, 2013 12:07 AM - 480

Compiler doesn't accept compound types with array references
arman_sch Thursday, May 23, 2013 7:24 AM - 2205

Arrays of array_view
SimonHarding Friday, March 29, 2013 10:03 AM - 263

parallel_for_each queuing problem
AranC Thursday, May 23, 2013 4:28 AM - 5674

C++AMP+VS2012 unable to detect Tesla K20 cards
Steve TAW Thursday, February 07, 2013 5:51 AM - 034

TDR error, please help!
arman_sch 6 hours 53 minutes ago - 5117

How to processing the 2D array in AMP?
DavidAskQuestion Friday, May 17, 2013 2:10 PM - 271

Cannot find C2075 on my windows 7 workstation
DavidAskQuestion Monday, May 20, 2013 3:18 PM - 169

TDR with AMP
Avred Monday, May 20, 2013 12:10 PM - 080

What is the best way to create and return arrays in restrict(amp) functions?
arman_sch Sunday, May 19, 2013 1:08 AM - 3180

Multithread AMP random crashes
Bingcai Zhang Thursday, May 02, 2013 12:59 AM - 288

Why GPU / PPL slower than CPU?
DavidAskQuestion Thursday, May 16, 2013 4:18 AM - 288

parfor (Parallel for loop) in C?
ankitrn Wednesday, May 15, 2013 9:38 PM - 4614

LoadString() is not successfull when calling thread is not main thread
MyDisplayNameAlex Wednesday, February 13, 2013 8:59 PM - 064

Parallel_for():: system hangs in _WaitOnStolenChores()
MyDisplayNameAlex Wednesday, May 15, 2013 12:31 PM - 085

How can I make structures with STL containers of unknown length work with AMP?
arman_sch Wednesday, May 15, 2013 12:18 PM - 2114

Can I use user-defined types with C++ AMP?
arman_sch Monday, May 13, 2013 11:44 PM - 2965

UI thread and task_continuation_context::use_current()
NubCoder Thursday, November 22, 2012 9:13 PM

