qiaolongfei
f031555cfb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-merge-splited-ids
7 years ago
Qiao Longfei
431491a2a8
Merge pull request #11366 from jacquesqiao/refine-prefetch
...
Refine prefetch
7 years ago
Wu Yi
34865f2de3
Trainer send term signal ( #11220 )
...
* wip
* use executor.complete to end trainer
* fix build
* fix build with distribute off
* fix typo
* fix cmake typo
* fix build
7 years ago
Tao Luo
ca4d528b35
Merge pull request #11369 from luotao1/refine_doc
...
refine docs of elementwise_op etc.
7 years ago
Luo Tao
c4c787337a
update with comments
7 years ago
qiaolongfei
2b9ff39f5f
fix the default value prefetch_var_name_to_block_id
7 years ago
qingqing01
19fd071785
Make the normalization operator more general and fix bug in l2_normalize. ( #11348 )
...
* Add normalization operator.
1. Refine the raw norm_op and let it more general to support to normalize Tensor along any axis.
2. There is a bug in l2_normalize API, which lacks sqrt after `reduce_sum`.
3. Use norm_op to refine the l2_normalize API.
4. Fix bug in test_normalization_wrapper.py.
7 years ago
whs
adc09087c1
Add slice op. ( #11052 )
...
* Add slice op.
* Remove using from header file and fix doc.
* Fix doc
* Small fix.
7 years ago
qiaolongfei
6dd3f3cf27
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-merge-splited-ids
7 years ago
qiaolongfei
16658f7b59
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine-prefetch
7 years ago
Xin Pan
1d198494d7
Merge pull request #11370 from panyx0718/dist
...
Make status update thread-safe
7 years ago
chengduo
183377f410
Merge pull request #11306 from chengduoZH/enable_cpu_on_pe
...
Enable CPU on Parallel executor
7 years ago
qiaolongfei
83a577e8ce
fix build problem
7 years ago
qiaolongfei
fe65064827
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine-prefetch
7 years ago
Luo Tao
7bdb573d79
update with comments
7 years ago
qiaolongfei
506fc8d9e8
optimize code
7 years ago
gongweibao
d9de6b8621
Add brpc surpport. ( #11263 )
7 years ago
Xin Pan
1509ae3a53
Make status update thread-safe
...
The status is updated in the Process() thread
and can be checked in another HandleRequest() thread.
7 years ago
qiaolongfei
ea106c91e0
optimize comment and code
7 years ago
Luo Tao
7694199050
refine docs of elementwise_op etc.
7 years ago
qiaolongfei
7f4b9656a4
set status before Finish in prefetch process
7 years ago
dzhwinter
bfa3fd6f15
add inplace attribute to op_proto_maker ( #10665 )
...
* "add inplace attribute"
* "register inplace attribute"
* "change se-next model for memory-reuse"
* "fix typo"
* repick
* fix merge conflict
* "fix stupid error"
7 years ago
qiaolongfei
5aba10b585
set the thread pool of prefetch to 1 to fix a bug
7 years ago
gongweibao
9087c6687f
polish ( #11363 )
7 years ago
qiaolongfei
8fb78f6c07
fix grpc_server_test
7 years ago
chengduoZH
173d72b481
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into enable_cpu_on_pe
7 years ago
tensor-tang
b3fd9da60e
Merge pull request #11101 from mozga-intel/mozga-intel/Pool_mkldnn_layout
...
MKLDNN layout: Support for pool operator
7 years ago
chengduoZH
aadaadf735
replace use_event with use_cuda, because use_event means the program running with CUDA, so use_cuda maybe more intuitive.
7 years ago
qiaolongfei
4e36c0ecab
update prefetch logic in grpc_server
7 years ago
gongweibao
627d7a64f8
Clean `sendop` `recv` operator. ( #11309 )
7 years ago
chengduo
fa29ef0b0d
Merge pull request #11277 from chengduoZH/check_ssa_graph
...
Check SSA Graph
7 years ago
chengduoZH
961fbce8e2
follow comments
7 years ago
Yu Yang
3fd3e500cc
Merge pull request #11346 from reyoung/feature/add_lock_to_device_ctx
...
Add lock to record_event.
7 years ago
qiaolongfei
0d3d4ae775
refine prefetch logic
7 years ago
chengduoZH
7b723839ef
Add cpu test for parallel_executor_crf executor_fetch_feed, and enable these tests
7 years ago
sneaxiy
831909ce69
Merge pull request #11313 from sneaxiy/argmin_argmax
...
Add argmin and argmax op
7 years ago
chengduoZH
d24e046c1e
fix allReduce bug
7 years ago
yuyang18
a1254a86ba
Add lock to record_event.
7 years ago
Tao Luo
69b5a62c65
Merge pull request #11319 from luotao1/mkldnn
...
add FLAGS_use_mkldnn to global control use_mkldnn
7 years ago
yuyang18
9b43edeae0
Polish arg_min_max_op
...
* Remove unused arg_max/min_op.h
* Remove reference parameter. Use pointer insteaded.
* undef macro
* Always set OutT as int64_t.
7 years ago
chengduoZH
a57e8a4338
add cpu test
7 years ago
Yu Yang
9328c3cf7b
Merge pull request #11308 from reyoung/feature/polish_api_ref
...
Simplize API Reference Documentation
7 years ago
qiaolongfei
0485405b3d
add more debug string
7 years ago
Luo Tao
79d555b9f2
Merge branch 'develop' into mkldnn
7 years ago
gongweibao
062d5a56b4
Add comments to a singleton. ( #11333 )
7 years ago
mozga-intel
36031cb50f
MKLDNN layout: Support for pool operator
7 years ago
qiaolongfei
509cb0bc76
add unit test, pass the unit test
7 years ago
qiaolongfei
7cebec4b7e
init merge_ids_op
7 years ago
chengduoZH
1e731f5964
small fix
7 years ago
chengduoZH
495368c243
ADD CPU_NUM
7 years ago