Blender Git Loki
Git Commits -> Revision 9042b59
Revision 9042b59 by Thomas Dinges (master) June 17, 2013, 15:56 (GMT) |
Cycles / GPU: * Enable the Non-Progressive integrator on GPU (CUDA) for testing. In order to compile the CUDA kernel with it, you need at least 6GB of system memory and CUDA Toolkit 5.0 or 5.5. It should also work with CUDA Toolkit 4.2, but in this case you should have 12GB of RAM. In case any problems arise, just change line 65 of kernel_types.h to disable Non-Progressive again. -- #define __NON_PROGRESSIVE__ ++ //#define __NON_PROGRESSIVE__ |
Commit Details:
Full Hash: 9042b599e03e9219bf6f82118222fbe95672bd80
SVN Revision: 57523
Parent Commit: a841813
Lines Changed: +14, -11