[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45139] trunk/blender/intern/cycles/util/ util_cuda.h: Cycles / CUDA:

Thomas Dinges blender at dingto.org
Sun Mar 25 19:52:59 CEST 2012


Revision: 45139
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=45139
Author:   dingto
Date:     2012-03-25 17:52:50 +0000 (Sun, 25 Mar 2012)
Log Message:
-----------
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. 

Modified Paths:
--------------
    trunk/blender/intern/cycles/util/util_cuda.h

Modified: trunk/blender/intern/cycles/util/util_cuda.h
===================================================================
--- trunk/blender/intern/cycles/util/util_cuda.h	2012-03-25 15:56:17 UTC (rev 45138)
+++ trunk/blender/intern/cycles/util/util_cuda.h	2012-03-25 17:52:50 UTC (rev 45139)
@@ -204,7 +204,8 @@
     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




More information about the Bf-blender-cvs mailing list