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).
This commit is contained in:
Thomas Dinges 2013-02-21 17:16:32 +00:00
parent 25fe5c20aa
commit d4c97029ef

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