Blender Git Commit Log

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

3 Modified Paths:

/intern/cycles/device/device_cuda.cpp (+40, -39) (Diff)
/intern/cycles/kernel/kernels/cuda/kernel.cu (+2, -0) (Diff)
/intern/cycles/kernel/kernel_passes.h (+11, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021