Merge branch 'master' into LazyInstallPaddleWheels

avx_docs
Yu Yang 9 years ago committed by GitHub
commit 62da4ad5b4

@ -1,7 +0,0 @@
RNN 配置
========
.. toctree::
:maxdepth: 3
* `RNN配置 <../../../doc/algorithm/rnn/rnn.html>`_

@ -1,4 +0,0 @@
集群训练
========
参见 `集群训练 <../../doc/cluster/index.html>`_

@ -1,4 +0,0 @@
图片分类教程
============
TBD

@ -1,3 +0,0 @@
文本生成
========
TBD

@ -1,4 +0,0 @@
新写Layer
=========
* `新写Layer <../../../doc/dev/new_layer/index.html>`_

@ -1,19 +0,0 @@
PaddlePaddle文档
================
使用指南
--------
* [快速入门](demo/quick_start/index.md)
* [编译与安装](build_and_install/index.rst)
* [用户接口](ui/index.rst)
* [使用示例](demo/index.rst)
* [模型配置](ui/model.rst)
* [集群训练](cluster/index.rst)
开发指南
--------
* [新写Layer](dev/new_layer/index.rst)
算法教程
--------
* [RNN配置](algorithm/rnn/rnn.rst)

@ -0,0 +1,19 @@
PaddlePaddle文档
================
使用指南
--------
* `快速入门 <demo/quick_start/index.html>`_
* `编译与安装 <build_and_install/index.html>`_
* `用户接口 <ui/index.html>`_
* `使用示例 <demo/index.html>`_
* `模型配置 <../doc/ui/api/trainer_config_helpers/index.html>`_
* `集群训练 <../doc/cluster/index.html>`_
开发指南
--------
* `新写Layer <../doc/dev/new_layer/index.html>`_
算法教程
--------
* `RNN配置 <../doc/algorithm/rnn/rnn.html>`_

@ -1,4 +0,0 @@
模型配置
========
* `Model Config Interface <../../doc/ui/api/trainer_config_helpers/index.html>`_

@ -16,8 +16,6 @@ limitations under the License. */
#ifndef HL_DEVICE_FUNCTIONS_CUH_
#define HL_DEVICE_FUNCTIONS_CUH_
#if defined(__CUDA_ARCH__) && __CUDA_ARCH__ < 600
namespace hppl {
static __inline__ __device__ double atomicAdd(double* address, double val) {
@ -42,6 +40,4 @@ static __inline__ __device__ double atomicAdd(double* address, double val) {
using hppl::atomicAdd;
#endif
#endif
#endif /* HL_DEVICE_FUNCTIONS_CUH_ */

Loading…
Cancel
Save