Changes

Jump to: navigation, search

GPU610/DPS915 Team 7 Project Page

No change in size, 22:58, 19 March 2018
Assignment 3
'''Update:'''
After reaching the above decision, the team started looking into the effort required to parallelize the program. The '''TraceRay()''' method called in the nested loop is a member of the '''Scene''' class which has several lists of objects that are created on the heap. It is a major effort to copy these to the device as there are many dependent classes. In addition, the program uses the standard template library which would have to be converted to be using the '''Thrust''' library. Given the large number of classes involved, the effort required to do these is big and error-prone. As a result, the team has now decided to work on the '''Image Processing''' program.
 
== Assignment 2 ==
[[File:DPS915 Team7 RotateImage2.png]]
 
== Assignment 3 ==
100
edits

Navigation menu