[Bf-blender-cvs] [98b8a68] master: Buildbot: Attempt to enable sm_60 CUDA architecture for build slaves

Sergey Sharybin noreply at git.blender.org
Mon Aug 1 16:06:16 CEST 2016


Commit: 98b8a68f9d46de4506d754df462acf375d05b9ed
Author: Sergey Sharybin
Date:   Mon Aug 1 16:05:33 2016 +0200
Branches: master
https://developer.blender.org/rB98b8a68f9d46de4506d754df462acf375d05b9ed

Buildbot: Attempt to enable sm_60 CUDA architecture for build slaves

===================================================================

M	build_files/buildbot/slave_compile.py

===================================================================

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index 5e06c70..92f4688 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")




More information about the Bf-blender-cvs mailing list