CUDA

NVIDIA GPGPU Programming

A note on raytracing

Setup

I have updated code on the examples repo on github. Start by checking the status of your personal examples repo using git status and committing any local changes. Refer to git status help page for instructions, particularly on files that have been modified.

Next, fetch upstream changes. If you have committed local changes, merge conflicts should be minimal

[~]$ cd ~/cs40/examples
[examples]$ git fetch upstream
[examples]$ git merge upstream/master
[examples]$ git push

Open up a terminal and navigate to the w09-cuda-pt2 directory.

In a second terminal, navigate to the build folder and run make -j8 to get the w09-cuda-pt2 folder.

[~]$ cd ~/cs40/examples/build/
[build]$ make -j8
[build]$ cd w09-cuda-pt2
[w09-cuda-pt2]$ ln -s /usr/local/doc/textures data
Examples

w08-cuda-pt1/julia_gpu_timed

dot

shared_bitmap