Matrix Multiplication with C++ AMP
(5)
|
22,939 views
Hi, I am Daniel Moth This screencast assumes knowledge of the C++ AMP API, i.e. the simple model and the tiled model, and here we look at a common algorithm (matrix multiplication) and convert it from serial on the CPU, to run on the GPU, first with the simple model and then tiled. To…