From c270361d5a6df371b2854644a893d1f8bc88cff3 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Fri, 30 Sep 2016 02:43:31 +0000 Subject: [PATCH] Deploy to GitHub Pages: 12b619343b0e8e35cda6335f8230c4168277b8dd --- doc/_sources/build/build_from_source.txt | 56 +++++++++++++++++++----- doc/build/build_from_source.html | 56 +++++++++++++++++++----- doc/searchindex.js | 2 +- 3 files changed, 91 insertions(+), 23 deletions(-) diff --git a/doc/_sources/build/build_from_source.txt b/doc/_sources/build/build_from_source.txt index 948f84abae8..c671f483863 100644 --- a/doc/_sources/build/build_from_source.txt +++ b/doc/_sources/build/build_from_source.txt @@ -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. - -| Optional | Description | -| -------------------- | :--------------------------------------------------------------------------- | -| **WITH_GPU** | Compile with GPU mode. | -| **WITH_DOUBLE** | Compile with double precision floating-point, default: single precision. | -| **WITH_GLOG** | Compile with glog. If not found, default: an internal log implementation. | -| **WITH_GFLAGS** | Compile with gflags. If not found, default: an internal flag implementation. | -| **WITH_TESTING** | Compile with gtest for PaddlePaddle's unit testing. | -| **WITH_DOC** | Compile to generate PaddlePaddle's docs, default: disabled (OFF). | -| **WITH_SWIG_PY** | Compile with python predict API, default: disabled (OFF). | -| **WITH_STYLE_CHECK** | Compile with code style check, default: enabled (ON). | + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
OptionalDescription
WITH_GPUCompile with GPU mode.
WITH_DOUBLECompile with double precision floating-point, default: single precision.
WITH_GLOGCompile with glog. If not found, default: an internal log implementation.
WITH_GFLAGSCompile with gflags. If not found, default: an internal flag implementation.
WITH_TESTINGCompile with gtest for PaddlePaddle's unit testing.
WITH_DOCCompile to generate PaddlePaddle's docs, default: disabled (OFF)
WITH_SWIG_PYCompile with python predict API, default: disabled (OFF).
WITH_STYLE_CHECKCompile with code style check, default: enabled (ON).
**Note:** - The GPU version works best with Cuda Toolkit 7.5 and cuDNN v5. diff --git a/doc/build/build_from_source.html b/doc/build/build_from_source.html index ab005a21398..a4ae43cea23 100644 --- a/doc/build/build_from_source.html +++ b/doc/build/build_from_source.html @@ -98,17 +98,51 @@ var _hmt = _hmt || [];

OptionsΒΆ

PaddlePaddle supports some build options. To enable it, first you need to install the related libraries.

-

| Optional | Description | -| ——————– | :————————————————————————— | -| WITH_GPU | Compile with GPU mode. | -| WITH_DOUBLE | Compile with double precision floating-point, default: single precision. | -| WITH_GLOG | Compile with glog. If not found, default: an internal log implementation. | -| WITH_GFLAGS | Compile with gflags. If not found, default: an internal flag implementation. | -| WITH_TESTING | Compile with gtest for PaddlePaddle’s unit testing. | -| WITH_DOC | Compile to generate PaddlePaddle’s docs, default: disabled (OFF). | -| WITH_SWIG_PY | Compile with python predict API, default: disabled (OFF). | -| WITH_STYLE_CHECK | Compile with code style check, default: enabled (ON). |

-

Note:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
OptionalDescription
WITH_GPUCompile with GPU mode.
WITH_DOUBLECompile with double precision floating-point, default: single precision.
WITH_GLOGCompile with glog. If not found, default: an internal log implementation.
WITH_GFLAGSCompile with gflags. If not found, default: an internal flag implementation.
WITH_TESTINGCompile with gtest for PaddlePaddle's unit testing.
WITH_DOCCompile to generate PaddlePaddle's docs, default: disabled (OFF)
WITH_SWIG_PYCompile with python predict API, default: disabled (OFF).
WITH_STYLE_CHECKCompile with code style check, default: enabled (ON).

Note: