-
- Downloads
Cycles:
* Add back option to bundle CUDA kernel binaries with builds. * Disable runtime CUDA kernel compilation on Windows, couldn't get this working, since it seems to depend on visual studio being installed, even though for this particular case it shouldn't be needed. CMake only at the moment. * Runtime compilation on linux/mac should now work if nvcc is not installed in the default location, but available in PATH.
Showing
- CMakeLists.txt 4 additions, 2 deletionsCMakeLists.txt
- intern/cycles/CMakeLists.txt 5 additions, 0 deletionsintern/cycles/CMakeLists.txt
- intern/cycles/cmake/external_libs.cmake 13 additions, 0 deletionsintern/cycles/cmake/external_libs.cmake
- intern/cycles/device/device_cuda.cpp 5 additions, 0 deletionsintern/cycles/device/device_cuda.cpp
- intern/cycles/kernel/CMakeLists.txt 26 additions, 0 deletionsintern/cycles/kernel/CMakeLists.txt
- intern/cycles/util/util_cuda.cpp 15 additions, 1 deletionintern/cycles/util/util_cuda.cpp
Please register or sign in to comment