Blender Git Loki

Git Commits -> Revision b4a8b81

Revision b4a8b81 by Lukas Stockner (master)
May 24, 2018, 16:44 (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: b4a8b813993138cc831d4c04f0f94bdafc51e7fe
Parent Commit: 6862762
Lines Changed: +17, -0

2 Modified Paths:

/intern/cycles/kernel/filter/filter_reconstruction.h (+5, -0) (Diff)
/intern/cycles/util/util_math_matrix.h (+12, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021