4916

Iterative layer-based raytracing on CUDA

A. Segovia, Xiaoming Li, Guang Gao
Electr. & Comput. Eng., Univ. of Delaware, Newark, DE, USA
IEEE 28th International Performance Computing and Communications Conference (IPCCC), 2009

@inproceedings{segovia2009iterative,

   title={Iterative layer-based raytracing on CUDA},

   author={Segovia, A. and Li, X. and Gao, G.},

   booktitle={Performance Computing and Communications Conference (IPCCC), 2009 IEEE 28th International},

   pages={248–255},

   year={2009},

   organization={IEEE}

}

Source Source   

1187

views

A raytracer consists in an application capable of tracing rays from a point into a scene in order to determine the closest sphere intersection along the ray’s direction. Because of their recursive nature, raytracing algorithms are hard to implement on architectures which do not support recursion, such as the NVIDIA CUDA architecture. Even if the recursive portion of a typical raytracing algorithm can be rewritten iteratively, naively doing so could tamper with the image generation process, preventing the parallel algorithm’s results from maintaining high fidelity to the sequential algorithm’s and resulting, in many cases, in lower quality images. In this paper we address both issues by presenting a novel approach for expressing the recursive structure of raytracer algorithms iteratively, while still maintaining high fidelity to the images generated by the sequential algorithm, and leveraging the processing power of the GPU for parallelizing the image generation process. Our work focuses on designing and implementing a raytracer that renders arbitrary scenes and the reflections among the objects contained in it. However, it can be easily extended to implement other natural phenomena, such as light refraction, and to aid the iterative implementation of recursive algorithms in architectures like CUDA, which do not support recursive function calls.
No votes yet.
Please wait...

* * *

* * *

HGPU group © 2010-2024 hgpu.org

All rights belong to the respective authors

Contact us: