Commit Graph

7176 Commits (990d6396fed3708d1f1eaa5ad87a9a4c3e841c5c)

Author SHA1 Message Date
chengduo 597ba3f3f2 add more times close test (#9215)
7 years ago
yangyaming 869a6f9cea Add python wrapper.
7 years ago
yangyaming ea788fc5df Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-9171
7 years ago
fengjiayi 3bcffd495e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_MultiEpochReader
7 years ago
Liu Yiqun 961151f17a Disable the link flags on Mac.
7 years ago
fengjiayi d9868b0839 Add multi_pass_reader
7 years ago
Xin Pan 898e0ffa21
Merge pull request #9190 from panyx0718/p2p
7 years ago
Xin Pan ce55975bb5 fix
7 years ago
Xin Pan 18ac6947d0 Enable P2P memory copy
7 years ago
yangyaming 332b665fc7 Enhanced cpp implementation and unit test.
7 years ago
Tao Luo c068d9c19e
Merge pull request #9065 from Xreki/core_inference_shared_library
7 years ago
fengjiayi 07d38a9b9a refine patch
7 years ago
fengjiayi a571ef382e fix bugs
7 years ago
Kexin Zhao 446d54f5c3 update
7 years ago
Kexin Zhao ffa22a5f90 fix scaling param type
7 years ago
Tao Luo c0421379b7
Merge pull request #9043 from Xreki/core_inference_remove_clone
7 years ago
Kexin Zhao e870947cfd fix batch norm fp16 param type
7 years ago
wanghaoshuang 92a01d4994 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into average_model
7 years ago
wanghaoshuang e0b136c0f9 Refine average accumulates op
7 years ago
typhoonzero 093e07d39e need to split var scopes
7 years ago
fengjiayi 3d677b1eca fix compile errors and make OpenFilesOpMaker derived from FileReaderMakerBase
7 years ago
fengjiayi 550622529c Add MultipleReader and open_files_op
7 years ago
Kexin Zhao 0a95a44b9a add python batch norm inference test
7 years ago
Kexin Zhao df99b16a16
Merge pull request #9167 from kexinzhao/pool2d_fp16
7 years ago
Kexin Zhao 39c676e208 initial commit
7 years ago
xuwei06 ab3543e35e Fix compilation for gcc5.4
7 years ago
Kexin Zhao 8ebfc153dd update
7 years ago
Kexin Zhao 3f5705c346
Merge pull request #9148 from kexinzhao/cast_op_fp16
7 years ago
Kexin Zhao bfbc25bdb8 add fp16 pool2d support
7 years ago
Darcy 02b3cfb156
Merge pull request #9137 from putcn/fix-capi-dep
7 years ago
yangyaming 3b03e3748d Refine some ENFORCE.
7 years ago
yangyaming 58730ba131 Enhance unit test.
7 years ago
yangyaming bf3f56e899 Finish adaption for backward.
7 years ago
Liu Yiqun 371c53f88c Add profiling event in feed, fetch and load op.
7 years ago
Liu Yiqun 253ba6672f Merge branch 'develop' into core_inference_remove_clone
7 years ago
qiaolongfei a39c861530 rm unused private field in profiler
7 years ago
typhoonzero b8f4c8599e pserver runs in parallel
7 years ago
Kexin Zhao 8e7310146f
Merge pull request #9143 from kexinzhao/numpy_conv2d_pool2d_fp16
7 years ago
Kexin Zhao f3c5e81556 add fp16 for cast op
7 years ago
Xin Pan 21e2c42a46
Merge pull request #9141 from panyx0718/develop
7 years ago
Tao Luo a448fbe9e1
Merge pull request #9134 from putcn/fix-selected-row-dep
7 years ago
Tao Luo 20be8e7e33
Merge pull request #9104 from ranqiu92/doc_dir
7 years ago
Xin Pan 1ca1e1c384 Fix a program copy regression.
7 years ago
qingqing01 7c1a0b77a0
Delete the detection_output_op, which had been split into several operators. (#9121)
7 years ago
Kexin Zhao e967d19b0a add more tests
7 years ago
Kexin Zhao a13ec3432a fix test error
7 years ago
Xi Chen 845592708f add gserver to capi dep
7 years ago
Kexin Zhao e4de5dc347 add conv2d fp16 support
7 years ago
Xi Chen d20c6eb6de add math_function to selected_rows_functor dependency list
7 years ago
qingqing01 1cd700d8e8
Fix bug in LRN operator. (#9124)
7 years ago
ranqiu 64775126f3 change the dir of docs
7 years ago
qingqing01 b5a16dca20
Fix a critical bug in softmax_with_cross_entropy_op backward. (#9120)
7 years ago
Thuan Nguyen 1e4c504e60 Implement Select OP (#9088)
7 years ago
qingqing01 45073b7c39
Always synchronize when copy data on GPU from C++ to Numpy array. (#9110)
7 years ago
Xin Pan d284cf88e5
Merge pull request #9037 from panyx0718/develop
7 years ago
dzhwinter 128adf53cb
[Speed]implement cudnn sequence softmax cudnn (#8978)
7 years ago
yangyaming 352fa41a16 Finish adapting forward.
7 years ago
wanghaoshuang d7e5e1f13d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into average_model
7 years ago
Kexin Zhao e26f1123da
Add fp16 mul op support and bind paddle fp16 to numpy fp16 (#9017)
7 years ago
dzhwinter 7140071152
"exported scatter to python" (#9038)
7 years ago
Tao Luo cf2addd21f
Merge pull request #9067 from luotao1/with_fluid
7 years ago
chengduo 11c43e5da3
Merge pull request #9072 from chengduoZH/feature/refine_parallel_do
7 years ago
Abhinav Arora 41894da145
Add changes to channel that are needed for select op (#9084)
7 years ago
wanghaoshuang 8a645685ce Add sum accumulator with window for model average
7 years ago
Yibing Liu 90afbd2856 Move back operator's event to RunImpl()
7 years ago
Xin Pan 4840c49b27 Better timeline
7 years ago
chengduoZH ef28e7deba refine parallel_do_grad
7 years ago
Luo Tao 76e1c6af9f enable WITH_FLUID option
7 years ago
Liu Yiqun 6c614814da Limit the symbol table of fluid shared library.
7 years ago
Yu Yang 48f213e5a1
Merge pull request #8991 from reyoung/feature/shuffle_reader
7 years ago
Cao Ying 881c5227ab
Merge pull request #8843 from zhouhanqing/Paddle-ReduceProd
7 years ago
Liu Yiqun 9ed8e2a082 Merge branch 'develop' into core_inference_remove_clone
7 years ago
Liu Yiqun 8ecad98578 Add the bool variable to decide whether to have a copy of the program in ExecutorPrepareContext.
7 years ago
武毅 d13ce35875 Feature/send recv can now retry (#9027)
7 years ago
dzhwinter 14fe40aaa6
Refine/nccl (#9009)
7 years ago
chengduo 788c600e9d
Merge pull request #8932 from chengduoZH/feature/add_concat_rows
7 years ago
Liu Yiqun c0a9aebe1c Remove the clone of program in C++ Executor.Run().
7 years ago
chengduoZH 92e2207e18 refine doc
7 years ago
Yu Yang 164f2382af Polish code
7 years ago
chengduoZH ff09b21cd0 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/add_concat_rows
7 years ago
Yu Yang e13aec601a
Merge pull request #8830 from reyoung/feature/recordio_file_reader
7 years ago
Yu Yang f9974a4a12 Make double_buffer reader async
7 years ago
Yu Yang a8c076e577 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/shuffle_reader
7 years ago
chengduoZH b9397b2668 remove concat_rows
7 years ago
QI JUN 7287630e83
Repair nccl op test (#8575)
7 years ago
Yu Yang b52ad9de92
Merge pull request #9000 from reyoung/feature/extract_prepare_from_executor_run
7 years ago
Tao Luo b62874429d
Merge pull request #8910 from Xreki/core_inference_profile
7 years ago
Yu Yang 43d09a1c5f Extract Prepare from Executor
7 years ago
Yu Yang 225efa671f Remove dims in base class
7 years ago
QI JUN f7e9fe57d3
[Memory]More memory optimization policy (#8690)
7 years ago
Yu Yang 2ea4a5d96c Polish double buffer reader
7 years ago
kexinzhao 607eec30a8
Merge pull request #8946 from kexinzhao/fix_cuda_arch_fp16
7 years ago
Yancey b5ef315cf1
Fix dist compile error (#8987)
7 years ago
qingqing01 b3d26cd3ad
Fix bug in detection_output and mAP calculation in SSD. (#8985)
7 years ago
Yu Yang 46ae4075ee Polish ShuffleReader and test
7 years ago
Kexin Zhao c88f58dbd8 add comment
7 years ago
chengduoZH f1c3ecb2b2 add concat rows
7 years ago
chengduo 685f03762e
Merge pull request #8890 from chengduoZH/feature/fix_bug_of_elementwise
7 years ago
Kexin Zhao 3b44b849d3 address comments
7 years ago
fengjiayi dd1244f3c9
Merge pull request #8943 from JiayiFeng/fix_bugs_in_readers
7 years ago