Show simple item record

dc.rights.licenseCC-BY-NC-ND
dc.contributor.advisorVangorp, P.
dc.contributor.authorPsomathianos, George
dc.date.accessioned2024-08-07T23:06:52Z
dc.date.available2024-08-07T23:06:52Z
dc.date.issued2024
dc.identifier.urihttps://studenttheses.uu.nl/handle/20.500.12932/47146
dc.description.abstractThis master thesis’ main purpose is to research, implement and experiment improved and innovative methods to reduce thread divergence in the path tracer algorithm. The main research question this work aims to answer is how to make the path tracer algorithm more memory and control flow coherent. Better ray coherency would utilize the SIMT model better, thus, ensuring higher performance of the GPU. The main suggested method includes the incorporation of thread reordering compute shaders that aim to group threads into the same warps based on the last bounce’s spatial information. For the sorting algorithm, a parallel bitonic sort is used and the current state-of-the-art radix sort is suggested as an alternative. The sorting elements include sorting keys that derive from the position and direction of the rays. Specifically, the sorting keys involve the estimated termination points of the rays from the previous bounce. We start with using a fixed length that derives from the scene’s bounds to confirm our hypothesis, whether ray reordering can reduce thread divergence and improve the overall performance. Furthermore, three distinct formulas are examined and compared. These include calculating and caching the average, the moving average, and approximated gaussian distributions of the rays’ lengths. Finally, we examined clamping the spatial grid’s values based on a fixed distance from the camera’s position, as it could potentially yield interesting results.
dc.description.sponsorshipUtrecht University
dc.language.isoEN
dc.subjectThis master thesis’ main purpose is to research, implement and experiment improved and innovative methods to reduce thread divergence in the path tracer algorithm. The main research question this work aims to answer is how to make the path tracer algorithm more memory and control flow coherent. Better ray coherency would utilize the SIMT model better, thus, ensuring higher performance of the GPU.
dc.titleThread Divergence Reduction in Path Tracer using Custom Thread Scheduler
dc.type.contentMaster Thesis
dc.rights.accessrightsOpen Access
dc.subject.keywordsPath Tracing; Thread Divergence; Falcor; Performance; Optimization; Real-Time Rendering; Computer Graphics;
dc.subject.courseuuGame and Media Technology
dc.thesis.id36206


Files in this item

Thumbnail

This item appears in the following Collection(s)

Show simple item record