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

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

What is the best way to return arrays in restrict(amp) functions?
arman_sch 19 hours 34 minutes ago - 8727

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

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

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

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

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

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

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

How do I make an array_view object from a vector of unknown size (at compile time)?
arman_sch Wednesday, May 15, 2013 10:30 AM - 297

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

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

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

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

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

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

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

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

My VS version does not include GPU debugger option
Hawk333 Thursday, April 25, 2013 1:22 AM - 1124

Starobin
Starobin Tuesday, April 30, 2013 7:17 PM

