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

Cannot find C2075 on my windows 7 workstation
DavidAskQuestion 12 hours 30 minutes ago - 9739

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

