From d3c596035bdf2312891bad7a86b4b047c91d96e6 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Sun, 25 Mar 2012 17:52:50 +0000 Subject: Cycles / CUDA: * Make Cycles aware of Computing Capability 3.0, used by the new Kepler Cards. You'll need the CUDA 4.2 Toolkit to compile it. --- intern/cycles/util/util_cuda.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'intern/cycles/util/util_cuda.h') diff --git a/intern/cycles/util/util_cuda.h b/intern/cycles/util/util_cuda.h index 3674c65bd93..ffc71b8864e 100644 --- a/intern/cycles/util/util_cuda.h +++ b/intern/cycles/util/util_cuda.h @@ -204,7 +204,8 @@ typedef enum CUjit_target_enum CU_TARGET_COMPUTE_12, CU_TARGET_COMPUTE_13, CU_TARGET_COMPUTE_20, - CU_TARGET_COMPUTE_21 + CU_TARGET_COMPUTE_21, + CU_TARGET_COMPUTE_30 } CUjit_target; typedef enum CUjit_fallback_enum -- cgit v1.2.3