Blender Git Commit Log
Git Commits -> Revision b3ac3d1
Revision b3ac3d1 by Lukas Stockner (master) August 23, 2018, 02:54 (GMT) |
Cycles: Add option for building CUDA kernels sequentially Building the CUDA kernels takes quite a bit of memory, and when building all of them the combined usage can be too much on some systems (especially VMs). Therefore, this patch adds an option to force the build system to build them sequentially by making each build step depend on the previous kernel. Reviewers: brecht, sergey Differential Revision: https://developer.blender.org/D3623 |
Commit Details:
Full Hash: b3ac3d13a2abdb3bd15b677b4e478a83118f4c0a
Parent Commit: 53527ac
Lines Changed: +22, -9