From d4c97029efe314a024b5add89c8bd2b6a7f5f4c4 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Thu, 21 Feb 2013 17:16:32 +0000 Subject: [PATCH] Cycles GPU Rendering: * Make Cycles aware of sm_35 (Tesla K20, GeForce GTX TITAN). The CUDA Toolkit 5.0 is needed for that and this is not officially used yet, but people with access to such cards can start testing. (just build sm_35 kernels). --- intern/cycles/util/util_cuda.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/intern/cycles/util/util_cuda.h b/intern/cycles/util/util_cuda.h index 69cf025de77..55feb3f84cb 100644 --- a/intern/cycles/util/util_cuda.h +++ b/intern/cycles/util/util_cuda.h @@ -206,7 +206,8 @@ typedef enum CUjit_target_enum CU_TARGET_COMPUTE_13, CU_TARGET_COMPUTE_20, CU_TARGET_COMPUTE_21, - CU_TARGET_COMPUTE_30 + CU_TARGET_COMPUTE_30, + CU_TARGET_COMPUTE_35 } CUjit_target; typedef enum CUjit_fallback_enum