EG2019
Permanent URI for this community
Browse
Browsing EG2019 by Subject "CCS ConceptsComputing methodologies"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
Item Adaptive Frameless Rendering with NVIDIA OptiX(The Eurographics Association, 2019) Hsiao, Chung-Che; Watson, Benjamin; Fusiello, Andrea and Bimber, OliverWe implement adaptive frameless rendering (AFR) on NVIDIA OptiX, a real-time ray tracing API taking advantage of NVIDIA GPUs including their latest RTX functionality. OptiX is a parallel system that sits on top of NVIDIA's better-known CUDA API. AFR has sampling and reconstruction processes that use information distributed across both space and time, aiming to generate low-latency updates. Previous AFR implementations were sequential prototypes. Our parallel prototype is allowing us to confront several unique challenges, including closed loop control of both sampling and reconstruction, and load balancing between CPU and GPU.