Changes

Jump to: navigation, search

GPU610/DPS915 Team 7 Project Page

117 bytes added, 22:27, 18 February 2018
Creating ray-traced images by Alek Minassian
</code>
The remainder of the functions where the majority of the time is spent are called from ''TraceRay''. The timing statements added to the code show that 3261 milliseconds are spent in this nested loop. The total time spent in the application is 3658 milliseconds. Therefore, we can conclude that the majority of the time is spent in the above nested loop. Since one iteration of the loop does not depend on another iteration, the calls to ''TraceRay'' can be parallelized.
== Assignment 2 ==
== Assignment 3 ==
100
edits

Navigation menu