You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by bu...@apache.org on 2016/01/07 08:07:54 UTC

svn commit: r977213 - in /websites/staging/singa/trunk/content: ./ docs/gpu.html

Author: buildbot
Date: Thu Jan  7 07:07:54 2016
New Revision: 977213

Log:
Staging update by buildbot for singa

Modified:
    websites/staging/singa/trunk/content/   (props changed)
    websites/staging/singa/trunk/content/docs/gpu.html

Propchange: websites/staging/singa/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jan  7 07:07:54 2016
@@ -1 +1 @@
-1723471
+1723472

Modified: websites/staging/singa/trunk/content/docs/gpu.html
==============================================================================
--- websites/staging/singa/trunk/content/docs/gpu.html (original)
+++ websites/staging/singa/trunk/content/docs/gpu.html Thu Jan  7 07:07:54 2016
@@ -319,7 +319,7 @@
                                   
             <h1>Training on GPU</h1>
 <hr />
-<p>Considering GPU is much faster than CPU for scientific computing. It is essential to support the training of deep learning models on GPU cards. SINGA now supports training on a single node (i.e., process) with multiple GPU cards. Training in a GPU cluster with multiple nodes is under development.</p>
+<p>Considering GPU is much faster than CPU for linear algebra operations, it is essential to support the training of deep learning models (which involves a lot of linear algebra operations) on GPU cards. SINGA now supports training on a single node (i.e., process) with multiple GPU cards. Training in a GPU cluster with multiple nodes is under development.</p>
 <div class="section">
 <h2><a name="Instructions"></a>Instructions</h2>
 <div class="section">