Cycles CUDA: enabled branched path kernel again, with more registers.
This commit is contained in:
@@ -247,12 +247,6 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
/* Currently no Branched Path on sm_30 */
|
||||
if(branched) {
|
||||
cuda_error_message(string_printf("CUDA device: Branched Path is currently disabled, due to compile errors."));
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@@ -69,8 +69,7 @@ CCL_NAMESPACE_BEGIN
|
||||
#ifdef __KERNEL_CUDA__
|
||||
#define __KERNEL_SHADING__
|
||||
#define __KERNEL_ADV_SHADING__
|
||||
/* Disabled for now, compile errors */
|
||||
//#define __BRANCHED_PATH__
|
||||
#define __BRANCHED_PATH__
|
||||
|
||||
/* Experimental on GPU */
|
||||
//#define __VOLUME__
|
||||
|
Reference in New Issue
Block a user