Blender Git Loki
Git Commits -> Revision 3d33ffd
Revision 3d33ffd by Brecht Van Lommel (cycles-x) March 5, 2021, 15:31 (GMT) |
Cycles: use array of queued/terminated paths to schedule less work for GPU Passing along a path index now that may be different than the work index. |
Commit Details:
Full Hash: 3d33ffdf4bed8623c2bdde8ee7239456e08376b1
Parent Commit: e170eaa
Lines Changed: +331, -34
1 Added Path:
/intern/cycles/kernel/kernels/cuda/parallel_active_index.h (+78, -0) (View)
8 Modified Paths:
/intern/cycles/device/cpu/device_queue.cpp (+3, -0) (Diff)
/intern/cycles/device/cuda/queue.cpp (+120, -10) (Diff)
/intern/cycles/device/cuda/queue.h (+6, -1) (Diff)
/intern/cycles/device/device_kernel.cpp (+6, -0) (Diff)
/intern/cycles/device/device_kernel.h (+4, -0) (Diff)
/intern/cycles/kernel/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/kernel/integrator/integrator_state.h (+7, -7) (Diff)
/intern/cycles/kernel/kernels/cuda/kernel.cu (+106, -16) (Diff)
/intern/cycles/device/cuda/queue.cpp (+120, -10) (Diff)
/intern/cycles/device/cuda/queue.h (+6, -1) (Diff)
/intern/cycles/device/device_kernel.cpp (+6, -0) (Diff)
/intern/cycles/device/device_kernel.h (+4, -0) (Diff)
/intern/cycles/kernel/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/kernel/integrator/integrator_state.h (+7, -7) (Diff)
/intern/cycles/kernel/kernels/cuda/kernel.cu (+106, -16) (Diff)