Yu Yang
|
040fc1c39b
|
Fix bug in cudnn_determistic
* Introduced by #11205
|
7 years ago |
Qiao Longfei
|
690625fe15
|
Merge pull request #12456 from jacquesqiao/add-profiler-to-pserver
Add profiler to pserver
|
7 years ago |
dzhwinter
|
6d3da458a7
|
Fix/float16 style (#12446)
* "rewrite the test case"
* "follow comment"
|
7 years ago |
qiaolongfei
|
7e46a8d172
|
fix logical bug, optimize code
|
7 years ago |
qiaolongfei
|
d04dca3798
|
revert cmakelist
|
7 years ago |
qiaolongfei
|
0b62f61d29
|
add init flag in __init__.py for listen_and_serv_profile_period
|
7 years ago |
dzhwinter
|
91fb0156ca
|
Memory/reshape op (#12414)
* "remove inplace in single op"
* "fix ci"
* "add transpiler case"
* fix conflict
* "fix reshape"
* "delete reshape inplace attr"
* "follo the comments"
* "rerun ci"
|
7 years ago |
Xin Pan
|
9751345152
|
Merge pull request #12455 from jacquesqiao/fix-mac-build-graph_executor
fix mac build of graph_executor
|
7 years ago |
qiaolongfei
|
b4496ee442
|
Merge branch 'fix-mac-build-graph_executor' of ssh://github.com/jacquesqiao/Paddle into add-profiler-to-pserver
|
7 years ago |
qiaolongfei
|
c8c8c01a23
|
fix mac build of graph_executor
|
7 years ago |
qiaolongfei
|
0b861bbca9
|
add profiler for listen_and_serv op
|
7 years ago |
Zhaolong Xing
|
7ae73e33da
|
Merge pull request #12432 from Superjomn/fea/analysis-ssa
inference analysis supports SSA
|
7 years ago |
Qiao Longfei
|
271b72460f
|
Merge pull request #12445 from jacquesqiao/fix-dis-trans
Fix dist trans
|
7 years ago |
tensor-tang
|
059b27840c
|
Merge pull request #12408 from tensor-tang/refine/im2col
Refine CPU im2col padding with 1
|
7 years ago |
Superjomn
|
15c2f1abb3
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fea/analysis-ssa
|
7 years ago |
Qiao Longfei
|
b0cf1fe3be
|
Merge pull request #12430 from jacquesqiao/add-test-for-split-ids-op
Add test for split ids op
|
7 years ago |
qiaolongfei
|
f761874b22
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-dis-trans
|
7 years ago |
qiaolongfei
|
236fc1bd38
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-test-for-split-ids-op
|
7 years ago |
qingqing01
|
f372f27e3f
|
Hidden APIs for While, StaticRNN, ParallelDo. (#12332)
* Hidden APIs for While, StaticRNN, ParallelDo.
|
7 years ago |
Xin Pan
|
4b8ae523c4
|
Merge pull request #12367 from panyx0718/ir_pass
Ir pass
|
7 years ago |
qiaolongfei
|
f4c4c6179c
|
optimize unit test of test_split_ids_op
|
7 years ago |
Qiao Longfei
|
297cbeb1c6
|
Merge pull request #12439 from jacquesqiao/CheckTensorNANOrInf-support-selectedrows
CheckTensorNANOrInf support checking SelectedRows
|
7 years ago |
dzhwinter
|
39ac9e39c2
|
float16 type support enhance (#12181)
* cherry picked
* "cherry picked platform"
* "add comment"
* "fix ci"
|
7 years ago |
qiaolongfei
|
3033841b4a
|
CheckTensorNANOrInf support checking SelectedRows
|
7 years ago |
Xin Pan
|
19ef4bab4c
|
Merge pull request #12418 from panyx0718/fix_dist_seed
Fix dist seed
|
7 years ago |
qiaolongfei
|
147bf00ffe
|
clear mutable rows for the output of split_ids_op
|
7 years ago |
qiaolongfei
|
4e0f5c2ae8
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-test-for-split-ids-op
|
7 years ago |
qiaolongfei
|
91b114a787
|
change map to unordered_map
|
7 years ago |
tensor-tang
|
d8d2dbcfac
|
further optimize im2col using variables
|
7 years ago |
Xin Pan
|
ccf9d3a492
|
Merge pull request #12433 from panyx0718/fix
fix SERIAL tests
|
7 years ago |
Superjomn
|
4d2405d851
|
inference analysis support ssa
|
7 years ago |
Xin Pan
|
7a192d9e70
|
fix SERIAL tests
|
7 years ago |
qiaolongfei
|
41693b6ae7
|
optimize code
|
7 years ago |
qiaolongfei
|
91f63cd401
|
fix split_ids_op and add unit test
|
7 years ago |
qiaolongfei
|
2aa732ba34
|
fix distribute transpiler to optimize selected rows
|
7 years ago |
tensor-tang
|
5373fe29c2
|
Merge remote-tracking branch 'ups/develop' into refine/im2col
|
7 years ago |
Xin Pan
|
412ad81644
|
keep seed in dist transpiler
better test
|
7 years ago |
Xin Pan
|
02c31458bb
|
Merge pull request #12417 from panyx0718/add_dist_deps
properly set up dep of concat and fetch_bar
|
7 years ago |
Xin Pan
|
edc32c0896
|
Merge pull request #12416 from velconia/fix_hung_up
Fix inference api impl deps
|
7 years ago |
Xin Pan
|
25706d0868
|
properly set up dep of concat and fetch_bar
|
7 years ago |
minqiyang
|
e96fef2cf7
|
Fix inference api impl deps
|
7 years ago |
Xin Pan
|
4abcb1b8e7
|
Merge pull request #12409 from panyx0718/add_dist_deps
add distributed training deps.
|
7 years ago |
Qiyang Min
|
7da453630e
|
Merge pull request #12403 from velconia/fix_hang_up
Fix grpc destroy bug
|
7 years ago |
Xin Pan
|
398cfb47b1
|
disable dist_se_resnext since it's not stable yet.
fix fluid_benchmark.py
|
7 years ago |
Tao Luo
|
5a634786af
|
Merge pull request #12312 from luotao1/unify
unify libpaddle_inference_api and libpaddle_fluid
|
7 years ago |
Bai Yifan
|
e12b1d1792
|
Add flatten op (#12341)
* add flatten op
|
7 years ago |
Luo Tao
|
062556f938
|
Merge branch 'develop' into unify
|
7 years ago |
Xin Pan
|
5fff8d7a55
|
add distributed training deps.
|
7 years ago |
Wu Yi
|
4dbcb975f7
|
Enable dist se resnext (#12365)
* enable dist se resnext
* small batch size
|
7 years ago |
chengduo
|
2409d0f710
|
Refine regularization for selected_rows (#12369)
* refine regularization for selected_rows
* clean lookup_table
* refine rpc_server_test
* temporally disable rpc_server_test
* fix rpc_server_test
* add unit test
|
7 years ago |