Cycles: Disable Branched Path on sm_30 for now, recent Indirect Multi Light addition makes nvcc fail.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user