dzhwinter
1eb3d6cdb2
"rerun ci"
7 years ago
dzhwinter
09b69114e3
Merge remote-tracking branch 'origin/develop' into fix/mixed_vector
7 years ago
Siddharth Goyal
78949c073e
Inference example for image_classification and unit_test for "inference" ( #8020 )
...
* First basic implementation
* Add infer example for image_classification
* Address review comments: round 1
7 years ago
dzhwinter
179b78934a
"fix CopyToPeer"
7 years ago
Yu Yang
84994608df
Merge pull request #8181 from reyoung/feature/add_exception_for_thread_pool
...
Add RunAndGetException in threadpool
7 years ago
dzhwinter
709c157a2f
"fix ci"
7 years ago
dzhwinter
17b1c369b1
"fix ci"
7 years ago
chengduo
a07b7510ec
Merge pull request #8179 from chengduoZH/feature/refine_buffer_receive
...
Refine buffer receive
7 years ago
Yang Yu
c966c28130
Add RunAndGetException in threadpool
...
Change the behaviour of thread pool. Thread pool will ignore the
thrown exception implicitly. It is hard to debug.
Corrently, ThreadPool::Run will invoke `LOG(FATAL)` if an exception
thrown.
7 years ago
chengduoZH
70324911e7
refine buffer receive
7 years ago
fengjiayi
c8ba6d51c8
Merge pull request #8135 from JiayiFeng/dev_make_VarDesc_supporting_multiple_tensor
...
Add type `Reader` for `VarDesc`
7 years ago
fengjiayi
e5227c2c40
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_make_VarDesc_supporting_multiple_tensor
7 years ago
fengjiayi
9a1fa890a0
remove unnecessary comments
7 years ago
Tao Luo
445c74cd93
Merge pull request #8158 from qingqing01/nms_warning_fix
...
Fix warnings in multiclass_nms_op.cc.
7 years ago
Yiqun Liu
165450ff6c
Refine the inference unittest recognize_digits. ( #8147 )
7 years ago
Yi Wang
b0ecb36583
Rewrite the Send/Recv part of csp.md ( #8164 )
...
* Update csp.md
* Update csp.md
* Update csp.md
7 years ago
emailweixu
b15c675530
Merge pull request #7421 from emailweixu/fetch_var
...
helper functions fetch_var and get_var
7 years ago
Abhinav Arora
1ead6c2691
Add proposed fluid syntax for select statement in Fluid's implementation of CSP ( #7908 )
...
* Add proposed fluid syntax for select statement in Fluid's implementation of CSP
* Fix Typo
7 years ago
kavyasrinet
497a131e53
Proposing Python syntax for send and recv in design doc ( #8093 )
...
* Adding send and recv in design doc
* fix typo
* fixed code
* Adding threading
7 years ago
chengduo
471682597b
Merge pull request #8151 from chengduoZH/fixbug/prior_box
...
Refine prior_box_op
7 years ago
qingqing01
e9e2424921
Fix warnings in multiclass_nms_op.cc.
7 years ago
Tao Luo
845058ae51
Merge pull request #8145 from luotao1/api_sphinx
...
add independent sphinx tree for api
7 years ago
chengduoZH
f367ad6c6c
add "inline" for ClipFunctor and refine code
7 years ago
chengduoZH
d7a371cbf2
follow comments
7 years ago
chengduoZH
93734a7913
fix bug
7 years ago
dzhwinter
f18f3826dc
"parallel op set lod after copy "
7 years ago
dzhwinter
239fafb0d3
"test on parallel do op"
7 years ago
Luo Tao
4e52026476
add independent sphinx tree for api
7 years ago
dzhwinter
07dd3d25b3
"fix const warning"
7 years ago
dzhwinter
a402d2b392
"fix condition"
7 years ago
dzhwinter
63320f722c
"add some interfaces"
7 years ago
fengjiayi
0d03cab5e9
fix a compile error
7 years ago
fengjiayi
7dabee2796
Add type Reader for VarDesc
...
Add a new type `Reader` for `VarDesc`, which can holds more than one
LoDTensor.
7 years ago
Tao Luo
be815dd006
Merge pull request #8076 from luotao1/make_clean
...
Add `make clean` in docker/build.sh
7 years ago
Tao Luo
cea0d68d33
Merge pull request #8123 from luotao1/mobile_doc
...
remove duplicated mobile index
7 years ago
Luo Tao
eef381d074
remove duplicated mobile index
7 years ago
Luo Tao
a169067e40
Merge branch 'develop' into make_clean
7 years ago
Luo Tao
96d4bf5337
prevent make clean from cleaning ExternalProject boost
7 years ago
Yan Chunwei
6f28084b4d
debug/format protobuf to human-readable codes ( #8086 )
7 years ago
Yibing Liu
f3d59232a0
Merge pull request #8116 from kuke/fix_profiler
...
Fix the error when sorted_key is none in profiler
7 years ago
Abhinav Arora
1d2dd9c4a5
Close buffered channel should unblock the blocked senders and receivers ( #8109 )
7 years ago
Yibing Liu
be65516876
Fix the error when sorted_key is none in profiler
7 years ago
chengduo
b60da6729f
Refine buffer channel ( #8098 )
...
* refine buffer channel
* refine Receive and Send
* follow comments
7 years ago
kavyasrinet
022e5dee8e
Added more receivers less senders. Receivers should block. ( #8061 )
...
* Adding more receivers less senders
* Added more receivers less senders
* Added more send
* Updated comment
* Fixed code style
* Fixing review comments
7 years ago
chengduo
25d5686169
Merge pull request #8094 from abhinavarora/fix_buff_channel_close
...
Buffered channel should notify both condition variables on close
7 years ago
Abhinav Arora
dbe06551b8
Channel should notify both condition variables on close
7 years ago
xuwei06
37a251ebaf
Fix copyright for test_fetch_var.py
7 years ago
Zhaolong Xing
d059951174
Merge pull request #7885 from NHZlX/add_depthwiseConv_op_gpu
...
Add depthwise conv op gpu
7 years ago
xzl
3074ae7b8d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_depthwiseConv_op_gpu
7 years ago
fengjiayi
71bd0dfa25
Merge pull request #8087 from JiayiFeng/simplify_infershape_code
...
simplify shape inference code
7 years ago