Cycles: Disable Branched Path on sm_30 for now, recent Indirect Multi Light addition makes nvcc fail.

This commit is contained in:
Thomas Dinges
2014-03-11 23:04:40 +01:00
parent a82d899c13
commit 2d4de2742c

View File

@@ -66,7 +66,9 @@ CCL_NAMESPACE_BEGIN
#ifdef __KERNEL_CUDA__
#define __KERNEL_SHADING__
#define __KERNEL_ADV_SHADING__
#if __CUDA_ARCH__ != 300
#define __BRANCHED_PATH__
#endif
//#define __VOLUME__
#endif