Commit Graph

1275 Commits (d330cf66cc8555d08ae6e3e4e83bf2a4096b968c)

Author SHA1 Message Date
zhouwei25 341dee0657 Cache 3rd source code, improve stability, reduce the compilation time (#21190)
5 years ago
Zeng Jinle 925280b96c
Change GCC version to be 8.2 in Dockerfile.GCC8 (#21222)
5 years ago
zhouwei25 c0dcb090a3 Determine whether to copy and link inference lib by ON_INFER (#20931)
5 years ago
Zeng Jinle cdb3d27985
Fix warn of gcc8 (#21205)
5 years ago
zhouwei25 5d821578d9 fix bug when build openblas with a computer that has installed openblas before,test=develop (#21160)
5 years ago
Jeng Bai-Cheng 330b173c38 Better TensorRT support (#20858)
5 years ago
zhouwei25 d257355089 Remove useless code of openblas and fix the previous incorrect message (#21092)
5 years ago
Michał Gallus 6cc544aa28 Add Shallow clone to ExternalProjects (#21060)
5 years ago
joanna.wozna.intel 77c2083586 Add transpose2 INT8 for mkl-dnn (#19424)
5 years ago
zhouwei25 89bc18eec0 move more third party library related logic to third_party.cmake (#20927)
5 years ago
Chen Weihang 7ee25189c3
Enrich the type of error and declare the error type interfaces (#21024)
5 years ago
Zeng Jinle 878a40f57d
Support NoNeedBufferVarsInference in dygraph backward (#20868)
5 years ago
zhouwei25 394edd8647 fix mklml and cblas bug,test=develop (#20970)
5 years ago
hong 8c4573a3cb
GradMaker for dygraph (#19706)
5 years ago
zhouwei25 b741761098 Integration of third_party compilation structure (#20887)
5 years ago
wopeizl 3b31b74e20
remove the warning issue test=develop (#20718)
5 years ago
zhouwei25 bcd77e147c Cmake_generotor support has been added to enable multi-version VS support (#20755)
5 years ago
wopeizl 9e5948230e
add support to gcc8, add docker env test=develop (#19807)
5 years ago
WangXi 507afa8a8a Fix dgc nan by stripping nccl from sparseReduce. (#20630)
5 years ago
石晓伟 48b27229a8
fix version.cmake, test=develop (#20606)
5 years ago
633WHU 12e4be0382 Dlpack support (#20039)
5 years ago
tangwei12 c9139c3db3
trainer from dataset fetch targets (#19760)
5 years ago
zhaoyuchen2018 e867366805
Add multihead op for ernie opt (#19933)
5 years ago
liym27 3aa331d97e fix conv2d and conv3d: (#20042)
5 years ago
石晓伟 01b9d07963
update operator compatible info, test=develop (#19978)
5 years ago
gongweibao ae593e57fa
Add dgc source code to bos platform. (#19892)
5 years ago
Yiqun Liu 3cd985a669
Add a pass to fuse fc+elementwise_add+layernorm (#19776)
5 years ago
chengjuntao 00efd1d8a9
add deformable conv v1 op and cpu version of deformable conv v2 (#18500)
5 years ago
zhouwei25 b5a5d93bbe fix the dependencies of third party and inference lib (#19684)
5 years ago
Huihuang Zheng 12542320c5
Replace TemporaryAllocator by CUDADeviceContextAllocator (#18989)
6 years ago
Yiqun Liu a65c728e5d
Implement the GPU kernel of fc operator (#19687)
6 years ago
baojun 87f13f7569 upgrade ngraph to support mkldnn v1.0 (#19689)
6 years ago
Tao Luo bcddbc78d4
remove -Wmaybe-uninitialized warning (#19653)
6 years ago
Tao Luo 3aaea4c545
fix inference_lib deps error (#19632)
6 years ago
liuwei1031 9c88570881 fix the warning caused by mistach arguments of flags.cmake (#19576)
6 years ago
silingtong123 e79cf3bce7 Enable online compilation of openblas on windows (#19602)
6 years ago
hutuxian c756b5d231
Paddlebox Framework (#18982)
6 years ago
liuwei1031 d6cb1a4122
add dynamic C runtime support on windows, test=develop (#19502)
6 years ago
Yihua Xu b920395842 Use sparse matrix to implement fused emb_seq_pool operator (#19064)
6 years ago
Zeng Jinle 5b6673c44d
merge develop to solve conflict, also fix API doc, test=develop (#18823)
6 years ago
liuwei1031 50582071dc
fix compilation issue in windows vs2017 (#19183)
6 years ago
zhouwei25 2f0dc8463a fix the bug that PYTHON_EXECUTABLE not exists (#19225)
6 years ago
zhouwei25 ef46918ad1 Fix the inference library compilation bug on windows (#19190)
6 years ago
Tao Luo 32a670badc
remove WITH_FAST_MATH option (#19149)
6 years ago
wopeizl 80b7ef6fc8
add tensorrt support for windows (#19084)
6 years ago
Krzysztof Binias e1b5833b88 [PROPOSAL] Add support for dynamic code analysis (Sanitizers) (#18303)
6 years ago
baojun adcfc53b18 upgrade ngraph version and simplify ngraph engine (#18853)
6 years ago
Huihuang Zheng 0d3f16f53e
Try to modify external gflags to solve CI compilation (#18872)
6 years ago
Tao Luo 8de5aa1bde
remove package.cmake (#18760)
6 years ago
Tao Luo 0ae45f0b53
remove unused cmake file (#18744)
6 years ago
Tao Luo c457a69db5
remove unused gzstream.cmake (#18705)
6 years ago
Jacek Czaja 0d8e6c9b8b MKL-DNN upgrade to 0.20 (#18370)
6 years ago
gongweibao ec1000cca9
Change to use brpc rdma branch instead of personal branch. (#18683)
6 years ago
Jiabin Yang 898237c19a
Downgrade gcc to 4.8 (#18614)
6 years ago
guru4elephant d714bf037c
remove async executor and add data_feed.proto to the deps of train demo (#18659)
6 years ago
kh2se2013 9ad57f2dfd 1)change to parallel mode on python coverage run (#18594)
6 years ago
kh2se2013 ac81c81be1 unset CMAKE_BUILD_TYPE when WITH_COVERAGE = ON (#18541)
6 years ago
石晓伟 1529154821
Support Bitmain Anakin (#18542)
6 years ago
石晓伟 047bba855b
Remove the obsolete cmake options (#18481)
6 years ago
guru4elephant ef81ff742a
update pslib library path (#18415)
6 years ago
kh2se2013 27fb9cad65 add WITH_COVERAGE option, default OFF (#17872)
6 years ago
Tao Luo 3c9755bbb9
remove unused jemalloc option (#18314)
6 years ago
wopeizl daa32d5383
fix package generation for inference test=develop (#18220)
6 years ago
Wojciech Uss c26130f3a9 reuse C-API INT8 unit test application (#18077)
6 years ago
Michał Gallus 8462e2b805 Disable MKLDNN FC in Resnet50 test (#18030)
6 years ago
tensor-tang 5c06bff222
combine noavx and avx package (#17889)
6 years ago
石晓伟 bce259e5bf
Update the Anakin interfaces for content-dnn and MLU (#17890)
6 years ago
wopeizl 3d0e1204d6
add support for cuda9 on windows test=develop (#17594)
6 years ago
wopeizl 82b834cbdb
use the bj as default address instead of cdn test=develop (#17795)
6 years ago
wopeizl f893914f1f
fix the dll not found issue on windows (#17750)
6 years ago
baojun 2c58f1a83c [NGraph] Added lookup table to ngraph engine test=develop (#17647)
6 years ago
Bai Yifan bba57cdd82
Add deformable conv v2 op,test=develop (#17145)
6 years ago
Yiqun Liu 5782dddad0
Optimize the concat and split kernel for specical cases when the number of inputs/outputs is 2 (#17415)
6 years ago
Michał Gallus 0c39b97b4e [MKL-DNN] Add Fully Connected Op for inference only(#15226)
6 years ago
mozga-intel 6101fd57ad update ngraph to v0.19 test=develop (#17582)
6 years ago
Tao Luo 3d19f44a89
remove unused SERIAL compiler option (#17500)
6 years ago
wopeizl ca3ba378c7
fix the random compilation failure on windows test=develop (#17475)
6 years ago
jiaqi 66d51206b1
add save/load model, shrink table, cvm, config file & fix pull dense bug (#17118)
6 years ago
Jiabin Yang c843e64cf5
Revert "rename the default version from '0.0.0' to 'latest' (#17304)" (#17356)
6 years ago
wopeizl f456c8beb8
rename the default version from '0.0.0' to 'latest' (#17304)
6 years ago
Tao Luo ff1661f12a
remove unused FLAGS_warpctc_dir (#17162)
6 years ago
石晓伟 a72dbe9abf
Cherry-pick benchmark related changes from release/1.4 (#17156)
6 years ago
baojun-nervana 855bb4d408 update ngraph to v0.18 test=develop
6 years ago
gongweibao cbdb8a17b1
Polish DGC code (#16818)
6 years ago
wopeizl b6150e1fa7
disable the share lib for protobuf test=develop (#16778)
6 years ago
Chen Weihang 0b2aec14b6 Revert "Model data cryption link all lib (#16555)"
6 years ago
Chen Weihang c38c7c5619
Model data cryption link all lib (#16555)
6 years ago
石晓伟 5dea0bdd1b
Merge pull request #16498 from Shixiaowei02/feature/anakin-engine
6 years ago
gongweibao fea91164b7 Fix windows compilation error! (#16546)
6 years ago
Shixiaowei02 bddb2cd315 resolve conflicts with the develop branch test=develop
6 years ago
gongweibao eb83abeac3
Add DGC(Deep Gradient Compression) interface. (#15841)
6 years ago
baojun b1d2605152 fix compile issue test=develop (#16447)
6 years ago
nhzlx 953bdde058 Merge branch 'develop' of https://github.com/paddlepaddle/paddle into HEAD
6 years ago
liuwei1031 de3b70a101
fix cdn issue, test=develop (#16423)
6 years ago
nhzlx f3a2e4b3d8 1. Add ANAKIN_ROOT compile option
6 years ago
qingqing01 8ad672a287
Support sync batch norm. (#16121)
6 years ago
Brian Liu db120b9392 Upgrade MKLDNN to v0.18-rc and fix issue caused by lib/lib64 (#15861)
6 years ago
Tao Luo 344f098a34
Merge pull request #15963 from baojun-nervana/ngraph_v14
6 years ago
Tao Luo 4efdebc6f6
Merge pull request #15931 from yihuaxu/develop_2c5c7b2a7_gelu_mkl_opt
6 years ago
baojun-nervana b51e4dc0a4 fix lib64 test=develop
6 years ago
Tao Luo 47d36b2008
Merge pull request #15924 from baojun-nervana/ngraph_v14
6 years ago
dzhwinter 225c11a91f polish cudnn related code and fix bug. (#15164)
6 years ago
Yihua Xu 7396788694 Optimize gelu operation with mkl erf.
6 years ago
baojun-nervana 2ffacdebc2 Update ngraph version to v0.14 test=develop
6 years ago
liangan1 4acc522087 Enable function coverage for U8/S8 ConvMKLDNNOpKernel
6 years ago
tensor-tang ee2321debd
Revert 15770 develop a6910f900 gelu mkl opt (#15872)
6 years ago
Yihua Xu 676995c86c Optimze Gelu with MKL Erf function (#15770)
6 years ago
JiabinYang ba38be7242 test=develop, fix protobuf runtime update and keep lib in 3.1.0
6 years ago
Tao Luo 50ffed27f6
Merge pull request #15813 from luotao1/legacy_any
6 years ago
Tao Luo 60cb0b9781 remove legacy $external_project_dependencies variable
6 years ago
Tao Luo c797a1f050 remove legacy any.cmake
6 years ago
Tao Luo f52d372876 remove legacy EXTERNAL_LIBS variable
6 years ago
Tao Luo 0d38817cf4 remove legacy EIGEN_USE_THREADS, WITH_ARM_FP16 options
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 ff2a8386a0 remove legacy USE_EIGEN_FOR_BLAS option
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
JiabinYang 48cf979a21 test=develop, install requirements before start for Linux
6 years ago
JiabinYang fe7ffedc1a test=develop, update protobuf
6 years ago
dzhwinter 02a585b5c7 add details. test=develop
6 years ago
dzhwinter 04e9776aef add details. test=develop
6 years ago
wopeizl 3614dadf23
Merge pull request #15631 from wopeizl/windows/fixci
6 years ago
peizhilin 805d505f14 disable warnings for third parties
6 years ago
Yan Xu c356bd01e9
fix invalide paddle_version on tag branch test=develop (#15551)
6 years ago
peizhilin 3a4110f960 fix ci broken randomly and disable some warnings
6 years ago
Krzysztof Binias b1bdcd4de8 Make separate folders for mkldnn codes
6 years ago
Tao Luo c42ef5bf05 remove legacy WITH_DOC option
6 years ago
chengduo 7166b52a6e
add limit_of_tmp_allocation for CI (#15513)
6 years ago
Tao Luo df92d05ef3 remove legacy IOS option
6 years ago
Tao Luo cf29ea1592 remove legacy ANDROID option
6 years ago
Tao Luo 3ce10dba15 remove legacy USE_NNPACK option
6 years ago
Tao Luo 2d529186f1 remove legacy CMAKE_CROSSCOMPILING option
6 years ago
Tao Luo 9353bc58dd remove legacy MOBILE_INFERENCE option
6 years ago
Tao Luo b4ccae75c0 remove legacy target in cmake/util.cmake
6 years ago
Tao Luo e000d17a0c remove legacy WITH_SWIG_PY option
6 years ago
Tao Luo 561ae9d507 remove legacy WITH_C_API option
6 years ago
Wu Yi 7e651a38dd
fix mac cmake version 3.13 build (#15386)
6 years ago
Yiqun Liu 568cc2ffa8
Optimize while_op for test (#14764)
6 years ago
peizhilin 439691f5bd adjust the shlwapi on windows
6 years ago
peizhilin 92da467c99 Merge remote-tracking branch 'upstream/develop' into windows/fixgpuissue
6 years ago
Sang Ik Lee 9181dea9f3 Set correct TBB library name in debug build and remove warning related to rpath dependency from symlink.
6 years ago
baojun-nervana bb9f7a14a0 Fix cmake warning test=develop
6 years ago
Tao Luo f23a257e90 use the new MKLDNN repo url
6 years ago
chengduo 55a0672378
fix compute_75 of cuda_cmake (#15209)
6 years ago
Jiabin Yang 7b8b42689a
Merge pull request #15190 from luotao1/mklml_update
6 years ago
xuezhong c0bc818688
Merge pull request #15188 from velconia/add_pyramid_dnn_support
6 years ago
Tao Luo 49c31e5da4 disable mkl for mac
6 years ago
chengduo b1ea335f60
add sm_75 support (#15198)
6 years ago
minqiyang 68a07328fa Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_pyramid_dnn_support
6 years ago
Tao Luo ee59e60f77 update mklml version
6 years ago
minqiyang 4bfa110fd8 Add no lock optimize pass
6 years ago
Qiyang Min 1df2399e00
Merge pull request #15180 from velconia/add_pyramid_dnn_support
6 years ago
Yan Chunwei 875a07c32d
refactor inference analysis api (#14634)
6 years ago
minqiyang 583f7ce173 Add dynamic jemalloc modules
6 years ago
baojun-nervana f0cde74564 Update ngraph with elt-wise relu test=develop
6 years ago
peizhilin 25523bb8e6 test=develop
6 years ago
peizhilin 9ae50dd07d fix gpu buils issue on windows test=develop
6 years ago
Jiabin Yang adc96e06d9
Merge pull request #15107 from luotao1/mkl_version_update
6 years ago
Tao Luo d319ffcd27 update mkl version, and add mkl-mac version
6 years ago
qingqing01 6f0a1d7b47
Inception fusion operator. (#14968)
6 years ago
wopeizl 7ab501264d
Merge pull request #15069 from wopeizl/windows/dsosupport
6 years ago
baojun-nervana 555fbc10d8 upgrade ngraph to v0.10.1 test=develop
6 years ago
Yu Yang efa630eadb
Refine Dockerfile (#14908)
6 years ago
peizhilin 01c00b07dd fix test issues on windows
6 years ago
peizhilin 1e7f83e60a add cuda dso support for windows
6 years ago
gongweibao 00dadb0720
fix apple cuddn complation error test=develop (#15003)
6 years ago
peizhilin f31d65454c use the default cdn address for mklml package on windows
6 years ago
peizhilin b6d7f0e5ec use the CDN as the source location
6 years ago
peizhilin 1cc9d59838 disable xbyak on windows
6 years ago
peizhilin 40a94a138f remove irrelevant fix for mkl
6 years ago
peizhilin 07c7eaabb4 Merge remote-tracking branch 'upstream/develop' into windows/mkl
6 years ago
peizhilin 19ebd8b4cf add ctc support for windows
6 years ago
peizhilin 17fb3253c3 keep the mkl win's version inconsistent with Linux's
6 years ago
peizhilin fa135bbf52 Fix the mkl build script on windows
6 years ago
colourful-tree 44ad2f4479
Merge pull request #14873 from colourful-tree/develop
6 years ago
Yu Yang 2803cf5776
Merge pull request #14868 from reyoung/feature/refine_w2v
6 years ago
Zhaolong Xing 3e32a46490
Merge pull request #14916 from NHZlX/copy_trt_lib_to_inference_lib
6 years ago
peizhilin b601f2de8d include the mkl fix only
6 years ago
guru4elephant a79a3ea2f0
Merge branch 'develop' into develop
6 years ago
peizhilin 5a6d7fe2ff add mkl,ctc support for windows
6 years ago
wopeizl 0f085f0a5a
Merge pull request #14892 from wopeizl/windows/port3
6 years ago
nhzlx 4e3e68dfae copy trt lib to inference lib test=develop
6 years ago
Yu Yang 4de1a8bd9d Remove unused cmake log
6 years ago
Yu Yang 740e1626ce Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/refine_w2v
6 years ago
gongweibao 0b1c7d838c
Add brpc serialization support. (#11430)
6 years ago
peizhilin 23dec78772 fix script issue
6 years ago
heqiaozhi f81957a753 refine cmake for pslib & pre_define
6 years ago
Yu Yang 15550a2753 Polish code
6 years ago
heqiaozhi 2912d5311b fix code style bug & change pslib.cmake & change Cmakelist adapt pslib
6 years ago
heqiaozhi c4cb414291 refine pslib.cmake url to public
6 years ago
Yu Yang 8175983ef9
Merge pull request #14814 from reyoung/feature/gprof
6 years ago
Yu Yang 7604b1ad51 Fix Eigen macro when using GPU
6 years ago
Yu Yang f0c0bf328d Add gperftools supports for PE
6 years ago
Xin Pan 41c28d54c6 allow customize kernel selection
6 years ago
heqiaozhi 419506f510 refine for compile pslib.so
6 years ago
heqiaozhi a77fa67bbd async_thread_trainer & libmct & pslib.cmake
6 years ago
Xin Pan 7e0801d4ed
Merge pull request #14441 from baojun-nervana/intel/ngraph_op
6 years ago
heqiaozhi 4798a8c7b8 pslib_brpc
6 years ago
heqiaozhi 038346c0c2 libmct
6 years ago