yuyang18
08295f9877
Add build strategy
7 years ago
yuyang18
c06b44834e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/exec_strategy
7 years ago
yuyang18
e5281b3c2d
Clean code & add execution strategy
7 years ago
Tao Luo
8c7d2e2984
Merge pull request #10576 from jczaja/prv-reuse-mkldnn-softmax-primitives
...
Reusing of softmax mkldnn primitives
7 years ago
Yu Yang
9923be5d10
Merge pull request #10546 from chengduoZH/feature/change_pe_strategy
...
Balance parameter_opt between cards
7 years ago
baiyf
43b6d4f8cb
put detection op together ( #10595 )
7 years ago
Yu Yang
05a96db67f
Merge branch 'develop' into feature/matmul_support_float16_double
7 years ago
Jacek Czaja
7bf00c3a93
- First draft of reusing of softmax mkldnn primitives
...
- Added hash function inside of MKLDNN softmax op to be used as handle for primitives stroing in a
context
- Style fixes to softmax mkldnn op
- Fixes after review
- Coding style
- Fix to style
- style fixes
- style fix
- style fixes
- Fix to cody style check
- Rephrasing a comment
7 years ago
yuyang18
54cbf799d6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/change_pe_strategy
7 years ago
chengduoZH
97cb5479ae
change PE strategy
7 years ago
chengduo
18f527bfa3
Merge pull request #10586 from jacquesqiao/fix-compile
...
Fix compile on mac
7 years ago
Yu Yang
046405e091
Merge pull request #10486 from reyoung/feature/clean_op_maker
...
Clean OpProtoAndCheckerMaker
7 years ago
qiaolongfei
3c2a6109ec
fix build computation_op_handle
7 years ago
qiaolongfei
07d94bdd82
fix compile fetch_op_handle on mac
7 years ago
yuyang18
66590a0b88
Fix typo in blas_impl.h
7 years ago
yuyang18
ad2e420623
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/matmul_support_float16_double
7 years ago
Lei Wang
f3ffec23cf
CI: exit when fail any step. ( #10579 )
7 years ago
Siddharth Goyal
283c4dbe57
Add FP16 option in save_combine_op ( #10471 )
...
* Add FP16 option in save_combine_op
* Fix casting issue
7 years ago
Siddharth Goyal
28a6037bb8
Fix lod check in FP16 test for save_op ( #10508 )
7 years ago
chengduo
ce72c3ff26
Merge pull request #10476 from chengduoZH/refine_parallel_exe
...
Clean Parallel exe
7 years ago
chengduoZH
a89cd46700
Wait VarDummyHandle generated
7 years ago
Wu Yi
61343fbf53
Merge pull request #10531 from typhoonzero/refine_grpc_serde_code
...
Refine serde code
7 years ago
yuyang18
27197290dc
matmul support float16/double
7 years ago
Yu Yang
705e7345d0
Merge pull request #10449 from reyoung/feature/clean_matmul
...
Rewrite Matmul, make code cleaner
7 years ago
yuyang18
613d3ef084
Fix compile error
7 years ago
Yu Yang
36653587e9
Merge pull request #10475 from gmcather/develop
...
add prependAllocatedop
7 years ago
Kexin Zhao
cc75e84d05
Merge pull request #10541 from kexinzhao/load_fp16
...
Add float16 support to load op
7 years ago
yuyang18
ad594b9b70
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/clean_matmul
7 years ago
reyoung
a0c413833d
Polish Dctor
7 years ago
typhoonzero
796a448ce4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_grpc_serde_code
7 years ago
reyoung
b0ca371f11
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/clean_op_maker
7 years ago
Tao Luo
28de0ea404
Merge pull request #10545 from luotao1/fix_tensorrt_engine
...
fix tensorrt_engine compiler error
7 years ago
typhoonzero
602aa43322
cast data type
7 years ago
Luo Tao
4a5ebb6806
fix tensorrt_engine compiler error
7 years ago
Kexin Zhao
aa2635fe65
clean code
7 years ago
Kexin Zhao
cbf502e5d4
fix error
7 years ago
Kexin Zhao
270a87fb66
add load op fp16 mode test
7 years ago
Kexin Zhao
eb95417e05
initial commit
7 years ago
Xin Pan
dcb77813aa
Revert "CI: rerun failed tests. ( #10536 )"
...
This reverts commit 0446220e01
.
Reason:
Rerun failed test hides flaky test.
Flaky test can be bugs, for example, race condition.
Test shouldn't be flaky, if a test is flaky, it should be fixed.
7 years ago
Lei Wang
0446220e01
CI: rerun failed tests. ( #10536 )
...
* CI: rerun failed tests.
* fix check style error.
7 years ago
chengduoZH
830532213a
extract method from broadcast::RunImpl
7 years ago
typhoonzero
a2de156dfa
refine serde code
7 years ago
Tao Luo
303277f002
Merge pull request #10437 from panyx0718/infer2
...
Add a multi-dim add layer test.
7 years ago
Yan Chunwei
819038113e
Feature/engine refactor ( #10497 )
...
* init refactor
* init
* update some comment
* fix build
* fix errorrr
* fix bug
* fix comment
* update
7 years ago
Yan Chunwei
6eeb819538
feature/inference analysis dot ( #10494 )
7 years ago
Xin Pan
6728d96d89
follow comments
7 years ago
Xin Pan
3de43a87ef
Add a multi-dim add layer test.
...
We need to figure out if tensorrt
use row-major or col-major for tensor
layerout inorder to do conversion.
7 years ago
chengduoZH
93368aac23
Merge develop
7 years ago
chengduoZH
9eec2c7509
refine pe
7 years ago
Kexin Zhao
170ac721b6
remove unnecessary tensor copy in save op
7 years ago