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
Yu Yang
c00e07cda0
Fix distribute compile
...
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
81520a24cf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/refine_eigen_tensor
6 years ago
Yu Yang
9bd70a1e04
Change tensor uses proto::VarType::type
...
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
dengkaipeng
7ec3264b51
fix API spec. test=develop
6 years ago
Yihua Xu
acc6ae49b1
Fix the issue to run on AVX2 and AVX512F machines ( #14851 )
...
test=develop
6 years ago
nhzlx
8c8019e388
Merge branch 'develop' of https://github.com/paddlepaddle/paddle into add_benchmark_for_trt
...
test=develop
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
dengkaipeng
a81fabd327
fix doc errors. test=develop
6 years ago
dengkaipeng
cf06e50f1d
add doc for adaptive pool. test=develop
6 years ago
dengkaipeng
266c6856c9
add adaptive pool 2d & 3d. test=develop
6 years ago
dengkaipeng
eab4745965
add adaptive mode for pool.
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
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
nhzlx
afc51e6f82
add benchmark for trt
6 years ago
Zhaolong Xing
bc6d0a3427
Merge pull request #14762 from NHZlX/fix_bug_of_trt_pool
...
fix bug of trt pool2d converter
6 years ago
Cheerego
a71b013268
Merge pull request #14819 from PaddlePaddle/shanyi15-patch-1
...
update README to 1.2
6 years ago
Wu Yi
554bcdbdfc
add more log for dist test for ci test=develop ( #14813 )
...
* add more log for dist test for ci test=develop
* increase deadline test=develop
6 years ago
superjomn
edd1f5a92b
fix visualizer
...
test=develop
6 years ago
Xin Pan
f5434507f0
fix control_flow ops in outs
...
test=develop
6 years ago
Brian Liu
9623b45f40
Remove unnecessary MKLDNN reorder ( #14799 )
...
When data flow from a MKLDNN OP kernel to a non-MKLDNN OP kernel,
data layout transform (via MKLDNN reorder) will occur even when
those two OP kernels share same layout. Add code to remove this
unnecessary reorder.
test=develop
6 years ago
frankwhzhang
90c7f9870e
fix 'name', test=develop
6 years ago
Qiao Longfei
abf140289f
split selected rows op should always init output selected rows
...
test=develop
6 years ago
nhzlx
019e8bbed2
fix comments test=develop
6 years ago
Zeng Jinle
cc49a8be23
Merge pull request #14817 from sneaxiy/add_cuda_cudnn_version_checkout
...
Add cuda cudnn version check
6 years ago
Qiyang Min
b4b84d7450
Merge pull request #14781 from velconia/fix_numpy_bug
...
Fix numpy bug on Ubuntu16 and Ubuntu18 which will cause segmentfault
6 years ago