From 1e045a241789270cba91f779d4fa1871d6b4c43b Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 13 Dec 2013 19:12:07 +0100 Subject: [PATCH] Cycles: CUDA runtime kernel compilation can now find CUDA 6.0. --- intern/cycles/util/util_cuda.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/intern/cycles/util/util_cuda.cpp b/intern/cycles/util/util_cuda.cpp index a3b37d27239..e9140633e4a 100644 --- a/intern/cycles/util/util_cuda.cpp +++ b/intern/cycles/util/util_cuda.cpp @@ -408,8 +408,8 @@ string cuCompilerPath() "/Developer/NVIDIA/CUDA-5.0/bin", "/usr/local/cuda-5.0/bin", "/usr/local/cuda/bin", - "/Developer/NVIDIA/CUDA-4.2/bin", - "/usr/local/cuda-4.2/bin", + "/Developer/NVIDIA/CUDA-6.0/bin", + "/usr/local/cuda-6.0/bin", "/Developer/NVIDIA/CUDA-5.5/bin", "/usr/local/cuda-5.5/bin", NULL};