C++ AMP core API introduction... from scratch
(6)
| 284 views this month
Hi, I am Daniel Moth This screencast assumes no knowledge of C++ AMP and introduces the core API from scratch. You'll see parallel_for_each, extent, index, restrict(amp), array_view, and accelerator. I will explain these concepts through a "hello world" code…