Cycles: CPU implementation of split kernel

This commit is contained in:
Mai Lavelle
2017-02-14 06:20:48 -05:00
parent 352ee7c3ef
commit 0892352bfe
25 changed files with 776 additions and 21 deletions

View File

@@ -51,7 +51,11 @@ CCL_NAMESPACE_BEGIN
* The number of elements in the queues is initialized to 0;
*/
#ifndef __KERNEL_CPU__
ccl_device void kernel_data_init(
#else
void KERNEL_FUNCTION_FULL_NAME(data_init)(
#endif
KernelGlobals *kg,
ccl_constant KernelData *data,
ccl_global void *split_data_buffer,