-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modify directory structure in source code
- Loading branch information
Showing
57 changed files
with
484 additions
and
473 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
API | ||
======== | ||
Api | ||
=== | ||
|
||
.. doxygenfile:: paddle/api/PaddleAPI.h | ||
.. doxygenfile:: paddle/api/Internal.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,35 @@ | ||
Cuda | ||
============= | ||
==== | ||
|
||
Dynamic Link Libs | ||
-------------------------- | ||
----------------- | ||
|
||
hl_dso_loader.h | ||
`````````````````` | ||
``````````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_dso_loader.h | ||
|
||
GPU Resources | ||
---------------- | ||
------------- | ||
|
||
hl_cuda.ph | ||
`````````````` | ||
`````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_cuda.ph | ||
|
||
hl_cuda.h | ||
`````````````` | ||
````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_cuda.h | ||
|
||
CUDA Wrapper | ||
-------------- | ||
------------ | ||
|
||
hl_cuda_cublas.h | ||
`````````````````````` | ||
```````````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_cuda_cublas.h | ||
|
||
hl_cuda_cudnn.h | ||
`````````````````````` | ||
``````````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_cuda_cudnn.h | ||
|
||
hl_cuda_cudnn.h | ||
`````````````````````` | ||
``````````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_cuda_cudnn.ph | ||
|
||
|
||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Cuda | ||
==== | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
cuda.rst | ||
matrix.rst | ||
nn.rst | ||
utils.rst |
56 changes: 27 additions & 29 deletions
56
doc/source/cuda/matrix/matrix.rst → doc/source/cuda/matrix.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,61 +1,59 @@ | ||
Matrix | ||
======= | ||
====== | ||
|
||
Base Matrix | ||
------------- | ||
Base | ||
---- | ||
|
||
hl_matrix.h | ||
`````````````````` | ||
``````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_matrix.h | ||
|
||
hl_matrix_base.h | ||
`````````````````` | ||
```````````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_matrix_base.cuh | ||
|
||
hl_matrix_apply.cuh | ||
`````````````````````` | ||
``````````````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_matrix_apply.cuh | ||
|
||
hl_matrix_ops.cuh | ||
`````````````````````` | ||
````````````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_matrix_ops.cuh | ||
|
||
hl_matrix_type.cuh | ||
`````````````````````` | ||
`````````````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_matrix_type.cuh | ||
|
||
hl_sse_matrix_kernel.cuh | ||
`````````````````````````` | ||
```````````````````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_sse_matrix_kernel.cuh | ||
|
||
Matrix Function | ||
--------------- | ||
|
||
hl_batch_transpose.h | ||
`````````````````````````` | ||
```````````````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_batch_transpose.h | ||
|
||
Sparse Matrix | ||
-------------- | ||
|
||
hl_sparse.h | ||
`````````````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_sparse.h | ||
|
||
hl_sparse.ph | ||
`````````````````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_sparse.ph | ||
|
||
Others | ||
--------------- | ||
|
||
hl_aggregate.h | ||
`````````````````` | ||
`````````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_aggregate.h | ||
|
||
hl_top_k.h | ||
`````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_top_k.h | ||
|
||
hl_table_apply.h | ||
`````````````````` | ||
```````````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_table_apply.h | ||
|
||
hl_top_k.h | ||
`````````````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_top_k.h | ||
Sparse Matrix | ||
------------- | ||
|
||
hl_sparse.h | ||
``````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_sparse.h | ||
|
||
hl_sparse.ph | ||
```````````` | ||
.. doxygenfile:: paddle/cuda/include/hl_sparse.ph |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,37 @@ | ||
Neural Networks | ||
================== | ||
Neural Network | ||
============== | ||
|
||
Base | ||
------- | ||
---- | ||
|
||
.. doxygenfile:: paddle/cuda/include/hl_gpu.h | ||
.. doxygenfile:: paddle/cuda/include/hl_cnn.h | ||
.. doxygenfile:: paddle/cuda/include/hl_functions.h | ||
.. doxygenfile:: paddle/cuda/include/hl_avx_functions.h | ||
.. doxygenfile:: paddle/cuda/include/hl_device_functions.cuh | ||
.. doxygenfile:: paddle/cuda/include/hl_gpu_functions.cuh | ||
|
||
Activation Functions | ||
----------------------- | ||
.. doxygenfile:: paddle/cuda/include/hl_activation_functions.h | ||
|
||
CNN Related APIs | ||
---------------- | ||
.. doxygenfile:: paddle/cuda/include/hl_cnn.h | ||
.. doxygenfile:: paddle/cuda/include/hl_cuda_cudnn.h | ||
|
||
RNN Related APIs | ||
----------------- | ||
---------------- | ||
|
||
.. doxygenfile:: paddle/cuda/include/hl_recurrent_apply.cuh | ||
.. doxygenfile:: paddle/cuda/include/hl_sequence.h | ||
|
||
LSTM Model | ||
`````````````` | ||
`````````` | ||
|
||
.. doxygenfile:: paddle/cuda/include/hl_lstm.h | ||
.. dpxygenfile:: paddle/cuda/include/hl_cpu_lstm.cuh | ||
.. doxygenfile:: paddle/cuda/include/hl_gpu_lstm.cuh | ||
.. doxygenfile:: paddle/cuda/include/hl_lstm_ops.cuh | ||
|
||
GRU Model | ||
```````````````` | ||
````````` | ||
|
||
.. doxygenfile:: paddle/cuda/include/hl_gru_ops.cuh | ||
.. doxygenfile:: paddle/cuda/include/hl_cpu_gru.cuh | ||
.. doxygenfile:: paddle/cuda/include/hl_gpu_gru.cuh | ||
|
||
|
This file was deleted.
Oops, something went wrong.
23 changes: 9 additions & 14 deletions
23
doc/source/cuda/utils/utils.rst → doc/source/cuda/utils.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,18 @@ | ||
Utilities | ||
=========== | ||
Utils | ||
===== | ||
|
||
HPPL Base | ||
------------ | ||
|
||
hl_base.h | ||
`````````````` | ||
--------- | ||
.. doxygenfile:: paddle/cuda/include/hl_base.h | ||
|
||
Timer | ||
----------- | ||
|
||
hl_time.h | ||
`````````````` | ||
----- | ||
.. doxygenfile:: paddle/cuda/include/hl_time.h | ||
|
||
Thread Resource | ||
----------- | ||
|
||
hl_thread.ph | ||
`````````````` | ||
--------------- | ||
.. doxygenfile:: paddle/cuda/include/hl_thread.ph | ||
|
||
Device Function | ||
--------------- | ||
.. doxygenfile:: paddle/cuda/include/hl_device_functions.cuh |
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
doc/source/gserver/activations/index.rst → doc/source/gserver/activations.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Activations | ||
============= | ||
=========== | ||
|
||
.. doxygenclass:: paddle::ActivationFunction | ||
:members: |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 8 additions & 7 deletions
15
doc/source/gserver/evaluators/evaluators.rst → doc/source/gserver/evaluators.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Gradient Machines | ||
================= | ||
|
||
Gradient Machine | ||
---------------- | ||
.. doxygenclass:: paddle::GradientMachine | ||
:members: | ||
|
||
Gradient Machine Mode | ||
--------------------- | ||
.. doxygenclass:: paddle::IGradientMachineMode | ||
:members: | ||
|
||
Multi Gradient Machine | ||
---------------------- | ||
.. doxygenclass:: paddle::MultiGradientMachine | ||
:members: | ||
|
||
TrainerThread | ||
````````````` | ||
.. doxygenclass:: paddle::TrainerThread | ||
:members: | ||
|
||
Recurrent Gradient Machine | ||
-------------------------- | ||
.. doxygenclass:: paddle::RecurrentGradientMachine | ||
:members: |
Oops, something went wrong.