Matrix Multiplication with C++ AMP

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi, I am http://www.danielmoth.com/Blog/ Daniel Moth <img src="http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif" alt="Smiley 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 learn more please visit the http://blogs.msdn.com/b/nativeconcurrency/ C++ AMP blog , and we encourage C++ AMP questions in the http://social.msdn.microsoft.com/Forums/en-US/parallelcppnative/threads Parallel Computing in C++ and Native Code MSDN forum . <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Feeds/RSS&WT.dl=0&WT.entryid=Entry:RSSView:a269b0478f2245368c6aa07f002cddbe

View the full article
 
Back
Top