LUISARENDER: A High-Performance Rendering Framework with Layered and Unified Interfaces on Stream Architectures

Shaokun Zheng,Zhiqian Zhou,Xin Chen,Difei Yan,Chuyan Zhang,Yuefeng Geng,Yan Gu,Kun Xu
DOI: https://doi.org/10.1145/3550454.3555463
IF: 6.2
2022-01-01
ACM Transactions on Graphics
Abstract:The advancements in hardware have drawn more attention than ever to high-quality offline rendering with modem stream processors, both in the industry and in research fields. However, the graphics APIs are fragmented and existing shading languages lack high-level constructs such as polymorphism, which adds complexity to developing and maintaining cross-platform high-performance renderers. We present LUISARENDER', a high-performance rendering framework for modern stream-architecture hardware. Our main contribution is an expressive C++-embedded DSL for kernel programming with JIT code generation and compilation. We also implement a unified runtime layer with resource wrappers and an optimized Monte Carlo renderer. Experiments on test scenes show that LUISARENDER achieves much higher performance than existing research renderers on modern graphics hardware, e.g., 5-11x faster than PBRT-v4 and 4-16x faster than MITSUBA '3.
What problem does this paper attempt to address?