Hardware-Accelerated Dual-Split Trees

被引:4
|
作者
Lin, Daqi [1 ]
Vasiou, Elena [1 ]
Yuksel, Cem [1 ]
Kopta, Daniel [1 ]
Brunvand, Erik [1 ]
机构
[1] Univ Utah, Salt Lake City, UT 84112 USA
关键词
acceleration structures;
D O I
10.1145/3406185
中图分类号
TP31 [计算机软件];
学科分类号
081202 ; 0835 ;
摘要
Bounding volume hierarchies (BVH) are the most widely used acceleration structures for ray tracing due to their high construction and traversal performance. However, the bounding planes shared between parent and children bounding boxes is an inherent storage redundancy that limits further improvement in performance due to the memory cost of reading these redundant planes. Dual-split trees can create identical space partitioning as BVHs, but in a compact form using less memory by eliminating the redundancies of the BVH structure representation. This reduction in memory storage and data movement translates to faster ray traversal and better energy efficiency. Yet, the performance benefits of dual-split trees are undermined by the processing required to extract the necessary information from their compact representation. This involves bit manipulations and branching instructions which are inefficient in software. We introduce hardware acceleration for dual-split trees and show that the performance advantages over BVHs are emphasized in a hardware ray tracing context that can take advantage of such acceleration. We provide details on how the operations needed for decoding dual-split tree nodes can be implemented in hardware and present experiments in a number of scenes with different sizes using path tracing. In our experiments, we have observed up to 31% reduction in render time and 38% energy saving using dual-split trees as compared to binary BVHs representing identical space partitioning.
引用
收藏
页数:21
相关论文
共 1 条
  • [1] On the Importance of Scene Structure for Hardware-Accelerated Ray Tracing
    Kacerik M.
    Bittner J.
    Computer Science Research Notes, 2023, 31 (1-2): : 361 - 367