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:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-08-01 17:05:33 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-08-01 17:05:33 +0300
commit98b8a68f9d46de4506d754df462acf375d05b9ed (patch)
tree52e2ec1d646581f4c1f5451281e6bcf6f23f8ccb /build_files
parent6353ecb996898b4ce2fe8065130ed1f5ea3b6989 (diff)
Buildbot: Attempt to enable sm_60 CUDA architecture for build slaves
Diffstat (limited to 'build_files')
-rw-r--r--build_files/buildbot/slave_compile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 5e06c7057ce..92f46884b3d 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -112,6 +112,7 @@ if 'cmake' in builder:
# Prepare CMake options needed to configure cuda binaries compilation.
cuda_cmake_options.append("-DWITH_CYCLES_CUDA_BINARIES=%s" % ('ON' if build_cubins else 'OFF'))
+ cuda_cmake_options.append("-DCYCLES_CUDA_BINARIES_ARCH=\"sm_20;sm_21;sm_30;sm_35;sm_37;sm_50;sm_52;sm_60\"")
if build_cubins or 'cuda' in targets:
if bits == 32:
cuda_cmake_options.append("-DCUDA_64_BIT_DEVICE_CODE=OFF")