How to setup the CUDA environment on the ug machines

Assignment #1

  1. Develop a CUDA program that rotates the Tucan image we used for the fade example. Here's the tucan image. Here some files to help you.
  1. Develop a CUDA program that takes two PPM images and merges them. That is every new pixel is the sum of average of the two corresponding pixels from the input images: new[i][j] = (in_a[i][j] + in_b[i][j]) / 2.
assignments.txt · Last modified: 2012/05/16 14:32 by andreas
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki