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.
This commit is contained in:
Thomas Dinges 2014-02-24 21:47:45 +01:00
parent b5c50c02fa
commit 2d26d1dbbd
1 changed files with 2 additions and 1 deletions

View File

@ -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