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
path: root/intern
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2014-02-25 00:47:45 +0400
committerThomas Dinges <blender@dingto.org>2014-02-25 00:47:45 +0400
commit2d26d1dbbd0e91c2fd7b6dd147ab54dbd7f73111 (patch)
treebd8f0c9c3ec000dafcc194426b3a562fef6cf336 /intern
parentb5c50c02fa171c94f59469de93dd0f4dd0a72bbb (diff)
Cycles: Make CUDA aware of COMPUTE_50 (sm_50, Maxwell).
If you have a Maxwell GPU and want to test, you have to use the CUDA Toolkit 6.0(RC) and enable sm_50 in scons/cmake.
Diffstat (limited to 'intern')
-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 deb2ff969d6..0c80303df9b 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_20,
CU_TARGET_COMPUTE_21,
CU_TARGET_COMPUTE_30,
- CU_TARGET_COMPUTE_35
+ CU_TARGET_COMPUTE_35,
+ CU_TARGET_COMPUTE_50
} CUjit_target;
typedef enum CUjit_fallback_enum