[Bf-blender-cvs] [4b73139] gooseberry: Gooseberry: Disable CUDA kernels from buildbot compilation

Sergey Sharybin noreply at git.blender.org
Sat Jul 18 16:37:14 CEST 2015


Commit: 4b73139d27d82e90f0bbe5b5226e3be55b5c3ce6
Author: Sergey Sharybin
Date:   Sat Jul 18 16:35:38 2015 +0200
Branches: gooseberry
https://developer.blender.org/rB4b73139d27d82e90f0bbe5b5226e3be55b5c3ce6

Gooseberry: Disable CUDA kernels from buildbot compilation

OpenVDB kernel caused increase stress on the registers, which is now causing
compiler to crash for quite some time now.

Don't have time to look into details now and would prefer if the branch devs
will look into this.

Disabling CUDA for now, building without it is better than bot building at
all anyway.

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

M	build_files/buildbot/config/user-config-cuda-glibc211-i686.py
M	build_files/buildbot/config/user-config-cuda-glibc211-x86_64.py

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

diff --git a/build_files/buildbot/config/user-config-cuda-glibc211-i686.py b/build_files/buildbot/config/user-config-cuda-glibc211-i686.py
index ae5cbac..4f35a71 100644
--- a/build_files/buildbot/config/user-config-cuda-glibc211-i686.py
+++ b/build_files/buildbot/config/user-config-cuda-glibc211-i686.py
@@ -2,4 +2,4 @@ BF_BUILDDIR = '../blender-build/linux-glibc211-i686'
 BF_INSTALLDIR = '../blender-install/linux-glibc211-i686'
 BF_NUMJOBS = 1
 
-BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30', 'sm_35', 'sm_50', 'sm_52']
+BF_CYCLES_CUDA_BINARIES_ARCH = []
diff --git a/build_files/buildbot/config/user-config-cuda-glibc211-x86_64.py b/build_files/buildbot/config/user-config-cuda-glibc211-x86_64.py
index 29b1b9f..5e9fa84 100644
--- a/build_files/buildbot/config/user-config-cuda-glibc211-x86_64.py
+++ b/build_files/buildbot/config/user-config-cuda-glibc211-x86_64.py
@@ -2,4 +2,4 @@ BF_BUILDDIR = '../blender-build/linux-glibc211-x86_64'
 BF_INSTALLDIR = '../blender-install/linux-glibc211-x86_64'
 BF_NUMJOBS = 1
 
-BF_CYCLES_CUDA_BINARIES_ARCH = ['sm_20', 'sm_21', 'sm_30', 'sm_35', 'sm_50', 'sm_52']
+BF_CYCLES_CUDA_BINARIES_ARCH = []




More information about the Bf-blender-cvs mailing list