Parallelised Ray-Tracer
During my final year of study, I was tasked with optimising a CPU-based ray tracing program. Prior to this I worked on optimising a program that calculated Pi using the Monte-Carlo algorithm. I made an attempt on the CPU using the standard thread library and an attempt on the GPU of my own making*. I …
