Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2013-02-21 21:16:32 +0400
committerThomas Dinges <blender@dingto.org>2013-02-21 21:16:32 +0400
commitd4c97029efe314a024b5add89c8bd2b6a7f5f4c4 (patch)
treed82fd4be00322c9b262d087b3a160c6d2e591cf7 /intern/cycles/util
parent25fe5c20aa2f95a23a616c9f7fcbe61ef040684b (diff)
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).
Diffstat (limited to 'intern/cycles/util')
-rw-r--r--intern/cycles/util/util_cuda.h3
1 files changed, 2 insertions, 1 deletions
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