liaogang
55437b58b9
Add ENVIRONMENT interface interface
8 years ago
Yu Yang
1808f888b9
Merge pull request #3538 from reyoung/feature/remove_shared_ptr
...
Feature/remove shared ptr
8 years ago
gangliao
812a64c083
Merge pull request #3534 from gangliao/mem_release
...
FIX: Release CPU/GPU memory at the end of the Program
8 years ago
liaogang
94b58a29d6
Follow comments
8 years ago
Yu Yang
16d0215be5
Merge branch 'feature/remove_shared_ptr' of github.com:reyoung/Paddle into feature/remove_shared_ptr
8 years ago
Yu Yang
1365f2d15e
Remove R-Value reference in AddOp
...
Fit Google C++ Style
8 years ago
Yancey
47f380bb47
fix ldconfig ( #3547 )
8 years ago
Yu Yang
192c55ff58
Merge branch 'develop' into feature/remove_shared_ptr
8 years ago
Yu Yang
b028e32599
Merge branch 'develop' of github.com:baidu/Paddle into feature/remove_shared_ptr
8 years ago
Yu Yang
225579b9d9
Remove own for add_op
...
* add_op could take a unique_ptr or a const reference. If unique_ptr is
taken, the NetOp will take care of that operator's life cycle. If a
const reference is taken, that op will be Cloned.
8 years ago
Yu Yang
9806e7f289
Merge pull request #3522 from reyoung/feature/clone_op
...
Feature/clone op
8 years ago
Yu Yang
4932f7529f
Merge branch 'develop' of github.com:baidu/Paddle into feature/remove_shared_ptr
8 years ago
Yu Yang
4b148d0afd
Fix typo
8 years ago
liaogang
d8560ec2e8
Fix scatter_test
8 years ago
liaogang
3f9fe62487
Fix typo error
8 years ago
liaogang
ff5bfc1c89
Google style for header file includes
8 years ago
liaogang
33228cacdd
Fix typo error
8 years ago
liaogang
2f7489fbd5
change use_pinned_memory to true for cpu
8 years ago
liaogang
ac02fb82d7
FIX: tensor memory must be gaven back to buddy allocator for free
8 years ago
fengjiayi
ac61f78474
Merge pull request #3512 from Canpio/move_OpRegistry_functions
...
Move OpRegistry functions to .cc file and move `OpMaker` to module operator
8 years ago
Yu Yang
f15e083098
Remove std::shared_ptr in Python & C++
...
* Also simplify pybind implementation by using OperatorBase as holder
type.
8 years ago
whs
462d3e9129
Merge pull request #3526 from wanghaoshuang/fix_sgd_doc
...
Fix sgd trainer document error.
8 years ago
Yiqun Liu
2ed82e230a
Merge pull request #3528 from Xreki/capi_get_layer_output
...
Add a c-api interface to get the output of a specified layer.
8 years ago
wanghaoshuang
4be8189a80
Modify pserver_spec's doc.
8 years ago
liaogang
8f80f5bc79
FIX: Release CPU/GPU memory via deleter
8 years ago
Yu Yang
7f5338a70c
Merge branch 'develop' of github.com:baidu/Paddle into feature/remove_shared_ptr
8 years ago
Yu Yang
8c653ba76a
Complete remove std::shared_ptr
8 years ago
gangliao
8fe6db3dc7
Merge pull request #3527 from reyoung/feature/enforce_when_dl_info_not_found
...
Fix bug of enforce when dladdr not found
8 years ago
Yu Yang
f7d32c614d
Fix bug of enforce when dladdr not found
...
* Wrong Printf format before
8 years ago
Liu Yiqun
5d18aaf822
Add a c-api interface to get the output of a specified layer.
8 years ago
wanghaoshuang
fd107ae550
Modify pserver_spec's doc.
8 years ago
Tao Luo
fdd7cad4d5
Merge pull request #3503 from luotao1/warpctc
...
add shared warpctc lib in whl
8 years ago
Luo Tao
2d2cc2f5ce
Merge branch 'develop' into warpctc, fix conflicting files
8 years ago
Yu Yang
c7f2532594
Merge branch 'develop' of github.com:baidu/Paddle into feature/clone_op
8 years ago
wanghaoshuang
3a5383be25
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_sgd_doc
8 years ago
wanghaoshuang
57d96f88e1
Fix document error.
8 years ago
Yancey
0f8688192c
Fix invalid paddle binary file path ( #3421 )
...
Fix invalid paddle executable file path with pip install
8 years ago
Yu Yang
1425387570
Using unique_ptr instead of raw ptr
...
Fit google C++ style
8 years ago
Luo Tao
573ab04cdc
Merge branch 'develop' into warpctc
8 years ago
Yu Yang
a0d77533f0
Rename Ctor -> Constructor
...
Make code more clearer
8 years ago
gangliao
efdb4aa2ca
Merge pull request #3497 from QiJune/implement_EigenCudaStreamDevice
...
Implement EigenCudaStreamDevice
8 years ago
Yu Yang
3e52343dc1
Add comments
8 years ago
Tao Luo
c94a324caa
Merge pull request #3516 from tensor-tang/doc
...
use param header to save mkldnn format info
8 years ago
Yu Yang
29d892c13c
Add Clone Method For OperatorBase
...
* Clone method will create a new object instance, which is as same as
itself.
* This is the first step to remove shared_ptr for OperatorBase
8 years ago
tensor-tang
137a05eb75
update
8 years ago
tensor-tang
0d2ab5e993
use param header to save mkldnn format info
8 years ago
qijun
13c20ad39e
remove --default-stream per-thread nvcc flag
8 years ago
Yan Chunwei
c307ee303b
clang format with version check ( #3513 )
...
* add clang-format with version check 3.8
* improve doc
8 years ago
fengjiayi
7bc60b0273
Move OpRegistry functions to .cc file and move OpMaker to Op module
8 years ago
Luo Tao
79a336b78f
add shared warpctc lib in whl
8 years ago