提交 c270361d 编写于 作者: T Travis CI

Deploy to GitHub Pages: 12b61934

上级 6d74d08d
...@@ -28,17 +28,51 @@ To compile the source code, your computer must be equipped with GCC >=4.6 or Cla ...@@ -28,17 +28,51 @@ To compile the source code, your computer must be equipped with GCC >=4.6 or Cla
PaddlePaddle supports some build options. To enable it, first you need to install the related libraries. PaddlePaddle supports some build options. To enable it, first you need to install the related libraries.
<style type="text/css">
| Optional | Description | .tg {border-collapse:collapse;border-spacing:0;border-color:#ccc;}
| -------------------- | :--------------------------------------------------------------------------- | .tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#fff;border-top-width:1px;border-bottom-width:1px;}
| **WITH_GPU** | Compile with GPU mode. | .tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#f0f0f0;border-top-width:1px;border-bottom-width:1px;}
| **WITH_DOUBLE** | Compile with double precision floating-point, default: single precision. | .tg .tg-yw4l{vertical-align:top}
| **WITH_GLOG** | Compile with glog. If not found, default: an internal log implementation. | .tg .tg-9hbo{font-weight:bold;vertical-align:top}
| **WITH_GFLAGS** | Compile with gflags. If not found, default: an internal flag implementation. | </style>
| **WITH_TESTING** | Compile with gtest for PaddlePaddle's unit testing. | <table class="tg">
| **WITH_DOC** | Compile to generate PaddlePaddle's docs, default: disabled (OFF). | <tr>
| **WITH_SWIG_PY** | Compile with python predict API, default: disabled (OFF). | <th class="tg-yw4l">Optional</th>
| **WITH_STYLE_CHECK** | Compile with code style check, default: enabled (ON). | <th class="tg-yw4l">Description</th>
</tr>
<tr>
<td class="tg-9hbo">WITH_GPU</td>
<td class="tg-yw4l">Compile with GPU mode.</td>
</tr>
<tr>
<td class="tg-9hbo">WITH_DOUBLE</td>
<td class="tg-yw4l">Compile with double precision floating-point, default: single precision.</td>
</tr>
<tr>
<td class="tg-9hbo">WITH_GLOG</td>
<td class="tg-yw4l">Compile with glog. If not found, default: an internal log implementation.</td>
</tr>
<tr>
<td class="tg-9hbo">WITH_GFLAGS</td>
<td class="tg-yw4l">Compile with gflags. If not found, default: an internal flag implementation.</td>
</tr>
<tr>
<td class="tg-9hbo">WITH_TESTING</td>
<td class="tg-yw4l">Compile with gtest for PaddlePaddle's unit testing.</td>
</tr>
<tr>
<td class="tg-9hbo">WITH_DOC</td>
<td class="tg-yw4l">Compile to generate PaddlePaddle's docs, default: disabled (OFF)</td>
</tr>
<tr>
<td class="tg-9hbo">WITH_SWIG_PY</td>
<td class="tg-yw4l">Compile with python predict API, default: disabled (OFF).</td>
</tr>
<tr>
<td class="tg-9hbo">WITH_STYLE_CHECK</td>
<td class="tg-yw4l">Compile with code style check, default: enabled (ON).</td>
</tr>
</table>
**Note:** **Note:**
- The GPU version works best with Cuda Toolkit 7.5 and cuDNN v5. - The GPU version works best with Cuda Toolkit 7.5 and cuDNN v5.
......
...@@ -98,17 +98,51 @@ var _hmt = _hmt || []; ...@@ -98,17 +98,51 @@ var _hmt = _hmt || [];
<div class="section" id="options"> <div class="section" id="options">
<span id="options"></span><h3>Options<a class="headerlink" href="#options" title="Permalink to this headline"></a></h3> <span id="options"></span><h3>Options<a class="headerlink" href="#options" title="Permalink to this headline"></a></h3>
<p>PaddlePaddle supports some build options. To enable it, first you need to install the related libraries.</p> <p>PaddlePaddle supports some build options. To enable it, first you need to install the related libraries.</p>
<p>| Optional | Description | <style type="text/css">
| &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; | :&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; | .tg {border-collapse:collapse;border-spacing:0;border-color:#ccc;}
| <strong>WITH_GPU</strong> | Compile with GPU mode. | .tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#fff;border-top-width:1px;border-bottom-width:1px;}
| <strong>WITH_DOUBLE</strong> | Compile with double precision floating-point, default: single precision. | .tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#ccc;color:#333;background-color:#f0f0f0;border-top-width:1px;border-bottom-width:1px;}
| <strong>WITH_GLOG</strong> | Compile with glog. If not found, default: an internal log implementation. | .tg .tg-yw4l{vertical-align:top}
| <strong>WITH_GFLAGS</strong> | Compile with gflags. If not found, default: an internal flag implementation. | .tg .tg-9hbo{font-weight:bold;vertical-align:top}
| <strong>WITH_TESTING</strong> | Compile with gtest for PaddlePaddle&#8217;s unit testing. | </style>
| <strong>WITH_DOC</strong> | Compile to generate PaddlePaddle&#8217;s docs, default: disabled (OFF). | <table class="tg">
| <strong>WITH_SWIG_PY</strong> | Compile with python predict API, default: disabled (OFF). | <tr>
| <strong>WITH_STYLE_CHECK</strong> | Compile with code style check, default: enabled (ON). |</p> <th class="tg-yw4l">Optional</th>
<p><strong>Note:</strong></p> <th class="tg-yw4l">Description</th>
</tr>
<tr>
<td class="tg-9hbo">WITH_GPU</td>
<td class="tg-yw4l">Compile with GPU mode.</td>
</tr>
<tr>
<td class="tg-9hbo">WITH_DOUBLE</td>
<td class="tg-yw4l">Compile with double precision floating-point, default: single precision.</td>
</tr>
<tr>
<td class="tg-9hbo">WITH_GLOG</td>
<td class="tg-yw4l">Compile with glog. If not found, default: an internal log implementation.</td>
</tr>
<tr>
<td class="tg-9hbo">WITH_GFLAGS</td>
<td class="tg-yw4l">Compile with gflags. If not found, default: an internal flag implementation.</td>
</tr>
<tr>
<td class="tg-9hbo">WITH_TESTING</td>
<td class="tg-yw4l">Compile with gtest for PaddlePaddle's unit testing.</td>
</tr>
<tr>
<td class="tg-9hbo">WITH_DOC</td>
<td class="tg-yw4l">Compile to generate PaddlePaddle's docs, default: disabled (OFF)</td>
</tr>
<tr>
<td class="tg-9hbo">WITH_SWIG_PY</td>
<td class="tg-yw4l">Compile with python predict API, default: disabled (OFF).</td>
</tr>
<tr>
<td class="tg-9hbo">WITH_STYLE_CHECK</td>
<td class="tg-yw4l">Compile with code style check, default: enabled (ON).</td>
</tr>
</table><p><strong>Note:</strong></p>
<ul class="simple"> <ul class="simple">
<li>The GPU version works best with Cuda Toolkit 7.5 and cuDNN v5.</li> <li>The GPU version works best with Cuda Toolkit 7.5 and cuDNN v5.</li>
<li>Other versions like Cuda Toolkit 6.5, 7.0, 8.0 and cuDNN v2, v3, v4 are also supported.</li> <li>Other versions like Cuda Toolkit 6.5, 7.0, 8.0 and cuDNN v2, v3, v4 are also supported.</li>
......
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册