DirectCompute Lecture Series 120: Basics of DirectCompute Application Development

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
[Broken External Image]:http://ecn.channel9.msdn.com/o9/ch9/2/0/1/7/5/5/DirectComputeBasics_85_ch9.pngIn this lecture, Jason Yang (a technical lead from AMD) goes over the basics of creating a DirectCompute application that performs matrix multiplication. Specifically, he covers:

  • Instantiating a DirectCompute Device
  • Writing and compiling DirectCompute Code
  • Executing code on the GPU
  • Retrieving resulting data from the GPU and passing it to the CPU
The Roundtable discussion for DirectCompute can be found here, the full DirectCompute lecture series is here,*and the slides for this lecture are available from here.

[Broken External Image]:http://channel9.msdn.com/557102/WebViewBug.aspx?EVT=0

More...
 
Back
Top