Blender Git Commit Log
Git Commits -> Revision 2851ed4
Revision 2851ed4 by Brecht Van Lommel (master) April 16, 2014, 19:05 (GMT) |
Cycles code refactor: use __launch_bounds__ instead of -maxrregcount for CUDA. This makes it easier to have per kernel number of registers. Also, all the tunable parameters for this are now in kernel.cu, rather than spread over cmake, scons and device_cuda.cpp. |
Commit Details:
Full Hash: 2851ed4a553d633c3ccbfcbbec6a4c12b79401d9
Parent Commit: f2f3ef8
Lines Changed: +114, -56