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>2012-03-25 21:52:50 +0400
committerThomas Dinges <blender@dingto.org>2012-03-25 21:52:50 +0400
commitd3c596035bdf2312891bad7a86b4b047c91d96e6 (patch)
tree911dfabce6e1e5a71de581c24742dc8f230f4e38 /intern/cycles/util/util_cuda.h
parent3f56ee3da7ca0d9500529e970e836fb2ff97068c (diff)
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.
Diffstat (limited to 'intern/cycles/util/util_cuda.h')
-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 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