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.
This commit is contained in:
Thomas Dinges 2012-03-25 17:52:50 +00:00
parent 3f56ee3da7
commit d3c596035b

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