From 8d42e7b20d884937f7bf5491b0bddeec3e54b67b Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Thu, 1 May 2014 01:20:59 +0200 Subject: Cleanup / Cycles: Adjust comment for faster testing in the future. Unfortunately the function call is still a bit slower, even with CUDA 6.0. :/ --- intern/cycles/kernel/kernel_path.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intern/cycles/kernel/kernel_path.h b/intern/cycles/kernel/kernel_path.h index 0c4d15d4d7a..f9dc9f3c50f 100644 --- a/intern/cycles/kernel/kernel_path.h +++ b/intern/cycles/kernel/kernel_path.h @@ -818,7 +818,7 @@ ccl_device float4 kernel_path_integrate(KernelGlobals *kg, RNG *rng, int sample, } #endif - /* The following code is the same as in kernel_path_integrate_lighting(), + /* Same as kernel_path_integrate_lighting(kg, rng, &sd, &throughput, &state, &L, &ray), but for CUDA the function call is slower. */ #ifdef __EMISSION__ if(kernel_data.integrator.use_direct_light) { -- cgit v1.2.3