From 2d26d1dbbd0e91c2fd7b6dd147ab54dbd7f73111 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Mon, 24 Feb 2014 21:47:45 +0100 Subject: [PATCH] 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. --- 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 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