minqiyang
42d1b3f786
Fix numpy bug on Ubuntu16 and Ubuntu18 which will cause segmentfault
...
test=develop
6 years ago
Tao Luo
743cb840f1
update with comments
...
test=develop
6 years ago
wangguibao
5a2cd4505b
AsyncExecutor bugfix: Tensor to LoDTensor
...
test=develop
6 years ago
wangguibao
5f98d80039
AsyncExecutor bugfix: Tensor change to LoDTensor
6 years ago
flame
f6a877bc57
add tool to visualize inference model ( #14621 )
6 years ago
frankwhzhang
b51df39874
update , test=develop
6 years ago
frankwhzhang
93551a3440
update API.spec
6 years ago
Tao Luo
42359e88a4
clean code
...
test=develop
6 years ago
Tao Luo
923b18877e
Merge branch 'develop' into memory_load
...
test=develop
6 years ago
Tao Luo
405b2486db
support loading from memory
...
test=develop
6 years ago
Xin Pan
b52f5d2870
Merge pull request #14398 from panyx0718/imperative
...
Imperative
6 years ago
frankwhzhang
272f3d3111
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bpr
6 years ago
frankwhzhang
570d89ec84
add bpr_loss operator , test=develop
6 years ago
qingqing01
549f165b59
Speed conv_fusion_op for identity activation. ( #14744 )
...
* Refine conv_fusion_op for identity activation.
* Fix unit testing.
test=develop
6 years ago
Houjiang Chen
c6b39a0099
Merge pull request #14714 from NHZlX/add_prelu_gpu
...
add prelu cuda kernel for inference.
6 years ago
Jiabin Yang
8a111ac64d
Merge pull request #14763 from junjun315/fix-mac-build-check
...
fix the bug for mac build. python -c error. test=develop
6 years ago
tensor-tang
dbe451976b
Merge pull request #14753 from tensor-tang/refine/namespace
...
remove jit namespace
6 years ago
sneaxiy
0f96c2e80f
fix thread-safety bug
...
test=develop
6 years ago
lujun
5026741b82
fix the bug for mac build. python -c error. test=develop
6 years ago
nhzlx
722b0a805f
fix bug of trt pool
...
test=develop
6 years ago
Jiabin Yang
d9bb55a1f9
Merge pull request #14756 from JiabinYang/fix_hs_op
...
fix bug in dist train on hs, test=develop
6 years ago
Xin Pan
0492158da5
polish
...
test=develop
6 years ago
Yihua Xu
65dbc7cca4
Merge branch 'develop' into develop_4f71a6ee2_conv3d_mkldnn_opt
6 years ago
JiabinYang
e05e1d7d88
fix bug in dist train on hs, test=develop
6 years ago
tensor-tang
4a93db9288
remove jit namespace
...
test=develop
6 years ago
Hongyu Liu
8cda28f345
Merge pull request #14733 from phlrain/add_cudnn_5_support
...
Add cudnn 5 support
6 years ago
Xin Pan
73b4d1aa72
Merge pull request #14742 from panyx0718/infer2
...
support customized kernel selection
6 years ago
Jiabin Yang
21c0f8749e
Merge pull request #14728 from JiabinYang/optimize_hs_op
...
Optimize hs op
6 years ago
Xin Pan
82d68281c0
follow comments
...
test=develop
6 years ago
Xin Pan
b4db31bad0
fix test
...
test=develop
6 years ago
sneaxiy
900765224c
fix deallocate bug
...
test=develop
6 years ago
liuhongyu
b408fc4dac
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_5_support
6 years ago
liuhongyu
8b2898e201
fix bug of formate; test=develop
6 years ago
Xin Pan
41c28d54c6
allow customize kernel selection
...
test=develop
6 years ago
Xin Pan
439af8d50a
Merge pull request #14717 from panyx0718/infer
...
fix a const_cast and avoid using stale program.
6 years ago
Wu Yi
e2011f1353
test dist ut fixes test=develop ( #14706 )
...
* test dist ut fixes test=develop
* fix cmake
* for test
6 years ago
lujun
104a332a28
Merge pull request #14722 from junjun315/up-12-python-install
...
fix mac ci test step, test=develop
6 years ago
liuhongyu
773dc73fbf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_5_support
6 years ago
liuhongyu
8daf67f90f
fix bugs; test=develop
6 years ago
chengduo
04539d4c5d
Fix clip.py ( #14718 )
...
* expose square
test=develop
* fix activation
test=develop
* Add square API
test=develop
* add necessary op
* code refine
* fix API.spec
test=develop
* fix unit test
test=develop
* add unit test sparse_grad_clip
test=develop
* fix API.spec
test=develop
* remove mac test for test_gradient_clip
test=develop
* remove selectedrows_mul_tensor
test=develop
6 years ago
sneaxiy
d0c8b9b9b3
remove timeout unittest
...
test=develop
6 years ago
Michal Gallus
87eb8b0e28
Set cpu only for MKL-DNN concat UTs
...
test=develop
6 years ago
Xin Pan
052cc5f538
Merge pull request #14725 from ZongwuYang/my-cool-stuff
...
My cool stuff
6 years ago
Michal Gallus
6fdbb365ce
Include MKL-DNN header to concat op only when flag is set
...
test=develop
6 years ago
Michal Gallus
f2a880421e
Fix style @ concat integration and tests
...
test=develop
6 years ago
Michal Gallus
738069e491
Refactor MKL-DNN Concat
...
test=develop
6 years ago
Michal Gallus
208f912512
Implement MKL-DNN Concat
...
test=develop
6 years ago
Wu Yi
29d9fb53fc
[Feature] multi process multi gpu dist training, boost v100 performance by 20% ( #14661 )
...
* wip multi process multi gpu dist training
* workable for p2p
* update test=develop
* change back env name test=develop
* fix alloc init
* fix cpu build test=devlop
* fix mac tests test=develop
* refine code
* refine test=develop
6 years ago
sneaxiy
a9093c2775
fix conflict
...
test=develop
6 years ago
liuhongyu
e80402fd0e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_5_support
6 years ago