From 0892352bfe6d5a9aa6ec4c088e67f8bbbbfae610 Mon Sep 17 00:00:00 2001 From: Mai Lavelle Date: Tue, 14 Feb 2017 06:20:48 -0500 Subject: Cycles: CPU implementation of split kernel --- intern/cycles/util/util_debug.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'intern/cycles/util/util_debug.h') diff --git a/intern/cycles/util/util_debug.h b/intern/cycles/util/util_debug.h index 73fd228b5d9..171e43ec32a 100644 --- a/intern/cycles/util/util_debug.h +++ b/intern/cycles/util/util_debug.h @@ -46,6 +46,9 @@ public: /* Whether QBVH usage is allowed or not. */ bool qbvh; + + /* Whether split kernel is used */ + bool split_kernel; }; /* Descriptor of CUDA feature-set to be used. */ -- cgit v1.2.3