[Bf-blender-cvs] [8e015e3] master: Buildbot: Enable proper Pascal architecture

Sergey Sharybin noreply at git.blender.org
Mon Aug 1 18:27:09 CEST 2016


Commit: 8e015e30b5a9c69acab0c6c8e6bab136c1eb11fd
Author: Sergey Sharybin
Date:   Mon Aug 1 18:26:53 2016 +0200
Branches: master
https://developer.blender.org/rB8e015e30b5a9c69acab0c6c8e6bab136c1eb11fd

Buildbot: Enable proper Pascal architecture

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

M	build_files/buildbot/slave_compile.py

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

diff --git a/build_files/buildbot/slave_compile.py b/build_files/buildbot/slave_compile.py
index f0b9283..127d58c 100644
--- a/build_files/buildbot/slave_compile.py
+++ b/build_files/buildbot/slave_compile.py
@@ -112,7 +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")
+    cuda_cmake_options.append("-DCYCLES_CUDA_BINARIES_ARCH=sm_20;sm_21;sm_30;sm_35;sm_37;sm_50;sm_52;sm_60;sm_61")
     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