Blender Git Commit Log
Git Commits -> Revision 2f12b83
Revision 2f12b83 by Lukas Stockner (gsoc-2018-many-light-sampling, soc-2020-production-ready-light-tree, soc-2020-production-ready-light-tree-2) June 1, 2018, 13:41 (GMT) |
Cycles Denoising: Don't use atomics in the accumulation kernel on CPUs The GPU kernel needs to use atomics for accumulation since all offsets are processed in parallel, but on CPUs that's not the case, so we can disable them there for a considerable speedup. |
Commit Details:
Full Hash: 2f12b83dbdbcd17b7964cde5f552518ce554ec9e
Parent Commit: fef9647
Committed By: Erik Englesson
Lines Changed: +17, -0