IEE5014 2015SPR

Final Project - CUDA Parallel Programming


Last update: 2015/07/05

Lecture

Lab files

Note: CUDA samples are commonly installed in C:\ProgramData\NVIDIA Corporation\CUDA Samples\$CUDA_TOOLKIT_VERSION$
Exercise: Yet another random number generator

Final project example

This example was modified from Image Denoising Project in CUDA SDK examples. You can understand the program behaivor from the document in "doc" directory. Note that this project was created in older VS version. If you can not open it or normally compile, you can copy the one from your CUDA SDK example directory instead.

Reference example for final project

Additional References