Blender Git Loki
Git Commits -> Revision 6da6f8d
Revision 6da6f8d by Brecht Van Lommel (master) October 4, 2017, 19:58 (GMT) |
Cycles: CUDA faster rendering of small tiles, using multiple samples like OpenCL. The work size is still very conservative, and this doesn't help for progressive refine. For that we will need to render multiple tiles at the same time. But this should already help for denoising renders that require too much memory with big tiles, and just generally soften the performance dropoff with small tiles. Differential Revision: https://developer.blender.org/D2856 |
Commit Details:
Full Hash: 6da6f8d33f65b427162d0c8b13a5a5f5043bc8a5
Parent Commit: 77f300e
Lines Changed: +53, -46