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.
公告
- 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
筛选和排序使用这些选项缩小讨论列表的范围。
- 9730

Is it possible to make a constant buffer on gpu thats is usable for more than one parallel_for_each execution?
Zamirra 2013年1月23日 0:07 - 475

How to processing the 2D array in AMP?
DavidAskQuestion 2013年5月17日 14:10 - 051

What is the best way to return arrays in restrict(amp) functions?
arman_sch 21 小时 30 分钟以前 - 3161

Multithread AMP random crashes
Bingcai Zhang 2013年5月2日 0:59 - 263

Why GPU / PPL slower than CPU?
DavidAskQuestion 2013年5月16日 4:18 - 270

parfor (Parallel for loop) in C?
ankitrn 2013年5月15日 21:38 - 4595

LoadString() is not successfull when calling thread is not main thread
MyDisplayNameAlex 2013年2月13日 20:59 - 051

Parallel_for():: system hangs in _WaitOnStolenChores()
MyDisplayNameAlex 2013年5月15日 12:31 - 072

How can I make structures with STL containers of unknown length work with AMP?
arman_sch 2013年5月15日 12:18 - 056

How do I make an array_view object from a vector of unknown size (at compile time)?
arman_sch 2013年5月15日 10:30 - 298

Can I use user-defined types with C++ AMP?
arman_sch 2013年5月13日 23:44 - 2953

UI thread and task_continuation_context::use_current()
NubCoder 2012年11月22日 21:13 - 073

Delegating costructors in template class fail to compile
GT227 2013年5月11日 2:28 - 11226

Global and static memory, structures, and parallelizing rand()
Dan Ritchie 2013年4月20日 19:15 - 080

Windows ThreadPool
Henry Tan 2013年5月8日 6:18 - 069

Calling CloseThreadpoolWork(...) in callback + CloseThreadpoolCleanupGroupMembers(...)
Henry Tan 2013年5月8日 5:14 - 074

Global error handler for PPL task
Agustine Ang 2013年5月8日 5:12 - 3162

Can concurrent_queue store unique_ptr<T>?
GT227 2013年4月26日 0:01 - 1175

My VS version does not include GPU debugger option
Hawk333 2013年4月25日 1:22 - 1124

Starobin
Starobin 2013年4月30日 19:17

