Commit Graph

14254 Commits (a1d200a5dea60dfe23c26f50f09cfa7c02f5ac4b)

Author SHA1 Message Date
Zhen Wang 8063b31e2d Reduce redundant code for channel wise dequant op. test=develop
6 years ago
Tao Luo 6375fe45d7
Merge pull request #16039 from luotao1/execution_context
6 years ago
Zhen Wang e8f9dac7ab Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into channel_wise_quant_op
6 years ago
Zhen Wang 806832e091 update the input format of channel wise dequantize op.
6 years ago
jerrywgz f0177a1ed1 refine doc, test=develop
6 years ago
jerrywgz 072eca348a refine doc, test=develop
6 years ago
Kaipeng Deng 6d8771b55c
Merge pull request #15864 from heavengate/spectral_norm
6 years ago
sneaxiy 814a759061 merge develop
6 years ago
sneaxiy 597dc65e76 enhance gc
6 years ago
liuwei1031 caadd0581d
add IfElse test case for ir memory optimize (#15998)
6 years ago
luotao1 06aab1b493 refine SetCpuMathLibraryNumThreads
6 years ago
baojun da45fbdaf5 fix tanh typo test=develop (#16049)
6 years ago
whs 0f99d24083
Make sequence_erase op support for input with multi-level LoD. (#15982)
6 years ago
Zhen Wang 89dee160d1 add channel wise dequantize op.
6 years ago
Tao Luo f4587789d8 remove legacy function in ExecutionContext
6 years ago
luotao1 c0b240aa43 try to fix distributed unit-test
6 years ago
jerrywgz b4f5180299 fix doc, test=develop
6 years ago
jerrywgz 21e0d35ce3 fix formula, test=develop
6 years ago
jerrywgz d1901f27bc refine doc
6 years ago
jerrywgz a1ef7df865 refine code, test=develop
6 years ago
tensor-tang 12eb9aecde Merge remote-tracking branch 'ups/develop' into op/embgrad
6 years ago
jerrywgz e64921c79a fix API.spec,test=develop
6 years ago
jerrywgz d497bd9079 resolve conflict, test=develop
6 years ago
jerrywgz 41471d28ac add box_coder_and_assign, test=develop
6 years ago
lidanqing 02c106c717 MKLDNN: Add UT for conv_transpose_mkldnn op. (#16030)
6 years ago
sneaxiy 7e5a4a3d63 test=develop
6 years ago
luotao1 784826a4f5 enhance cache runtime_context for different scope
6 years ago
dengkaipeng 3eab9e4b95 fix statement. test=develop
6 years ago
dengkaipeng e37f5ab5b1 fix API.spec. test=develop
6 years ago
dengkaipeng 54bbbfa71f fix doc statement. test=develop
6 years ago
dengkaipeng c1a69e3ea0 refine doc. test=develop
6 years ago
dengkaipeng 65d375a09f fix format. test=develop
6 years ago
dengkaipeng 82d514345c fix spectral_norm doc. test=develop
6 years ago
dengkaipeng 2ea5843cbf add doc and test_layers. test=develop
6 years ago
dengkaipeng 037855f42d fix attr dim calc. test=develop
6 years ago
dengkaipeng 70dbd59839 add grad kernel for spectral_norm. test=develop
6 years ago
dengkaipeng 72509ec3bd add unittest for spectral_norm. test=develop
6 years ago
dengkaipeng 3bf1ae9b59 add spectral_norm forwarn kenel
6 years ago
Zhen Wang 545247d7b4 add channel wise quantize op.
6 years ago
sneaxiy f0634da4b5 test=develop
6 years ago
ceci3 44a4ac0f8c fix API.spec and testfile
6 years ago
tensor-tang b16dabd7e0 refine vbroadcast jitcode
6 years ago
tensor-tang c2e56e6bbc Merge remote-tracking branch 'ups/develop' into op/embgrad
6 years ago
ceci3 3b96aa0839 conflict fix
6 years ago
ceci3 06d8e1a15d test=develop
6 years ago
chengduo 92438f6132 Revert "Add Event for TensorCopy" (#16022)
6 years ago
baojun 742839f8f4 fix cpplint test=develop (#16028)
6 years ago
chengduo d4b461eb10 Unified ParallelExecutor and Compiler (#15970)
6 years ago
chengduo 06f3c8575d Add Event for TensorCopy (#15953)
6 years ago
Tink_Y 8949a94691 refine image_resize annotation (#15976)
6 years ago
tangwei12 7b0875e9f8 add op type in check nan/inf (#15986)
6 years ago
Yiqun Liu 2bdf44641c Add the include of cudnn.h to enable the use of CUDNN_VERSION. (#15961)
6 years ago
Yiqun Liu b94307a919 Revert "Optimize while_op when is_test is true. (#15811)" (#15968)
6 years ago
flame eeb70edd9a add anakin fc op converter (#15965)
6 years ago
minqiyang ab5a648481 Add missing headers
6 years ago
minqiyang 94c8ce3f13 reduce ut time
6 years ago
Yiqun Liu c90b82a637 Fix error in CUDA kernel of beam_search. (#15957)
6 years ago
minqiyang 3723dcc301 Polish code
6 years ago
flame afc3fcd509 anakin subgraph engine (#15774)
6 years ago
minqiyang 212242c4e4 Polish code
6 years ago
Yiqun Liu 1b10a7843c Optimize while_op when is_test is true. (#15811)
6 years ago
xiaolil1 91838c3214 Optimize Quantize Op with primitive reuse. (#15929)
6 years ago
luotao1 1c58eee9b2 refine infershape of sequence_enumerate, hash and fuse_emb_seq_pool
6 years ago
minqiyang 3f4aeed57f Polish code
6 years ago
minqiyang b754bf30fb Reset output var's pre_op pointer when op was destructed
6 years ago
baojun ac72bcd065 Added adam op test=develop (#15710)
6 years ago
mozga-intel b29acec815 Register sum operator (#15889)
6 years ago
dzhwinter 4449e85528 polish cudnn related code and fix bug. (#15164)
6 years ago
Xin Pan 8e094f7117 polish
6 years ago
Xin Pan 90b17d28ec have no time for cmake/externel
6 years ago
mozga-intel 06a7f741f0 The flag of mkldnn is enabled iff it is necessary
6 years ago
baojun-nervana 320b27988c added concat op test=develop
6 years ago
minqiyang b71af29fb4 Remove var op deps in imperative mode
6 years ago
Tao Luo 690be0bb09 fix cpplint error of async_executor.h
6 years ago
Tao Luo 6e87843e26 enable cpplint, remove go_fmt
6 years ago
tensor-tang 0eefad0a2d fix jitcodekey and refine test
6 years ago
tensor-tang ce4cc482a4 add sgd jitcode and op test
6 years ago
tensor-tang 1bfc565ffe add benchmark and mkl sgd implement
6 years ago
shippingwang a0834044fc add API.spec. test=develop
6 years ago
shippingwang 7d4feb2fc5 fix api.spec, test=develop
6 years ago
minqiyang 9035887bc9 Add gperftools into imperative tracer
6 years ago
Yihua Xu b48d56e87f Optimize gelu operation with mkl erf.
6 years ago
xiaoli.liu@intel.com f8cbc4f34b Optimize INT8 DeQuantize Op with primitive reuse.
6 years ago
minqiyang 701af43958 Fix bugs
6 years ago
baojun-nervana dea34134e8 Update ngraph version to v0.14 test=develop
6 years ago
minqiyang f1a2d20430 invoke backward_hooks after reduce op's depcounts map
6 years ago
minqiyang e0a2b472f4 Move ClearBlock into OpBase and VarBase's destructor
6 years ago
minqiyang 9abf40c9e2 Add imperative python tracer
6 years ago
tensor-tang 92f3cf42cb enable sgd jitkernel refer code and test
6 years ago
shippingwang 13e891516b add cosine decay op, test=develop
6 years ago
jerrywgz b2ce832021 change default option related to softmax, test=develop
6 years ago
chengduo e2da3a5b22
Revert "Add Event for TensorCopy" (#16022)
6 years ago
luotao1 2fb38c108c Merge branch 'develop' into runtime_context
6 years ago
sneaxiy a9ea99d700 merge develop
6 years ago
baojun 9aaea38c0a fix cpplint test=develop (#16028)
6 years ago
tianshuo78520a 26e3842d40 Update detection API add new check document (#15848)
6 years ago
chengduo ae37f82964
Unified ParallelExecutor and Compiler (#15970)
6 years ago
chengduo 7235fd662b
Add Event for TensorCopy (#15953)
6 years ago
luotao1 82b0bb9d72 fix cpplint error
6 years ago
luotao1 9773f38f99 cache runtime_context
6 years ago
Tink_Y 31d830de9f refine image_resize annotation (#15976)
6 years ago
nhzlx 3c40cb767b 7 refine zero copy
6 years ago
tensor-tang 641b3cccce add vbroadcast mkl code and jitcode
6 years ago
tensor-tang 41a1270856 add vbroadcast jitkernel refer code and use it
6 years ago
tensor-tang 867e93b21a add jitkernel vcopy and speedup unit test time
6 years ago
tangwei12 6d5a04c1e7
add op type in check nan/inf (#15986)
6 years ago
Qiyang Min 187cffd019
Merge pull request #15928 from velconia/imperative_backward_hooks
6 years ago
Yiqun Liu 1616c32acf
Add the include of cudnn.h to enable the use of CUDNN_VERSION. (#15961)
6 years ago
jerrywgz c31da7899a refine code, test=develop
6 years ago
Yiqun Liu 798925453e
Revert "Optimize while_op when is_test is true. (#15811)" (#15968)
6 years ago
flame b187e3728e
add anakin fc op converter (#15965)
6 years ago
minqiyang e5f3435dd5 Add missing headers
6 years ago
minqiyang fa1ff1d2f1 reduce ut time
6 years ago
Yiqun Liu 87248281f7
Fix error in CUDA kernel of beam_search. (#15957)
6 years ago
Tao Luo c494f64a0f
Merge pull request #15941 from mozga-intel/mozga-intel/enable_mkldnn_framework
6 years ago
jerrywgz e8a8fe07e7 fix code for windows CI, test=develop
6 years ago
jerrywgz 149411762a add gpu kernel, test=develop
6 years ago
Tao Luo 4efdebc6f6
Merge pull request #15931 from yihuaxu/develop_2c5c7b2a7_gelu_mkl_opt
6 years ago
tensor-tang e5f9d3a47c
Merge pull request #15892 from tensor-tang/jit/sgd
6 years ago
Tao Luo e6bab55f1b
Merge pull request #15959 from luotao1/infershape_refine
6 years ago
minqiyang 50639fafdb Polish code
6 years ago
ruri 72efef6358
Merge pull request #15887 from shippingwang/cosine_decay_op
6 years ago
flame e40d56c3d3
anakin subgraph engine (#15774)
6 years ago
minqiyang fe406b98c9 Polish code
6 years ago
Yiqun Liu 613d9d0756
Optimize while_op when is_test is true. (#15811)
6 years ago
xiaolil1 1abddd8d97 Optimize Quantize Op with primitive reuse. (#15929)
6 years ago
Tao Luo 7ec97a0a7e
Merge pull request #15930 from xiaolil1/dequantize-reuse
6 years ago
nhzlx 2eff3e26b6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_static_model_load_for_trt
6 years ago
nhzlx 06a088a199 fix comments and fix cpplint
6 years ago
luotao1 34404f9c31 refine infershape of sequence_enumerate, hash and fuse_emb_seq_pool
6 years ago
Xin Pan a63e2a0a4f
Merge pull request #15948 from panyx0718/api2
6 years ago
minqiyang f469bb6b36 Polish code
6 years ago
minqiyang ac88c62a5b Reset output var's pre_op pointer when op was destructed
6 years ago
baojun f285191fb3 Added adam op test=develop (#15710)
6 years ago
jerrywgz b92ef45fe9
Merge pull request #15678 from jerrywgz/refine_softmax_with_cross_entropy
6 years ago
mozga-intel 558f94cd77 Register sum operator (#15889)
6 years ago
tensor-tang 58b8231338
added concat op test=develop (#15946)
6 years ago
Tao Luo 47d36b2008
Merge pull request #15924 from baojun-nervana/ngraph_v14
6 years ago
Qiyang Min 1c9cfb01df
Merge pull request #15934 from velconia/imperative_gperftools
6 years ago
jerrywgz 0f652f304c add distribute fpn proposals op, test=develop
6 years ago
dzhwinter 225c11a91f polish cudnn related code and fix bug. (#15164)
6 years ago
Tao Luo 6e3624442e
Merge pull request #15939 from luotao1/pre_commit2
6 years ago
Xin Pan 0c277ac6e9 polish
6 years ago
ceci3 4b7bf06e1f test=develop
6 years ago
Xin Pan 4d80db838a have no time for cmake/externel
6 years ago
Yiqun Liu 454f4f2140
Rewrite is_empty op to avoid unnecessary data transform. (#15509)
6 years ago
xiaolil1 6724be2b0d INT8 Pool kernel Key Creation Optimization. (#15883)
6 years ago
xiaoli.liu@intel.com c4187dbd7c Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dequantize-reuse
6 years ago
Tao Luo d5a888e15c
Merge pull request #15943 from kbinias/kbinias/add-placement-pass-tester
6 years ago
Tao Luo ba90e05281
Merge pull request #15917 from jczaja/prv-tensor-mkldnn-ops
6 years ago
mozga-intel 68a9ead17a The flag of mkldnn is enabled iff it is necessary
6 years ago
baojun-nervana e4ab40a7b9 added concat op test=develop
6 years ago
Krzysztof Binias 72253391b6 Add MKL-DNN placement pass tester
6 years ago
minqiyang cb85ee987b Remove var op deps in imperative mode
6 years ago
colourful-tree 7d8f639883
Merge pull request #15902 from colourful-tree/new_develop
6 years ago
Tao Luo 436dfbb342 fix cpplint error of async_executor.h
6 years ago
Tao Luo 28680c65d9 enable cpplint, remove go_fmt
6 years ago
Tao Luo effec86600
Merge pull request #15913 from liangan1/func_coverage
6 years ago
Zhen Wang e00c7a2e26
Merge pull request #15830 from wzzju/add_ir_node_encapsulation
6 years ago
tensor-tang 8bc6381546 fix jitcodekey and refine test
6 years ago
tensor-tang 7044cfa7c7 add sgd jitcode and op test
6 years ago
tensor-tang 8e04133719 add benchmark and mkl sgd implement
6 years ago
tensor-tang 07efdb5139 Merge remote-tracking branch 'ups/develop' into jit/sgd
6 years ago
Jacek Czaja c63f6b2039 - MKL-DNN pooling updated to set_prim_desc
6 years ago
shippingwang 3398293272 add API.spec. test=develop
6 years ago
shippingwang 5ce46c637a fix api.spec, test=develop
6 years ago
qingqing01 8e439ccfff
Fix bug in fake_quantize_op and add more unit testing (#15912)
6 years ago
qingqing01 f4846bf3dc
loosly check in the InferShape of cross_entropy_op. (#15863)
6 years ago
minqiyang 28077c4da6 Add gperftools into imperative tracer
6 years ago
Yihua Xu 7396788694 Optimize gelu operation with mkl erf.
6 years ago
nhzlx 0ed63b2108 6. delete useless predictor id
6 years ago
xiaoli.liu@intel.com 70759d181b Optimize INT8 DeQuantize Op with primitive reuse.
6 years ago
minqiyang efb2f2baf8 Fix bugs
6 years ago
Yiqun Liu f4634d76d7
Optimize the CUDA implementation of sequence_expand op by reduce the times of copying lod data from CPU to GPU. (#15493)
6 years ago
Tao Luo 60546b78cc
Merge pull request #15923 from Sand3r-/mgallus/conv-residual-ut
6 years ago
guomingz 630c1e8317 This PR improve performance of prior_box op about 1.25x faster on CPU. (#15909)
6 years ago
Tao Luo 9c05421c97
Merge pull request #15914 from Sand3r-/mgallus/mkldnn-sum-code-reuse
6 years ago
chengduo 7ca8553d4e
Add alloc_continuous_space_op (#15900)
6 years ago
wopeizl 2192c46436
Merge pull request #15916 from wopeizl/win/fixevent1
6 years ago
baojun-nervana 2ffacdebc2 Update ngraph version to v0.14 test=develop
6 years ago
Michal Gallus 6a2bc9a275 Add Conv Residual Connection UT for Projection
6 years ago
Zhen Wang 548931456c update some functions' names according to the suggestion. test=develop
6 years ago
Michal Gallus 6ebe9877bb Improve code reuse at MKL-DNN sum
6 years ago
dzhwinter 660e410655
Merge pull request #15855 from dzhwinter/fix/nightly_test
6 years ago
peizhilin c6472579c0 test=develop
6 years ago
peizhilin b5d6e38b05 fix build issue for cudaEvent_t
6 years ago
minqiyang b420ec3a92 invoke backward_hooks after reduce op's depcounts map
6 years ago
Qiyang Min 4bd28b304b
Merge pull request #15831 from velconia/imperative_engine
6 years ago
Xin Pan a6e3cd5eb7
Merge pull request #15425 from panyx0718/api
6 years ago
liangan1 4acc522087 Enable function coverage for U8/S8 ConvMKLDNNOpKernel
6 years ago
wopeizl 3ccd8964a4
Merge pull request #15905 from wopeizl/win/fix_eigen
6 years ago
chengduo 8e904d322f
Remove unnecessary dependence for profiler (#15899)
6 years ago
Zhen Wang 9261cf39db update with develop. test=develop
6 years ago
Zhen Wang 0bf809c9b3 add set_attr for IrOpNode. test=develop
6 years ago
qingqing01 d8128930ef
Refine doc of uniform_random and fix dtype (#15873)
6 years ago
Xin Pan 44e7fcddc5
Merge pull request #15844 from panyx0718/infer
6 years ago
dzhwinter a71f2fbe4f fix default value. test=develop
6 years ago
Jacek Czaja dec9cf53c8 [MKL-DNN] MKL-DNN specific Tensor modification (#15429)
6 years ago
heqiaozhi 08c96d1b48 remove mkldnn & fix commit
6 years ago
minqiyang 84bf4d7b06 Move ClearBlock into OpBase and VarBase's destructor
6 years ago
Xin Pan 8b1672fe76 follow comments
6 years ago
minqiyang 2b3510bc50 Add imperative python tracer
6 years ago
minqiyang e9fdf9090d Polish code
6 years ago
Xin Pan 5dd281f738 polish
6 years ago
heqiaozhi 725b98f2c2 remove mkldnn & fix commit
6 years ago
peizhilin 6ccdb1b947 fix build issue on windows for sample prop op
6 years ago
heqiaozhi fab09ac0b8 Merge branch 'new_develop' of https://github.com/colourful-tree/Paddle into new_develop
6 years ago
heqiaozhi da4f5a2f18 remove mkl & fix commit
6 years ago
colourful-tree f2d6473ef8
Merge branch 'develop' into new_develop
6 years ago
heqiaozhi 04f876f5bc remove mkl & fix commit
6 years ago
dengkaipeng 373cfb0ccf use kernel size in global_pooling. test=develop
6 years ago
dengkaipeng 60305196b8 fix spell mistakes. test=develop
6 years ago
Dun c6bd434ffe
add memset CUPTI && test=develop (#15868)
6 years ago
乔龙飞 Qiao Longfei ec8e878200
Merge pull request #15840 from jacquesqiao/revert-15684-revert-15661-fix-cpu-broadcast
6 years ago
minqiyang a15a3fc314 Polish code
6 years ago
Tao Luo 8a7efc78f1
Merge pull request #15882 from sfraczek/unique_ptr_dereference
6 years ago
tensor-tang a0c37662b9 enable sgd jitkernel refer code and test
6 years ago
xuezhong 1dad36f6aa
Merge pull request #15609 from xuezhong/add_sample_logits_op
6 years ago
Qiao Longfei 2b7931d5c9 refine code test=develop
6 years ago
Kaipeng Deng 9e524a7b51
Merge pull request #15870 from heavengate/fix_adaptive_pool_doc
6 years ago
Xin Pan 8d83e38a6b remove mutex
6 years ago
shippingwang eb932f717a add cosine decay op, test=develop
6 years ago
Xin Pan 0362ef75f4 fix
6 years ago
dengkaipeng 14df92fe8f fix spell error. test=develop
6 years ago
dengkaipeng 144016fcfc fix adaptive_pool and yolov3_loss. test=develop
6 years ago
minqiyang 9dc64edfd9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_engine
6 years ago
Xin Pan 12a0e2ed9d polish codes
6 years ago
Xin Pan 19d78f6797 polish
6 years ago
Sylwester Fraczek 74672d1aff Change *(smart_ptr.get()) -> *smart_ptr
6 years ago
tensor-tang ee2321debd
Revert 15770 develop a6910f900 gelu mkl opt (#15872)
6 years ago
xuezhong 81870723c6
Merge pull request #15605 from xuezhong/fix_bug_for_lstmp
6 years ago
dengkaipeng eb65b4e47d \frac -> \frac. test=develop
6 years ago
nhzlx 1d5ef7c9ee 5. add static trt load model
6 years ago
chengduo 3b08c9abf4
enhance profiler (#15842)
6 years ago
dengkaipeng 8167588f14 add blank after math::. test=develop
6 years ago
Xin Pan 32d5a16036 resolve conflicts
6 years ago
Qiao Longfei 3f9263f67e optimize style test=develop
6 years ago
dengkaipeng d9ec605873 use math:: instead of 29. test=develop
6 years ago
Qiao Longfei 4233d0a820 add more comment test=develop
6 years ago
dengkaipeng 19292ac6a1 fix adaptive pool doc.test=develop
6 years ago
Yiqun Liu 7d96c74ab2
Initialize the benchmark tester for operator. (#15772)
6 years ago
Yihua Xu 676995c86c Optimze Gelu with MKL Erf function (#15770)
6 years ago
Michał Gallus c4faf36e7a MKL-DNN: Add test for conv bias fuse pass (#15824)
6 years ago
Qiao Longfei 3bccc1e6e2 optimize broadcast logic test=develop
6 years ago
mozga-intel 5d132ecf83 Auto-cmake generator, auto-fill map (#15402)
6 years ago
Tao Luo 3831a4695d
Merge pull request #15862 from sfraczek/add-override-to-apply_impl
6 years ago
Tao Luo 075b5502b0
Merge pull request #15856 from kbinias/kbinias/activation-mkldnn-ut
6 years ago
Tao Luo 4774dad806
Merge pull request #15857 from sfraczek/fix-typo
6 years ago
Tao Luo e3dd6970fc disable dam temporarily (#15860)
6 years ago
Xin Pan 26e32e095a allow compiler to use graph
6 years ago
Sylwester Fraczek 1943119fc5 fix typo memeroy->memory
6 years ago
Sylwester Fraczek 0b926114c0 add override to ApplyImpl
6 years ago
minqiyang 8fe0c0c52c implement backward refs
6 years ago
Sylwester Fraczek 8bc604571f fix typo seriazlized->serialized
6 years ago
Sylwester Fraczek 543e53db05 fix typo releated->related
6 years ago
Krzysztof Binias 1578c60bdd Add new ut and remove unnecessary code
6 years ago
Dun Liang 35a90e06bf test=develop
6 years ago
Dun Liang c9080f516b test=develop
6 years ago
Dun Liang 1c7bb0e40c test=develop
6 years ago
Xin Pan 5eb87506bc add per kernel config and remove const_cast.
6 years ago
Qiao Longfei 62f1248ff5 fix use gpu test=develop
6 years ago
xuezhong a7e7d95203
Merge pull request #15630 from xuezhong/fix_bug_adagrad2
6 years ago
Xin Pan 6019054cdd
Merge pull request #15716 from Yancey1989/refine_pg
6 years ago
dzhwinter 98ec579d79
Merge pull request #15786 from liuwei1031/develop
6 years ago
Dun a83e470405
Profiler refine and add CUDA runtime api tracer (#15301)
6 years ago
minqiyang 74551758cc Polish code
6 years ago
Zeng Jinle c420375185
Merge pull request #15806 from sneaxiy/fix-compiler
6 years ago
minqiyang f53e1d5c4b implement ClearBlock
6 years ago
mozga-intel 13ec2d331b Enable momentum operator for a ngraph engine (#15673)
6 years ago
Yiqun Liu e38dd91f04
Refine cmake's download function. (#15512)
6 years ago
Jiabin Yang 8b40f2d40e
Feature/fast install 1.4 (#15668)
6 years ago
xuezhong eb7bc3e7ea remove non-ascii charactor
6 years ago
Tao Luo 50ffed27f6
Merge pull request #15813 from luotao1/legacy_any
6 years ago
Tao Luo b28afef73e
Merge pull request #15801 from luotao1/legacy_option
6 years ago
sneaxiy d331e97af8 fix compiler place compare
6 years ago
Tao Luo c797a1f050 remove legacy any.cmake
6 years ago
dzhwinter f2e8409f5a
Merge pull request #15795 from dzhwinter/fix/block_desc
6 years ago
Tao Luo bd2fa73620
Merge pull request #15794 from sneaxiy/fix-warnings
6 years ago
Tao Luo b9d1bf2364 remove leacy WITH_FLUID_ONLY option
6 years ago
xuezhong 6b83845c41 update for backward compatibility
6 years ago
Tao Luo 978599154f remove legacy WITH_GOLANG, GLIDE_INSTALL options
6 years ago
Tao Luo f522b4417f remove legacy WITH_TIMER, WITH_DOC, ON_TRAVIS options
6 years ago
Tao Luo 688023ede0 remove legacy WITH_RDMA option
6 years ago
Tao Luo 6311ae5df9 remove legacy WITH_DOUBLE option
6 years ago
tensor-tang e1c707fe9c
fix warnings (#15790)
6 years ago
xuezhong d328660304 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_for_lstmp
6 years ago
xuezhong 57294fa890 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_bug_adagrad
6 years ago
xuezhong 794b90c93f for backward compatibility
6 years ago
xuezhong f2262d7336 update comment
6 years ago
Tao Luo 6402424f7a
Merge pull request #15773 from chengduoZH/fix_shape_api_doc
6 years ago
xuezhong ef44f1b81d update api spec
6 years ago
xuezhong d12252e6a6 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_sample_logits_op
6 years ago
sneaxiy 9b8e0e2f17 fix enforce_test
6 years ago
xuezhong c5360a3f6b refine code
6 years ago
sneaxiy 70e5660d38 Merge branch 'fix-warnings' of https://github.com/sneaxiy/Paddle into fix-warnings
6 years ago
Yancey1989 4b193db14c polish code test=develop
6 years ago
dzhwinter 6deb17ed8c fix default value. test=develop
6 years ago
dzhwinter 089d262c41 fix default value. test=develop
6 years ago
dzhwinter 9c92d0304f fix default value. test=develop
6 years ago
sneaxiy 209b355762 fix many warning
6 years ago