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

Thomas Dinges blender at dingto.org
Thu Feb 21 18:16:32 CET 2013


Revision: 54710
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54710
Author:   dingto
Date:     2013-02-21 17:16:32 +0000 (Thu, 21 Feb 2013)
Log Message:
-----------
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). 

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	2013-02-21 17:15:55 UTC (rev 54709)
+++ trunk/blender/intern/cycles/util/util_cuda.h	2013-02-21 17:16:32 UTC (rev 54710)
@@ -206,7 +206,8 @@
 	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




More information about the Bf-blender-cvs mailing list