Yancey1989
|
fd144954ed
|
redefine api test=develop
|
6 years ago |
Yancey1989
|
4a4ccac1d0
|
update by comment test=develop
|
6 years ago |
Yancey1989
|
4f304eaa6f
|
fix unittest test=develop
|
6 years ago |
Yancey1989
|
c722b1dcb6
|
Merge branch 'develop' of github.com:PaddlePaddle/Paddle into parallel_graph_mode
test=develop
|
6 years ago |
Zeng Jinle
|
1b564bc49a
|
Merge pull request #14670 from sneaxiy/refactor_eager_deletion
Rewrite eager deletion
|
6 years ago |
SunGaofeng
|
e3c4b0dace
|
this is for psroi_pool op, test=develop (#14796)
* Add psroi_pool operator.
|
6 years ago |
Yancey1989
|
1bac8f918c
|
fix api.spec test=develop
|
6 years ago |
sneaxiy
|
2328bee1cc
|
fix Windows compile bug
test=develop
|
6 years ago |
Yancey1989
|
affdd70976
|
fix api.spec test=develop
|
6 years ago |
Yancey1989
|
23eb8c4299
|
fix ci test=develop
|
6 years ago |
Xin Pan
|
30aad88449
|
Merge pull request #14839 from panyx0718/infer3
fix clang
|
6 years ago |
chengduo
|
582011ba76
|
Add L2 unit test (#14792)
* add l2 unit test
test=develop
* code refine
test=develop
|
6 years ago |
Wu Yi
|
f95ee9c09f
|
fix nccl dist test acc (#14867)
* fix nccl dist test acc test=develop
* fix test=develop
|
6 years ago |
Yancey1989
|
106e285236
|
add unittest for parllelgraph mode test=develop
|
6 years ago |
Tao Luo
|
66b6e473d0
|
Merge pull request #14732 from Sand3r-/mgallus/mkldnn-concat
[MKL-DNN] Concat Layer
|
6 years ago |
sneaxiy
|
e82772f425
|
fix cmake conflict
test=develop
|
6 years ago |
sneaxiy
|
0c554a59fa
|
merge develop
test=develop
|
6 years ago |
Yibing Liu
|
6951ef9a55
|
Fix the gelu backward to avoid nan (#14857)
* Fix the gelu backward to avoid nan
test=develop
* Remove unnecessary calls
test=develop
|
6 years ago |
Tao Luo
|
322bb8d5c5
|
Merge pull request #14825 from NHZlX/add_benchmark_for_trt
an sample of recording benchmark to file for trt
|
6 years ago |
Qiao Longfei
|
3668f07965
|
Merge pull request #14844 from jacquesqiao/pserver-should-crash
pserver should crash early whe has problem
|
6 years ago |
flame
|
dd3aca3b96
|
Merge pull request #14824 from Superjomn/fix/visualizer
fix visualizer
|
6 years ago |
tensor-tang
|
d846fb03a8
|
Merge pull request #14807 from baojun-nervana/ngraph_follow_up
Follow ups on nGraph PR comments
|
6 years ago |
sneaxiy
|
ca84c2ca8f
|
merge develop
test=develop
|
6 years ago |
sneaxiy
|
06f8aa5b97
|
remove while_op support temporarily
test=develop
|
6 years ago |
Yu Yang
|
8175983ef9
|
Merge pull request #14814 from reyoung/feature/gprof
Add gperftools supports for PE
|
6 years ago |
Yu Yang
|
eeca721a99
|
Merge pull request #14842 from reyoung/feature/refine_eigen_tensor
Fix Eigen macro when using GPU
|
6 years ago |
Yihua Xu
|
acc6ae49b1
|
Fix the issue to run on AVX2 and AVX512F machines (#14851)
test=develop
|
6 years ago |
Yancey1989
|
5cc83f79bf
|
update by comment
|
6 years ago |
nhzlx
|
8c8019e388
|
Merge branch 'develop' of https://github.com/paddlepaddle/paddle into add_benchmark_for_trt
test=develop
|
6 years ago |
Yancey1989
|
82726402be
|
exception safe
|
6 years ago |
Michal Gallus
|
92daace55c
|
MKL-DNN Concat: Fix segfault related to referencing deleter memory primitive
test=develop
|
6 years ago |
Yu Yang
|
9f8d86858e
|
Revert data_type
test=develop
|
6 years ago |
Xin Pan
|
45fb357b60
|
Merge pull request #14456 from tink2123/fix_weightaverage
fix the wrong format
|
6 years ago |
Yu Yang
|
5e60906996
|
Fix compile error
test=develop
|
6 years ago |
Qiao Longfei
|
1870262ba9
|
pserver should crash early whe has problem
test=develop
|
6 years ago |
Yu Yang
|
7604b1ad51
|
Fix Eigen macro when using GPU
The macro should be defined by compiler rather than by source.
test=develop
|
6 years ago |
Qiao Longfei
|
1213e2838f
|
Merge pull request #14820 from jacquesqiao/fix-split-selected-rows
split selected rows op should always init output selected rows
|
6 years ago |
nhzlx
|
644c13a387
|
fix compile error
|
6 years ago |
sneaxiy
|
7923042365
|
merge develop
test=develop
|
6 years ago |
Qiao Longfei
|
0a7c7e97af
|
test zero output of split_selected_rows_op
test=develop
|
6 years ago |
Tao Luo
|
3243b45bb2
|
Merge pull request #14651 from luotao1/has_attr
add Opdesc's HasProtoAttr
|
6 years ago |
Xin Pan
|
1735022a1b
|
fix clang
test=develop
|
6 years ago |
dzhwinter
|
00776b167a
|
fix memory opt skip set by name (#14774)
* random failed. rerun ci. test=develop
* windows failed. rerun ci. test=develop
|
6 years ago |
zhang wenhui
|
c4c5f0b8ca
|
Merge pull request #14771 from frankwhzhang/bpr
add bpr_loss operator
|
6 years ago |
Tao Luo
|
067ed70f2d
|
add HasProtoAttr function in op_desc.h, clean node.h
test=develop
|
6 years ago |
Yancey1989
|
79082c9459
|
fix pyreader failed
|
6 years ago |
Xin Pan
|
ed9cdb56f3
|
Merge pull request #14823 from panyx0718/fix
fix control_flow ops in outs
|
6 years ago |
Yu Yang
|
b22d638d8f
|
Speed up SizeOfType
test=develop
|
6 years ago |
Xin Pan
|
4a716a70c6
|
Merge pull request #14811 from panyx0718/revert-14782-revert-14398-imperative
Imperative
|
6 years ago |
nhzlx
|
a5bfed3776
|
Merge branch 'develop' of https://github.com/paddlepaddle/paddle into add_benchmark_for_trt
test=develop
|
6 years ago |