Blender Git Commit Log

Git Commits -> Revision a4576b6

July 4, 2020, 19:23 (GMT)
Fixed CUDA support for the light tree.

Users can now use the light tree, with splitting, using CUDA.

The problem was that a few of the light tree functions used recursion
which meant the CUDA compiler couldn't predict how much stack space
to use.

Commit Details:

Full Hash: a4576b671c10b8c093769ad24f328616e49744e0
Parent Commit: a419ec0
Lines Changed: +157, -162

2 Modified Paths:

/intern/cycles/kernel/kernel_light.h (+23, -30) (Diff)
/intern/cycles/kernel/kernel_path_surface.h (+134, -132) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021