Low overhead path regeneration


如何引用文章

全文:

开放存取 开放存取
受限制的访问 ##reader.subscriptionAccessGranted##
受限制的访问 订阅存取

详细

Monte Carlo Path Tracing is a core light transport technique which is used for modern methods (like BDPT, MLT, VCM and others). One of the main challenge of efficient GPU Path Tracing implementation is inefficient workload caused by paths of different lengths; few threads process the long paths, while other threads are idle. A work distribution technique called “Path Regeneration” is commonly used to solve this problem. We introduce a novel GPU implementation of path regeneration technique called “in place block based path regeneration.” In comparison to previous approaches our algorithm possesses two main advantages: it has lower self-cost and it does not move any per-ray data along threads in memory, thus, our algorithm can be easily integrated to any advanced path tracing technique (like BDPT, MLT and other) or photon mapping. We tested our solution with path tracing using both CUDA and OpenCL.

作者简介

V. Frolov

Keldysh Institute of Applied Mathematics RAS; Moscow State University

编辑信件的主要联系方式.
Email: vfrolov@graphics.cs.msu.ru
俄罗斯联邦, Moscow; Moscow

V. Galaktionov

Keldysh Institute of Applied Mathematics RAS

Email: vfrolov@graphics.cs.msu.ru
俄罗斯联邦, Moscow


版权所有 © Pleiades Publishing, Ltd., 2016
##common.cookie##