Commit Graph

1978 Commits (c34945800e8d68fddd681595dc12ea4b541b1342)

Author SHA1 Message Date
Yancey c770d5c0ba
fix build error with testing and gpu on (#10932)
7 years ago
fengjiayi cd8700f172
Merge pull request #10872 from JiayiFeng/dev_CustomReader
7 years ago
tensor-tang ce20dfa236 enable more choices
7 years ago
tensor-tang 602e28bf1c use the actual data
7 years ago
Yancey1989 0aa6f9e934 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into overlap_send_op
7 years ago
Yu Yang d736fb8047 Disable unstable test (#10920)
7 years ago
tensor-tang 1b8b253ec1 Merge remote-tracking branch 'ups/develop' into nlp
7 years ago
tensor-tang 98fb8e58fd test infer nlp
7 years ago
fengjiayi 8147063539 follow comments
7 years ago
yuyang18 85a41df32d Init commit
7 years ago
Tomasz Patejko 3e876b3e49 MKL optimized elementwise add: fix style check
7 years ago
Tomasz Patejko 9241011b31 MKL elementwise add backward: backward works for integral types with fall back to default impl
7 years ago
Tomasz Patejko fde47aae61 MKL elementwise add backward: grad inputs copied when they are not null
7 years ago
Tomasz Patejko 996d12f16d MKL optimized elementwise add backward: coding style fixes
7 years ago
Tomasz Patejko 5a622c2906 MKL elementwise add backward: Initial implementation with vector copy
7 years ago
Tomasz Patejko 01fb2be908 MKL elementwise add: default implementation used for integral types, float16 and/or GPU
7 years ago
Tomasz Patejko 6f932482f4 MKL elementwise_add: BLAS version compiles with integral types
7 years ago
Tomasz Patejko e43c8f33cd MKL elementwise add: elementwise_add uses vAdd VML function when MKL is used
7 years ago
fengjiayi 0457f06434 add comments
7 years ago
fengjiayi e4e9d3624f fix a potential bug
7 years ago
fengjiayi 239546a6c1 add unit test and fix a bug
7 years ago
chengduoZH 4bfadcd136 fix data trans
7 years ago
Yancey1989 fc06222ae9 fix async worker
7 years ago
Yan Chunwei b1d446856c
fix inference api (#10867)
7 years ago
Guo Sheng 6d2deedf1d
Merge pull request #10814 from guoshengCS/fix-ElementwiseOpInferVarType
7 years ago
Yu Yang d406c76a30
Merge pull request #10744 from reyoung/feature/refine_parallel_executor
7 years ago
Yu Yang 8653cf3004
Merge pull request #10656 from reyoung/feature/support_op_role
7 years ago
Xin Pan 0d598cf9f6
Merge pull request #10822 from panyx0718/dist_opt
7 years ago
tangwei12 397a69d942
Merge pull request #10532 from seiriosPlus/checkpoint
7 years ago
Yibing Liu 20bdc3e109
Merge pull request #10846 from kuke/deconv_group
7 years ago
fengjiayi 530556dd97
Merge pull request #10864 from JiayiFeng/dev_expose_random_gen
7 years ago
fengjiayi 2e42b31f45 refine code
7 years ago
Xin Pan 2643868c66 follow comments
7 years ago
Yibing Liu 4bafbf411c Enable groups for conv3d transpose op
7 years ago
Xin Pan 08e4970e45 follow comments
7 years ago
fengjiayi 4b395b0809 fix errors
7 years ago
yuyang18 fcbf19bf93 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/refine_parallel_executor
7 years ago
Yancey1989 540b45350d use req_count as atomic type
7 years ago
yuyang18 ad6a8715ff Disable unstable unittests
7 years ago
Wu Yi c8919d8ee2
Merge pull request #10821 from typhoonzero/use_pinned_memory
7 years ago
Yan Chunwei 1153144fbb
Inference analysis/init data flow graph analysis (#10776)
7 years ago
fengjiayi c2436f2ca5 expose random_data_generator
7 years ago
Yu Yang a9f9fbadd9
Merge pull request #10832 from typhoonzero/fix_server_port_file_conflict
7 years ago
yuyang18 9ab12df62d Disable no good tests
7 years ago
Yancey1989 6debbcd9f9 connect fetch barrier and concat op
7 years ago
yuyang18 3b04f0099c Fix bug
7 years ago
whs 8655904be2
Enhance reduce op (#10708)
7 years ago
fengjiayi df8fbf80d9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_CustomReader
7 years ago
fengjiayi b48eba1902 complete python API and unit test
7 years ago
Yibing Liu adbf97b42d Merge branch 'develop' of upstream into deconv_group
7 years ago
yuyang18 39a44e3834 Add Debug log
7 years ago
Yibing Liu 6e13c86dff Enable multiple groups for cudnn conv transpose
7 years ago
yuyang18 fb370f4411 Refine code
7 years ago
yuyang18 53a250e45e Disable hanged tests
7 years ago
Yibing Liu 669c0df69e Add groups for conv transpose
7 years ago
yuyang18 b857ff1b45 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/refine_parallel_executor
7 years ago
yuyang18 03e4da6d04 Fix bug
7 years ago
Xin Pan a848303e10 follow comments
7 years ago
Xin Pan 722c078b15 fix test and clean up
7 years ago
yuyang18 27e4ce7287 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/support_op_role
7 years ago
Yu Yang 62559ace44
Merge pull request #10834 from reyoung/feature/sequnce_run_tests
7 years ago
yuyang18 982ac832a7 Disable GRPC server test
7 years ago
Yancey1989 147d54ba62 update
7 years ago
Tao Luo 565606a42d
Merge pull request #10827 from luotao1/paddle_script
7 years ago
Yancey1989 e9abc66910 fix pe
7 years ago
yuyang18 b920d2c281 enable serial tests
7 years ago
yuyang18 1b69c25c92 Merge branch 'feature/sequnce_run_tests' into feature/refine_parallel_executor
7 years ago
yuyang18 91007fe974 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/refine_parallel_executor
7 years ago
yuyang18 1426d794ff Force some unittests serial
7 years ago
yuyang18 c978259027 Add default value of op_role
7 years ago
Xin Pan 11fe3c796b clean up
7 years ago
yi.wu 5fe8de9d8a fix dist test
7 years ago
Luo Tao 91d8373b18 change CMAKE_INSTALL_PREFIX to FLUID_INSTALL_DIR
7 years ago
fengjiayi 718f63c0d2
Merge pull request #10548 from JiayiFeng/fix_warpctc_op
7 years ago
tensor-tang 406c1dd143
Merge pull request #10701 from tensor-tang/usemkldnn
7 years ago
yuyang18 0e5a278c23 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/support_op_role
7 years ago
guosheng 01fdf17e97 Fix ElementwiseOpInferVarType in elementwise_op to use the default InferVarType to find var recursively
7 years ago
Xin Pan b4dd4c048d multi-thread handlerequest
7 years ago
yi.wu 8a49a88793 send use pinned memory
7 years ago
fengjiayi 0d10514d4b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_warpctc_op
7 years ago
fengjiayi 983c9a2a30 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_CustomReader
7 years ago
tensor-tang 7205d331f9
Merge pull request #10597 from kbinias/mkldnn-activations-improvments
7 years ago
qingqing01 2a77fc507b
Enhance detection_map_op and more check in prior_box API. (#10796)
7 years ago
Qiao Longfei be26b71b9e
Add cpp trainer lib and demo (#10681)
7 years ago
tangwei12 06aa23b060 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into checkpoint
7 years ago
tangwei12 be05056524 delete old checkpoint code
7 years ago
Yancey1989 952fa04009 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into overlap_send_op
7 years ago
Yancey1989 62af10d440 support multiple devices
7 years ago
Krzysztof Binias 24904b914c Unique key for input data
7 years ago
Krzysztof Binias 32929cdff0 Cache input data
7 years ago
Krzysztof Binias 0aa01929c1 Add backward
7 years ago
Krzysztof Binias 0cc25a400b Realloc for forward
7 years ago
Krzysztof Binias a76d0dd488 MKL-DNN activations improvements
7 years ago
Krzysztof Binias 1c81301e6d Update activations for MKL-DNN
7 years ago
guosheng f176a9cfa1 Remove ElementwiseOpInferVarType in elementwise_op to use the default InferVarType to find var recursively
7 years ago
Qingsheng Li 9ff6715f8a
Enhanced is_empty_op for our seq2seq model (#10704)
7 years ago
dzhwinter 5828101c23
make uint8 support in data_type transform and memory optimize (#10715)
7 years ago
Tao Luo 85b6bb5886
Merge pull request #10747 from jczaja/prv-mkldnn-pooling-reuse
7 years ago
Xin Pan e526dd58ec
Merge pull request #10775 from panyx0718/fix_comile
7 years ago
Yancey 7ae03ec08b
fix lack split_byref op in parallel executor (#10770)
7 years ago
dzhwinter 0e4467eee4
"fix compile" (#10657)
7 years ago
yuyang18 cd64de76f1 Disable send_recv op
7 years ago
yuyang18 58100b2e78 Disabled unstable tests
7 years ago
yuyang18 6db9c3c7d6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/refine_parallel_executor
7 years ago
yuyang18 f6638c0b07 Disable buggy tests
7 years ago
daminglu ae1990731d
Test word2vec (#10779)
7 years ago
Xin Pan 40a2ee9ae8
Merge pull request #10621 from panyx0718/fix_profile
7 years ago
tangwei12 d98480cff5 fix serial number
7 years ago
tangwei12 22df4c278c fix serial number
7 years ago
tangwei12 dbd023771f fix serial number
7 years ago
Xin Pan 8282d3e012 fix cpp lint
7 years ago
tangwei12 cd98f2b7e0 bug fix
7 years ago
Xin Pan 871bc43064 Fix a compile error
7 years ago
Xin Pan 8e3e65ff93
Merge pull request #10526 from panyx0718/infer_profile2
7 years ago
tangwei12 eff92d046b merge develop
7 years ago
baiyf 67b8a30097
Merge pull request #10700 from baiyfbupt/develop
7 years ago
tangwei12 f688652f1e bug fix
7 years ago
Wu Yi ebc7303990
listen_and_serv use local scope (#10663)
7 years ago
baiyfbupt 1d7f91e867 fix roi_pool gpu_backward kernel
7 years ago
baiyfbupt f79779f022 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
tangwei12 a4fd3756bb bug fix
7 years ago
Lei Wang 868bdc9771
Build: fix build error when WITH_FLUID_ONLY and WITH_GPU both set as OFF. (#10756)
7 years ago
chengduo 93c470034a fix DataTransFunc (#10752)
7 years ago
baiyfbupt 8023bc766b fix index
7 years ago
baiyfbupt 4d2a2e75c1 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
tangwei12 f9d4b9dabf fix auto serial_num has no initializer
7 years ago
tangwei12 7b6c0abfc9 modify variable point
7 years ago
tangwei12 8430c8d798 remove boost filesystem
7 years ago
tangwei12 6d53dceeec optimized checkpoint serial number and folder
7 years ago
yuyang18 ceb150e9fa Merge remote-tracking branch 'yx/fix_bce_cdn_link' into feature/refine_parallel_executor
7 years ago
Yancey1989 274df85ca6 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into overlap_send_op
7 years ago
Jacek Czaja 5f1333058c - Draft of reuse of pooling mkldnn operator
7 years ago
yuyang18 8a42c4749e Disable tests
7 years ago
Wu Yi 2a636529c9
fix cmake error (#10729)
7 years ago
baiyfbupt 728062a55d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
Tao Luo c4a0804381
Merge pull request #10724 from kexinzhao/fix_warning
7 years ago
qingqing01 1f8243b7f8
Refine smooth L1 loss. (#10713)
7 years ago
Kexin Zhao eec1ac8638 fix warning
7 years ago
Yu Yang 14248a64d7 Fix hang when input is duplicated (#10709)
7 years ago
baiyfbupt ddd3c15174 bug fix
7 years ago
baiyfbupt 4fef60298f Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
Yu Yang e528862714
Merge pull request #10683 from reyoung/feature/tensor_support_uint8
7 years ago
tangwei12 3dd274657f modify Get -> GetMutable
7 years ago
tangwei12 955c79340c add X to test
7 years ago
Yu Yang 8b1b7564cf
Merge pull request #10671 from chengduoZH/fix_fetch_op_handle
7 years ago
yuyang18 9b7cd7f906 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/tensor_support_uint8
7 years ago
tensor-tang 661826a70a enable MKLDNN inference test
7 years ago
baiyfbupt fe93cce387 fix roi_pool op bug
7 years ago
tangwei12 b677d8216e bug fix
7 years ago
tangwei12 c6f042f5d6 modify load op
7 years ago
yuyang18 dca1c27304 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/fix_ninja_build
7 years ago
tangwei12 886897ccf7 load implement
7 years ago
qiaolongfei 3b4124a778 code clean
7 years ago
yuyang18 3923d40992 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/support_op_role
7 years ago
yuyang18 fd2b4b478e Make tensor support uint8
7 years ago
yuyang18 624caee56b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_fetch_op_handle
7 years ago
yuyang18 dfbe06ccab Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/fix_ninja_build
7 years ago
Yu Yang 9707aa6bde
Merge pull request #10619 from reyoung/feature/exec_strategy
7 years ago
Siddharth Goyal 6af0593c6a
Add FP16 option to load_combine op (#10601)
7 years ago
chengduoZH e383ea20dc fix fetch op handle
7 years ago
yuyang18 999d0fdbef By default is all reduce
7 years ago
yuyang18 5895989a4f Add ref
7 years ago
yuyang18 a77d1bc65e Add debug code
7 years ago
yuyang18 9e736215e8 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/exec_strategy
7 years ago
Xin Pan 94c0a64d62 Fix a profiler race condition
7 years ago
Yu Yang 5f6fd26fbd
Merge pull request #10572 from reyoung/feature/polish_visit_data_type
7 years ago
Xin Pan 30c350b91c
Merge pull request #10659 from panyx0718/fix_rpc
7 years ago
yuyang18 dc6ce071d4 Polish cmake
7 years ago
tangwei12 0334d49440 fix bug
7 years ago
yuyang18 7e052a5105 Fix compile
7 years ago
yuyang18 c70ddb0a57 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/polish_visit_data_type
7 years ago
tangwei12 30b50dcf8c fix Serial output type
7 years ago
tangwei12 2e25e739f3 write checkpoint_load code simply
7 years ago
Yancey1989 eb2e68ee6b revert executor run
7 years ago
Yancey1989 00efc4ccfa Merge branch 'develop' of github.com:PaddlePaddle/Paddle into overlap_send_op
7 years ago
Yancey1989 315e44acee add fetch_barrier_op
7 years ago
yuyang18 741401e999 Update data_type
7 years ago
tangwei12 f04b23adf9 add checkpoint_load, update checkpoint save
7 years ago
yuyang18 44c52a8c1a Polish op_proto_maker
7 years ago
Xin Pan 32e0556203 Delete prefetch_ctx_ after use.
7 years ago
yuyang18 577c19b2af Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/support_op_role
7 years ago
yuyang18 7c777dd549 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/exec_strategy
7 years ago
yuyang18 017bba1664 Add op role
7 years ago
Luo Tao 1992f70920 Merge branch 'develop' into refine_relu_test
7 years ago
Luo Tao be41c2ffa6 Merge branch 'develop' into refine_relu_test
7 years ago
Yiqun Liu b7026f79a9
Fix a bug related to dispensable inputs and refine the inference unittest (#10527)
7 years ago
Xin Pan 6ab935f8f0
Merge pull request #10349 from typhoonzero/gen_nccl_id_op
7 years ago
qingqing01 ca5ea65ad1 Fix reshape op. (#10641)
7 years ago
tangwei12 3c820064de remove overwrite judge to test load
7 years ago
Yan Chunwei 674bd839cd
OpConverter change BlockDesc to proto::BlockDesc (#10623)
7 years ago
tangwei12 2f4c039e62 rename, modify ckpt structure
7 years ago
Luo Tao 4f5f0be769 use the latest buffer to update the convert
7 years ago
Yan Chunwei de81ccb5cb
feature/analysis node representation (#10522)
7 years ago
yuyang18 66e82b9869 Change implementation to fit sphinx model
7 years ago
Yancey1989 b35ea1a4d6 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into overlap_send_op
7 years ago
Luo Tao a3ba264c47 Merge branch 'develop' into refine_relu_test
7 years ago
yuyang18 08295f9877 Add build strategy
7 years ago
typhoonzero 872e55bce5 remove comments
7 years ago
typhoonzero 373a2e66eb remove comments
7 years ago
yuyang18 715c933d88 Change deps
7 years ago
tangwei12 461d2fc0d7 rename ckpt -> checkpoint
7 years ago
yuyang18 c06b44834e Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/exec_strategy
7 years ago
typhoonzero 7b0c0273f4 update by comments
7 years ago
yuyang18 b9cc896545 Add includes
7 years ago
yuyang18 64305b3ffc Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/polish_visit_data_type
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
7 years ago
typhoonzero 928418a9ac Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gen_nccl_id_op
7 years ago
Yu Yang 9923be5d10
Merge pull request #10546 from chengduoZH/feature/change_pe_strategy
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
yi.wu 5ae0c664b0 fix build and merge develop
7 years ago
yi.wu 6ef60de6f1 update
7 years ago
tangwei12 a1419f1062 test add op declare
7 years ago
tangwei12 5e74db3f2a add build and test make
7 years ago
Jacek Czaja 7bf00c3a93 - First draft of reusing of softmax mkldnn primitives
7 years ago
typhoonzero 7a7d27b33e update op
7 years ago
typhoonzero 0ae726f060 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gen_nccl_id_op
7 years ago
typhoonzero f5840d8925 follow comments
7 years ago
tangwei12 d1bd3fdefc add build and test make
7 years ago
tangwei12 802d10cf53 rename cpkt_save_op
7 years ago
tangwei12 dc534fc195 add checkpoint save op test
7 years ago
tangwei12 87a0856384 add checkpoint save op
7 years ago
tangwei12 2a05b3d5a3 delete checkpoint function
7 years ago
typhoonzero 04bde96e4c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gen_nccl_id_op
7 years ago
yuyang18 54cbf799d6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/change_pe_strategy
7 years ago
yuyang18 9f705a4bb9 Use int instead of VarType as unordered_map key
7 years ago
chengduoZH 97cb5479ae change PE strategy
7 years ago
chengduo 18f527bfa3
Merge pull request #10586 from jacquesqiao/fix-compile
7 years ago
yuyang18 c4d6daac58 Polish SizeOfType
7 years ago
Yu Yang 046405e091
Merge pull request #10486 from reyoung/feature/clean_op_maker
7 years ago
yuyang18 711d86bb56 Polish data_type.h
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
tangwei12 e21a72d1b9 Merge branch 'develop' of github.com:PaddlePaddle/Paddle into checkpoint
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)
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
7 years ago
chengduoZH a89cd46700 Wait VarDummyHandle generated
7 years ago
Wu Yi 61343fbf53
Merge pull request #10531 from typhoonzero/refine_grpc_serde_code
7 years ago
tangwei12 77c6b71ec4 add ckpt to sync loop
7 years ago
yuyang18 27197290dc matmul support float16/double
7 years ago
Yu Yang 705e7345d0
Merge pull request #10449 from reyoung/feature/clean_matmul
7 years ago
yuyang18 613d3ef084 Fix compile error
7 years ago
fengjiayi e15d616e29 Complete the C++ core of 'CustomReader'
7 years ago
Yu Yang 36653587e9
Merge pull request #10475 from gmcather/develop
7 years ago
Kexin Zhao cc75e84d05
Merge pull request #10541 from kexinzhao/load_fp16
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
7 years ago
tangwei12 1fabbbade2 modify const to const &
7 years ago
Yancey1989 b1e5183627 overlap sendop and backward ops
7 years ago
typhoonzero 602aa43322 cast data type
7 years ago
Luo Tao 4a5ebb6806 fix tensorrt_engine compiler error
7 years ago
fengjiayi cf3b3d6024 fix warpctc
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)"
7 years ago
Lei Wang 0446220e01
CI: rerun failed tests. (#10536)
7 years ago
tangwei12 568a329c83 add checkpoint util class and implement
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
7 years ago
fengjiayi e61a38daa3 init CustomReader
7 years ago
Xin Pan f093a7b332 allow inference test to generate timeline
7 years ago
Luo Tao 40b8b634f9 Merge branch 'develop' into refine_relu_test
7 years ago
Yan Chunwei 819038113e Feature/engine refactor (#10497)
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.
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
Yao Cheng 9ca8124f99 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
chengduo 8b1918f5c7
Merge pull request #10454 from chengduoZH/fix_fetchop
7 years ago
fengjiayi 2bff03bc1e fix a compile error (#10488)
7 years ago
Luo Tao 0ae97e8a5b Merge branch 'develop' into refine_relu_test
7 years ago
chengduoZH f4851f14b8 clean code
7 years ago
chengduoZH a459764de7 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_fetchop
7 years ago
chengduoZH e00c1ee10f fix split var test
7 years ago
Yu Yang 0e78cb69fb Clean OpProtoAndCheckerMaker
7 years ago
Luo Tao 89dcb0bd15 refine EngineIOConverter, and use io_convert in test_trt_activation_op
7 years ago
Yu Yang 96b703c007 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/clean_matmul
7 years ago
Yao Cheng 8cbb49ce63 rm space
7 years ago
Yao Cheng e97645c959 rm block_desc.h whitespace
7 years ago
chengduoZH 345737d0fe add sync
7 years ago
Yu Yang fcd31d6161 Follow comments and polish code names
7 years ago
chengduoZH 187e23a79c fix MatMul parameter
7 years ago
Yu Yang 0a13d3c67a Move MatMul to blas_impl.h
7 years ago
gmcather be1f058f52
Merge branch 'develop' into develop
7 years ago
Yao Cheng 55218dafbc add prependAllocatedop
7 years ago
Tao Luo 3356fb3c6e
Merge pull request #10461 from luotao1/refine_convert
7 years ago
chengduoZH 676dfd1875 follow comments
7 years ago