Blender Git Commit Log
Git Commits -> Revision 332aed6
Revision 332aed6 by Patrick Mours (master) February 14, 2020, 16:00 (GMT) |
Fix sporadic CUDA launch failures with Cycles viewport denoising Sometimes the viewport buffer size is zero for a frame, which caused the denoising task to also try to launch CUDA kernels with a launch size of zero, which in turn failed with a CUDA error. This patch prevents launches from occuring in this case, similar to how it is handled in `copy_to_display_buffer`. |
Commit Details:
Full Hash: 332aed6399a69070f6ad3ef8c81740cddc6ee4fa
Parent Commit: e34ff49
Lines Changed: +4, -0
1 Modified Path:
/intern/cycles/render/session.cpp (+4, -0) (Diff)