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.
- 031

parallel_for_each queuing problem
AranC 2 hours 14 minutes ago - 5106

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

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

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

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 - 076

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

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

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

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

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

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

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

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

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

Delegating costructors in template class fail to compile
GT227 Saturday, May 11, 2013 2:28 AM - 11236

Global and static memory, structures, and parallelizing rand()
Dan Ritchie Saturday, April 20, 2013 7:15 PM - 091

Windows ThreadPool
Henry Tan Wednesday, May 08, 2013 6:18 AM - 078

Calling CloseThreadpoolWork(...) in callback + CloseThreadpoolCleanupGroupMembers(...)
Henry Tan Wednesday, May 08, 2013 5:14 AM - 078

Global error handler for PPL task
Agustine Ang Wednesday, May 08, 2013 5:12 AM - 3172

Can concurrent_queue store unique_ptr<T>?
GT227 Friday, April 26, 2013 12:01 AM

