[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [46590] trunk/blender/build_files/scons/ config/win32-vc-config.py: Disable sm_13 CUDA kernel building for now, as the build fails with out of memory.

Nathan Letwory nathan at letworyinteractive.com
Sun May 13 00:00:33 CEST 2012


Revision: 46590
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=46590
Author:   jesterking
Date:     2012-05-12 22:00:32 +0000 (Sat, 12 May 2012)
Log Message:
-----------
Disable sm_13 CUDA kernel building for now, as the build fails with out of memory.

Modified Paths:
--------------
    trunk/blender/build_files/scons/config/win32-vc-config.py

Modified: trunk/blender/build_files/scons/config/win32-vc-config.py
===================================================================
--- trunk/blender/build_files/scons/config/win32-vc-config.py	2012-05-12 21:38:35 UTC (rev 46589)
+++ trunk/blender/build_files/scons/config/win32-vc-config.py	2012-05-12 22:00:32 UTC (rev 46590)
@@ -165,7 +165,7 @@
 #CUDA
 WITH_BF_CYCLES_CUDA_BINARIES = False
 #BF_CYCLES_CUDA_NVCC = "" # Path to the nvidia compiler
-BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_13', 'sm_20', 'sm_21']
+BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21'] # don't build sm_13 until the compile can fit in 32bit process again :)
 
 #Ray trace optimization
 WITH_BF_RAYOPTIMIZATION = True




More information about the Bf-blender-cvs mailing list