Blender Git Commit Log
Git Commits -> Revision 1ab7802
Revision 1ab7802 by Kévin Dietrich (cycles_procedural_api) April 6, 2021, 00:30 (GMT) |
Remove device_vector::chunk There is causing various race conditions in the DeviceMulti implementations. The idea is nice, but the execution is not great, will revisit later in a different way. |
Commit Details:
Full Hash: 1ab7802ec1abd8f245f04a2aae40eb0184d0f4ea
Parent Commit: 2d500da
Lines Changed: +92, -370
15 Modified Paths:
/intern/cycles/device/cuda/device_cuda.h (+0, -4) (Diff)
/intern/cycles/device/cuda/device_cuda_impl.cpp (+4, -62) (Diff)
/intern/cycles/device/device.h (+0, -1) (Diff)
/intern/cycles/device/device_cpu.cpp (+2, -23) (Diff)
/intern/cycles/device/device_dummy.cpp (+0, -4) (Diff)
/intern/cycles/device/device_memory.cpp (+2, -11) (Diff)
/intern/cycles/device/device_memory.h (+0, -84) (Diff)
/intern/cycles/device/device_multi.cpp (+0, -20) (Diff)
/intern/cycles/device/opencl/device_opencl.h (+0, -1) (Diff)
/intern/cycles/device/opencl/device_opencl_impl.cpp (+0, -6) (Diff)
/intern/cycles/render/geometry.cpp (+22, -22) (Diff)
/intern/cycles/render/hair.cpp (+37, -52) (Diff)
/intern/cycles/render/hair.h (+1, -17) (Diff)
/intern/cycles/render/mesh.cpp (+19, -42) (Diff)
/intern/cycles/render/mesh.h (+5, -21) (Diff)
/intern/cycles/device/cuda/device_cuda_impl.cpp (+4, -62) (Diff)
/intern/cycles/device/device.h (+0, -1) (Diff)
/intern/cycles/device/device_cpu.cpp (+2, -23) (Diff)
/intern/cycles/device/device_dummy.cpp (+0, -4) (Diff)
/intern/cycles/device/device_memory.cpp (+2, -11) (Diff)
/intern/cycles/device/device_memory.h (+0, -84) (Diff)
/intern/cycles/device/device_multi.cpp (+0, -20) (Diff)
/intern/cycles/device/opencl/device_opencl.h (+0, -1) (Diff)
/intern/cycles/device/opencl/device_opencl_impl.cpp (+0, -6) (Diff)
/intern/cycles/render/geometry.cpp (+22, -22) (Diff)
/intern/cycles/render/hair.cpp (+37, -52) (Diff)
/intern/cycles/render/hair.h (+1, -17) (Diff)
/intern/cycles/render/mesh.cpp (+19, -42) (Diff)
/intern/cycles/render/mesh.h (+5, -21) (Diff)