Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2012-05-13 02:00:32 +0400
committerNathan Letwory <nathan@letworyinteractive.com>2012-05-13 02:00:32 +0400
commita88f910b9a21e284a2d742213f7c01ed13ddd751 (patch)
tree28c5d025cda77c5b2a7ac34e8e8ae4003acf545c
parenta1c083446687dfa68e783621016950069abfdb2c (diff)
Disable sm_13 CUDA kernel building for now, as the build fails with out of memory.
-rw-r--r--build_files/scons/config/win32-vc-config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_files/scons/config/win32-vc-config.py b/build_files/scons/config/win32-vc-config.py
index d7af0eb549d..5d52f0e34b6 100644
--- a/build_files/scons/config/win32-vc-config.py
+++ b/build_files/scons/config/win32-vc-config.py
@@ -165,7 +165,7 @@ BF_BOOST_LIBPATH = '${BF_BOOST}/lib'
#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