Blender Git Loki
Git Commits -> Revision a4576b6
Revision a4576b6 by Sam Kottler (soc-2020-production-ready-light-tree) 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