Blender Git Commit Log

Git Commits -> Revision 4ce9785

Revision 4ce9785 by Brecht Van Lommel (master)
February 15, 2019, 07:49 (GMT)
Cycles: Support multithreaded compilation of kernels

This patch implements a workaround to get the multithreaded compilation from D2231 working.
So far, it only works for Blender, not for Cycles Standalone. Also, I have only tested the Linux codepath in the helper function.
Depends on D2231.

Reviewers: brecht, dingto, sergey, juicyfruit, lukasstockner97

Reviewed By: brecht

Subscribers: Loner, jbakker, candreacchio, 3dLuver, LazyDodo, bliblubli

Differential Revision: https://developer.blender.org/D2264

Commit Details:

Full Hash: 4ce9785e01587638ae26256fe23315e436c658ff
Parent Commit: d17a027
Committed By: Jeroen Bakker
Lines Changed: +420, -45

1 Added Path:

/intern/cycles/kernel/kernels/opencl/kernel_split_bundle.cl (+28, -0) (View)

11 Modified Paths:

/intern/cycles/blender/blender_python.cpp (+30, -0) (Diff)
/intern/cycles/blender/CMakeLists.txt (+4, -0) (Diff)
/intern/cycles/device/device_intern.h (+1, -0) (Diff)
/intern/cycles/device/opencl/opencl.h (+17, -3) (Diff)
/intern/cycles/device/opencl/opencl_base.cpp (+5, -15) (Diff)
/intern/cycles/device/opencl/opencl_mega.cpp (+20, -4) (Diff)
/intern/cycles/device/opencl/opencl_split.cpp (+158, -13) (Diff)
/intern/cycles/device/opencl/opencl_util.cpp (+130, -10) (Diff)
/intern/cycles/kernel/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/util/util_system.cpp (+22, -0) (Diff)
/intern/cycles/util/util_system.h (+4, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021