HIPRT: A Ray Tracing Framework in HIP
Advanced Micro Devices, Inc.
Proceedings of the ACM on Computer Graphics and Interactive Techniques, Volume 7, Issue 3, No. 44, 2024
DOI:10.1145/3675378
@article{meister2024hiprt,
title={HIPRT: A Ray Tracing Framework in HIP},
author={Meister, Daniel and Kulkarni, Paritosh and Vasishta, Aaryaman and Harada, Takahiro},
journal={Proceedings of the ACM on Computer Graphics and Interactive Techniques},
volume={7},
number={3},
pages={1–18},
year={2024},
publisher={ACM New York, NY, USA}
}
We present HIPRT, an open-source ray tracing framework in HIP. HIPRT provides a versatile, cross-platform solution for professional rendering on contemporary many-core architectures. The core of the framework relies on the bounding volume hierarchy (BVH) with scalable construction algorithms and efficient ray traversal, employing hardware acceleration on AMD GPUs. From a user perspective, we aim at minimalist and user-friendly API design, allowing a user to write ray tracing applications only in a few lines of code. Unlike other graphics APIs that couple ray tracing and shading together, HIPRT provides only ray tracing functionality and thus can be seamlessly integrated into existing rendering environments. To demonstrate advanced features of HIPRT, we integrated it into the three rendering systems: Blender Cycles, PBRT-v4, and Radeon ProRender.
August 14, 2024 by hgpu