Yu Yang
|
580dad0c2c
|
Fix compile when there is no mkl
|
7 years ago |
Yu Yang
|
3d53631bad
|
Make dyload strictly use the same ABI in header
|
7 years ago |
Yu Yang
|
2a06e307d0
|
Fix batch_gemm bugs
stride should be int64_t, not int
|
7 years ago |
Yancey1989
|
8aea5cac0a
|
add attr auto_grown_table
|
7 years ago |
gongweibao
|
2f53cd0a76
|
Fix beam_search memory leak. (#10185)
|
7 years ago |
ktlichkid
|
5afc2a9972
|
Keep up with upstream
Merge remote-tracking branch 'upstream/develop' into fix-10026
|
7 years ago |
Qiao Longfei
|
63bf82ddea
|
Merge branch 'develop' into add-async-listen-and-serv-op
|
7 years ago |
Yibing Liu
|
ee0497c45a
|
Merge pull request #9296 from kuke/onnx
Add design doc for the onnx convertor
|
7 years ago |
Tao Luo
|
8b2391858f
|
Merge pull request #10181 from abhinavarora/cpplint_advanced
Fix CPPLint errors with framework/op_desc
|
7 years ago |
Wu Yi
|
3fdfa940be
|
Merge pull request #10135 from typhoonzero/unify_blocking_queue
Unify fluid blocking queue
|
7 years ago |
wanghaoshuang
|
ad3f6f4ad5
|
Fix devices 'not undefined' error.
|
7 years ago |
Darcy
|
24fb35c022
|
Merge pull request #10182 from putcn/update-aws-doc
document update for aws benchmark tool
|
7 years ago |
Abhinav Arora
|
edd3587e50
|
Fix CPPLint errors with op_desc
|
7 years ago |
Yang Yang(Tony)
|
81dfc0cf0e
|
Clean up unused code in operator class (#10035)
* delete unused IsNetOp() and Rename()
* rm OperatorBase::Rename implementation
* delete Operator::InputVars()
* remove unused OperatorBase::ShareLoD; ShareLoD has been implemented in infershape
* organize operatorbase; remove unused set_type
* add comments
* fix comment
|
7 years ago |
Abhinav Arora
|
f09aed0475
|
Fix CPPLint issues in framework/data_transform framework/prune.cc (#10178)
* Fic CPPLint issues with data_transform
* Fic CPPLint issues with prune.cc
|
7 years ago |
wangyang59
|
72ee737f3f
|
Merge pull request #9308 from wangyang59/bilinear
Bilinear interp op
|
7 years ago |
Yang Yang(Tony)
|
2182ecfbbd
|
remove duplicated ShareLoD in gru_op and sequence_conv_op (#10149)
* remove share lod; it has already been performed in infershape
* slightly release test bound of test_image_classification
|
7 years ago |
gongweibao
|
6171705a2c
|
Potential bug in paddle/fluid/platform/CMakeLists.txt (#9723)
* fix
* nv_library
* add with_gpu
* revert
|
7 years ago |
gongweibao
|
fc025f5265
|
Fix memory leak of pserver (#10173)
|
7 years ago |
wanghaoshuang
|
3d96b3811a
|
Fix InitGflags.
|
7 years ago |
Tao Luo
|
44bb5dfbda
|
Merge pull request #10172 from weixing02/dataset
Add dataset for fluid api documentation
|
7 years ago |
wanghaoshuang
|
a4b452a2d6
|
Remove initP2P(bool) and init function in framework.
|
7 years ago |
Shan Yi
|
c6a7042d5f
|
Update index_en.rst (#10171)
|
7 years ago |
weixing02
|
7871d54588
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dataset
|
7 years ago |
weixing02
|
b23130d3b4
|
Add dataset to fluid api
|
7 years ago |
Yu Yang
|
4ecc9b7bae
|
Merge pull request #10166 from reyoung/feature/train_and_test_recordio
Add demo for recordio train/test and parallel executor
|
7 years ago |
wanghaoshuang
|
e4708565f4
|
Fix cpplint format.
|
7 years ago |
wanghaoshuang
|
a0b258278e
|
Reuse 'initP2P(bool, std::vector)' in 'initP2P(bool)'
|
7 years ago |
wanghaoshuang
|
f31bb1476c
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fluid_init
|
7 years ago |
Tao Luo
|
5a433ecb60
|
Merge pull request #10134 from luotao1/tensorrt_include
refine tensorrt cmake and dockerfile
|
7 years ago |
Yan Chunwei
|
576b9fdd18
|
add rnn en doc (#9809)
* add doc
* update formats
* update
* update reference
* fix format
|
7 years ago |
chengduo
|
bfbbe19fbb
|
Merge pull request #10150 from chengduoZH/fix_elementwise_gradient
Fix elementwise_gradient bug
|
7 years ago |
wanghaoshuang
|
48b7b54321
|
Refine code.
|
7 years ago |
Abhinav Arora
|
5ce57555ee
|
Fix CPPLint issues in init.cc, init.h and library_type.h (#10148)
* Fix CPPLint issues in init
* Fix compilation
* Fix typo in init.cc
* Fix CPPLint issues in library_type.h
* Fix compilation in init.h
|
7 years ago |
Tao Luo
|
ba97194ce9
|
Merge pull request #10165 from JiayiFeng/fix_Clang_compile_error
fix Clang compile errors
|
7 years ago |
chengduoZH
|
0f5d5b1ffc
|
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_elementwise_gradient
|
7 years ago |
wanghaoshuang
|
1bdea0a8d2
|
Add init interface for customize devices.
|
7 years ago |
qiaolongfei
|
8081e15774
|
fix send_recv_op_test
|
7 years ago |
Yu Yang
|
2c8fe4e544
|
Merge pull request #10143 from typhoonzero/fix_multiGPU_dist_train
Fix multi gpu dist train
|
7 years ago |
Yu Yang
|
e5f2cb8021
|
Merge pull request #10160 from JiayiFeng/develop
fix fetch_op_handle
|
7 years ago |
Yu Yang
|
54ada9449e
|
Add demo for recordio train/test and parallel executor
|
7 years ago |
Tao Luo
|
44fa823841
|
Merge pull request #9949 from mozga-intel/mozga-intel/Mul_mkldnn
Initial implementation of multiplication operator for MKLDNN
|
7 years ago |
fengjiayi
|
87f9191e42
|
fix Clang compile errors
|
7 years ago |
Yancey1989
|
e8d802159e
|
add lookup_sparse_table_op
|
7 years ago |
chengduoZH
|
d06c79c7a7
|
fix elementwise_grad op kernel and add unit test
|
7 years ago |
tangwei12
|
d67b9ced05
|
Merge pull request #9820 from seiriosPlus/quick_help
fix quick start for fluid #9660
|
7 years ago |
fengjiayi
|
00b54d5803
|
fix fetch_op_handle
|
7 years ago |
fengjiayi
|
dd5946528a
|
Merge pull request #10142 from JiayiFeng/Add_TensorCopySync
Add synchronous TensorCopy
|
7 years ago |
Xi Chen
|
e20a05702c
|
add parameter section and minor fixes
|
7 years ago |
wangyang59
|
bf021f3432
|
resize test
|
7 years ago |