Blender Git Commit Log

Git Commits -> Revision cfbd6cf

Revision cfbd6cf by Brecht Van Lommel (master)
September 9, 2011, 12:04 (GMT)
Cycles:
* OpenCL now only uses GPU/Accelerator devices, it's only confusing if CPU
device is used, easy to enable in the code for debugging.
* OpenCL kernel binaries are now cached for faster startup after the first
time compiling.
* CUDA kernels can now be compiled and cached at runtime if the CUDA toolkit
is installed. This means that even if the build does not have CUDA enabled,
it's still possible to use it as long as you install the toolkit.

Commit Details:

Full Hash: cfbd6cf154bbc653422f30b2bf8077545f5fb99c
SVN Revision: 40062
Parent Commit: 9b31cba
Lines Changed: +317, -46

11 Modified Paths:

/intern/cycles/blender/addon/engine.py (+5, -1) (Diff)
/intern/cycles/blender/blender_python.cpp (+3, -3) (Diff)
/intern/cycles/CMakeLists.txt (+2, -1) (Diff)
/intern/cycles/device/device_cuda.cpp (+91, -12) (Diff)
/intern/cycles/device/device_opencl.cpp (+130, -19) (Diff)
/intern/cycles/kernel/CMakeLists.txt (+1, -0) (Diff)
/intern/cycles/kernel/kernel_compat_cuda.h (+2, -4) (Diff)
/intern/cycles/render/session.cpp (+1, -1) (Diff)
/intern/cycles/util/util_cuda.cpp (+20, -3) (Diff)
/intern/cycles/util/util_path.cpp (+56, -1) (Diff)
/intern/cycles/util/util_path.h (+6, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021