Skip to content

Commit

Permalink
Merge branch 'master' into LazyInstallPaddleWheels
Browse files Browse the repository at this point in the history
  • Loading branch information
reyoung authored Sep 9, 2016
2 parents b76682c + 3376736 commit 62da4ad
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 56 deletions.
7 changes: 0 additions & 7 deletions doc_cn/algorithm/rnn/rnn.rst

This file was deleted.

4 changes: 0 additions & 4 deletions doc_cn/cluster/index.rst

This file was deleted.

1 change: 0 additions & 1 deletion doc_cn/demo/embedding_model/index.md

This file was deleted.

4 changes: 0 additions & 4 deletions doc_cn/demo/image_classification/index.rst

This file was deleted.

2 changes: 0 additions & 2 deletions doc_cn/demo/imagenet_model/index.md

This file was deleted.

2 changes: 0 additions & 2 deletions doc_cn/demo/semantic_role_labeling/index.md

This file was deleted.

2 changes: 0 additions & 2 deletions doc_cn/demo/sentiment_analysis/index.md

This file was deleted.

3 changes: 0 additions & 3 deletions doc_cn/demo/text_generation/index.rst

This file was deleted.

4 changes: 0 additions & 4 deletions doc_cn/dev/new_layer/index.rst

This file was deleted.

19 changes: 0 additions & 19 deletions doc_cn/index.md

This file was deleted.

19 changes: 19 additions & 0 deletions doc_cn/index.rst
Original file line number Diff line number Diff line change
@@ -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>`_
4 changes: 0 additions & 4 deletions doc_cn/ui/model.rst

This file was deleted.

4 changes: 0 additions & 4 deletions paddle/cuda/include/hl_device_functions.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand All @@ -42,6 +40,4 @@ static __inline__ __device__ double atomicAdd(double* address, double val) {
using hppl::atomicAdd;
#endif

#endif

#endif /* HL_DEVICE_FUNCTIONS_CUH_ */

0 comments on commit 62da4ad

Please sign in to comment.