Dynamic ray stream traversal
Rasmus Barringer, Tomas Akenine-Möller
In ACM Transactions on Graphics, 33(4), July 2014.
Abstract: While each new generation of processors gets larger caches and more compute power, external memory bandwidth capabilities increase at a much lower pace. Additionally, processors are equipped with wide vector units that require low instruction level divergence to be efficiently utilized. In order to exploit these trends for ray tracing, we present an alternative to traditional depth-first ray traversal that takes advantage of the available cache hierarchy, and provides high SIMD efficiency, while keeping memory bus traffic low. Our main contribution is an efficient algorithm for traversing large packets of rays against a bounding volume hierarchy in a way that groups coherent rays during traversal. In contrast to previous large packet traversal methods, our algorithm allows for individual traversal order for each ray, which is essential for efficient ray tracing. Ray tracing algorithms is a mature research field in computer graphics, and despite this, our new technique increases traversal performance by 36--53%, and is applicable to most ray tracers.
@article{Barringer:2014:DRS,
author = {Rasmus Barringer and Tomas Akenine-Möller},
title = {Dynamic ray stream traversal},
journal = {ACM Transactions on Graphics},
volume = {33},
number = {4},
pages = {151:1--151:9},
month = jul,
year = {2014},
}
Return to the search page.
graphbib: Powered by "bibsql" and "SQLite3."