Commit Graph

377 Commits (116305ea4b77b272106534f2cbc2dc34a4e29f5c)

Author SHA1 Message Date
Xin Pan decaad5ccc
Merge pull request #8542 from panyx0718/test
7 years ago
Xin Pan b9ec24c6e9 Extend current profiler for timeline and more features.
7 years ago
Luo Tao 6d25a43a94 set the default option of WITH_FAST_BUNDLE_TEST be OFF
7 years ago
Yang Yang(Tony) 87f4311a88
compile with nccl2 (#8411)
7 years ago
Xin Pan cde6241a1b Run Python OP tests in a single Python process to improve test time. (#8362)
7 years ago
qingqing01 24509f4af9 Fix the grammar in copyright. (#8403)
7 years ago
Luo Tao 59e4dd5797 add independent inference_lib.cmake
7 years ago
Luo Tao 96d4bf5337 prevent make clean from cleaning ExternalProject boost
7 years ago
Luo Tao e100b37e30 change the default option of `WITH_TESTING` to OFF
7 years ago
dangqingqing e5fc79d88a Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into boost_cmake
7 years ago
dangqingqing e7700640e6 Remove Boost finding in CMake.
7 years ago
dangqingqing da018e31bd Remove boost installing step and remove boost installation in Dockerfile scripts.
7 years ago
Luo Tao c0da87f399 add TODO in WITH_FLUID option
7 years ago
dangqingqing 564c6abda3 Add cmake for extern project of boost.
7 years ago
Luo Tao 363538803a set WITH_FLUID=OFF when WITH_C_API=ON
7 years ago
Luo Tao c0f0f2337e add WITH_FLUID option and third party INSTALL for fluid api
7 years ago
Liu Yiqun 9b3f2c39f2 Add a simple example for fluid to do inference in C++ code.
7 years ago
Yang Yu cd357aa0f0 Set RelWithDebInfo flags
7 years ago
Luo Tao 34b9294052 add version and path for both CXX and C compiler
7 years ago
Luo Tao cfe6d694dd message cxx compiler version
7 years ago
kexinzhao 1d1555e2e5
Merge pull request #5716 from kexinzhao/float16
7 years ago
Abhinav Arora 3ca8a8ea4f
Changing RelWithDebInfo flags (#6193)
7 years ago
Tao Luo fb919382cc
Merge pull request #6088 from Xreki/fix_capi_build_with_python
7 years ago
武毅 067381e2e2
Merge pull request #6146 from typhoonzero/add_switch_distributed
7 years ago
Yiqun Liu 7480291c62
Add version and commit information in capi config.h and use unofficial glog for Android API < 21. (#6113)
7 years ago
typhoonzero 1a852861b2 add switch for distributed support
7 years ago
Liu Yiqun 5fc88244b5 Fix the compiling error when seting WITH_C_API=ON and WITH_PYTHON=ON.
7 years ago
Kexin Zhao 4901184ee9 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into float16
7 years ago
Kexin Zhao 41bd1f9115 fix gpu test, clean code and add cmake
7 years ago
武毅 0a8a86e0c9
Send recv op (#5520)
7 years ago
Luo Tao bf5f94a3ca fix compiler error in "WITH_MKL"
7 years ago
Tao Luo 2e7ffbd1ea
Merge pull request #5741 from tensor-tang/refine
7 years ago
tensor-tang 18f1f53555 change message level from warning to status, and fix hard number in version
7 years ago
dangqingqing 94e86897fa update code and fix conflicts.
7 years ago
tensor-tang 363f690d79 expose only one WITH_MKL to user, covering WITH_MKLDNN and WITH_MKLML
7 years ago
tensor-tang 8496eab45a make mklml necessary when with_mkldnn
7 years ago
dangqingqing 3d080f3ad5 Refine cmake about CUDA to automatically detect GPU arch by default.
7 years ago
Yiqun Liu bba6223598
Enable the build for iOS simulator. (#5211)
7 years ago
Yu Yang 94e741d6f0 Use external project for NCCL (#5028)
7 years ago
Yu Yang 43c6ff212e Feature/nccl dso (#5001)
7 years ago
hedaoyuan 773d064ae0 Use MinSizeRel compile third_party library when build for mobile inference.
7 years ago
hedaoyuan adad8d9ed2 Open WITH_TESTING option.
7 years ago
hedaoyuan 6627801a58 Follow comments.
7 years ago
hedaoyuan ea4672bea0 Remove optimizer.
7 years ago
hedaoyuan 3c66b307f7 Remove the pserver, trainer, evaluators and some useless gradientmachines when compile mobile inference library.
7 years ago
hedaoyuan d7a2290594 Bug fix.
8 years ago
Liu Yiqun 26e9ab476b Fix if-statement error in CMakeLists.txt and remove build_ios task from travis.
8 years ago
Liu Yiqun 76338fb6a7 Merge branch 'develop' into build_ios
8 years ago
Liu Yiqun b75123b56f Add TODO comment about the support of glog for Android api 16 ~ 19.
8 years ago
Liu Yiqun b4d710ce12 Merge branch 'develop' into build_ios
8 years ago
Liu Yiqun b51ba53a55 Write the building and the lastest commit into a BUILD.txt in install phase.
8 years ago
hedaoyuan 4966174608 Fix android-16 compile.
8 years ago
Liu Yiqun fb93a8be27 Add paddle_pserver back to c-api library, because it is used in Evaluator.h.
8 years ago
Liu Yiqun d57ffc4557 Deliver the cross-compilng platform-specific args to external libraries.
8 years ago
Liu Yiqun 0cb3906d5c Merge branch 'develop' into build_ios
8 years ago
Liu Yiqun 473161f919 Merge branch 'ios_cross_compile' into build_ios
8 years ago
Liu Yiqun 224f8b06f4 Support building for multiple architecures at one time.
8 years ago
Liu Yiqun fb38e6620e Seperate the codes that cannot and don't need to build for iOS devices.
8 years ago
zlx 11cb75f8bb add the ios cross compile
8 years ago
hedaoyuan a683a56f69 Merge pull request #3549 from hedaoyuan/convolution
8 years ago
haonanyu a107181bea fix EXTERNAL_LIBS in CMakeLists.txt
8 years ago
hedaoyuan adcca2cc06 Add PADDLE_USE_EIGEN_FOR_BLAS macro.
8 years ago
tensor-tang c7372256f2 open MKLDNN and MKLML as default
8 years ago
Yiqun Liu 2e87d747bd Merge pull request #3337 from tensor-tang/merge
8 years ago
Yi Wang 2ca13944b6 Merge pull request #3378 from gangliao/proj_name
8 years ago
gangliao be473a62eb Merge pull request #3357 from jacquesqiao/python-test
8 years ago
Luo Tao d111815c32 turn off with_mklml and with_mkldnn to fix ImportError of libmklml_intel.so
8 years ago
qiaolongfei c304e02813 fix py_padde test
8 years ago
liaogang 7a56d46a8a Rename PROJ_ROOT to PADDLE_SOURCE_DIR and PROJ_BINARY_ROOT to PADDLE_BINARY_DIR
8 years ago
tensor-tang 94b172a7e8 fix mkldnn lib bug, and mkldnnbase
8 years ago
tensor-tang 2334a17203 enable MKLDNN and MKLML for unit test
8 years ago
Yi Wang 4b41a28d64 Disable MKL and OpenMP by default
8 years ago
tensor-tang 4dd89e8752 change default option for MKLDNN and MKLML
8 years ago
Tao Luo ef28f66f86 Merge pull request #2940 from tensor-tang/develop
8 years ago
tensor-tang 19c465bb5b as aligned, defualt set mkldnn and mklml OFF
8 years ago
tensor-tang 95ce961cef fix permission issue
8 years ago
tensor-tang 1cf50574c3 defualt disable mkldnn and mklml
8 years ago
tensor-tang a7e23a4cc2 fix link error static to shared
8 years ago
tensor-tang 577bb4e346 rename mkllite to mklml
8 years ago
tensor-tang f490d94210 separate MKL_LITE from MKLDNN
8 years ago
wanghaoshuang 676b76da4a fix cmake
8 years ago
wanghaoshuang 60a788933b Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into crop_layer
8 years ago
wanghaoshuang 3e7819c276 1. Reading image shape from input data instead of image_config
8 years ago
tensor-tang 89a4158038 enable MKLDNN library and MKL small package
8 years ago
hedaoyuan f146b03b44 Merge pull request #2824 from hedaoyuan/fix_nnpack
8 years ago
hedaoyuan 90cf44d79a Merge pull request #2816 from hedaoyuan/armv8
8 years ago
Helin Wang e4be077ffa Add go testing into cmake and fix libpaddle_go_optimizer.a link path
8 years ago
hedaoyuan ea3a1df18b Fix some compilation errors in some Android environments.
8 years ago
hedaoyuan 06748210d4 Fix some link errors about NNPACK.
8 years ago
Yu Yang 27b196ba6d Expose paddle.framework by pybind11 (#2793)
8 years ago
xuwei06 f7fa9f6725 Fix paddle build when it's a subdirectory of another project
8 years ago
Qiao Longfei 9045063b53 pserver etcd client (#2559)
8 years ago
wuyi05 eefcfed337 fix ci error
8 years ago
yi.wu 9c853c269d Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cmake_go_vendor
8 years ago
hedaoyuan 84c3523c5a Merge pull request #2625 from hedaoyuan/nnpack_lib
8 years ago
Helin Wang 38790c1c21 fix according to comment
8 years ago
Helin Wang 59cf5e7796 Fix Go cmake
8 years ago
Yi Wang 2d840ea345 Merge pull request #2596 from wangkuiyi/memory_cpu_allocator
8 years ago
hedaoyuan 7062be0fbd Add cmake for compile NNPACKConvOp.cpp.
8 years ago
liaogang dd08d337c0 FIX: fix cmake type error
8 years ago
wuyi05 155e40ef26 using glide for go package vendor
8 years ago
qijun ab91232cf6 add cmake external project for eigen
8 years ago
Yi Wang f403096aa4 Move directory third_party into /build
8 years ago
Yi Wang db128c4586 Pass cpu_allocator_test
8 years ago
qiaolongfei 9e13b68f01 refine code
8 years ago
qiaolongfei d9aac1e13d add WITH_Go to disable compile go to paddle
8 years ago
Helin Wang 8742441fc0 integrate master Python lib with cmake
8 years ago
qiaolongfei 99dc60642d new parameterupdater use paddle pserver cclient of go
8 years ago
liaogang 4dcb9f1ca1 add go_xxx to simplify cmake
8 years ago
Liu Yiqun 01bee86df5 Merge branch 'develop' into cmake_protobuf
8 years ago
Liu Yiqun d7d2a4f700 Add cross-compiling toolchain for Android.
8 years ago
xuwei06 1a2ff73b58 Change PROJ_ROOT in CMakeList.txt to use CMAKE_CURRENT_SOURCE_DIR
8 years ago
Yu Yang 18a3588b24 Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
Yiqun Liu d324ed7fff Merge pull request #1698 from Xreki/build_arm
8 years ago
Yu Yang c85ac61ad0 Using linb::any/std::any instead of FunctionConfig
8 years ago
Liu Yiqun 844eedd5f3 Add the check of Android API level which must not be lower than 21.
8 years ago
Liu Yiqun 1b8564206f Use native cross-compiling support for Android of cmake.
8 years ago
Yu Yang 9c1c19b6d0 Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
Liu Yiqun 38fa74edaa Fix cmake error of failing to find UINT64_MAX.
8 years ago
Liu Yiqun f261dc6a8b Merge branch 'develop' into build_arm
8 years ago
qiaolongfei e8965288dd Merge branch 'newnew_swig' of https://github.com/gangliao/Paddle into swig-compile
8 years ago
Liu Yiqun ccd3d0a42b Modify cmake for cross-compiling on arm architecture.
8 years ago
Yu Yang 88c3862378 Merge branch 'develop' of github.com:baidu/Paddle into feature/c_api
8 years ago
gangliao 5d28da4399 Merge pull request #1144 from gangliao/dso
8 years ago
liaogang dc251c017b Enable cuda dynamic link libs
8 years ago
liaogang 29f9c0d12f Follow yuyang's comment
8 years ago
Yu Yang 005ac1f849 Add warning message
8 years ago
Yu Yang fe8d5ff39f Add WITH_C_API option
8 years ago
liaogang d44f5e931a Resolving circular dependences in linux
8 years ago
liaogang bd1f6a7929 Fix swig on linux and clean cmake
8 years ago
Yu Yang f30c25fe2d Add THIRD_PARTY_PATH
8 years ago
liaogang 203db079f5 Merge confict with another PR
8 years ago
liaogang 934ba0bf39 Disable dynamic linked cuda libs default
8 years ago
liaogang 5788a879d4 Polish cmake configuration
8 years ago
liaogang 572d8254ea Clean cmake
8 years ago
liaogang aee0857838 Clean Travis ci and fix bug
8 years ago
liaogang a02ec8c932 Refine CMakeLists
8 years ago
liaogang 3d0e73bd32 Remove custom glog-like and gflags-like macros
8 years ago
liaogang 5848288142 Integrate doc en/cn into single doc
8 years ago
FoREacH 3adfdf0c58 Fix nvcc stray character Issue #760
8 years ago
liaogang 613d7c812b Fix conflicts with develop branch
8 years ago
liaogang 4453d76759 Upgrade cuda minimum version to 7.0
8 years ago
liaogang 26b2996b0a Upgrade compiler‘s minimum version
8 years ago
Liu Yiqun 7bb7fed833 Simplify the CMakelist.txt and fix typos.
8 years ago
Liu Yiqun 46ef2bc694 Merge branch 'develop' into warpctc
8 years ago
Liu Yiqun 25f1fbc491 Merge branch 'develop' into warpctc
8 years ago
Yu Yang a514eb395a Refine cmake get version routine
8 years ago
Yi Wang 08148beebf Use short Git commit id as the version in wheel filename if there is no Git tag
8 years ago
Yi Wang 20b416d256 Resolve conflict from git pull upstream develop
8 years ago
Liu Yiqun 5a97c98d6c Merge branch 'develop' into warpctc
8 years ago
Yu Yang 1eb9c36fd2 Make ApproximatelyEquals fit for protobuf2
8 years ago
qingqing01 31e57175d9 Merge pull request #655 from PaddlePaddle/release/v0.9.0
8 years ago
Liu Yiqun 4d487c6f35 Integrate warp-ctc as WarpCTCLayer, including unitest and layer interface.
8 years ago
Yi Wang 4e2071f47e Make cmake derive Paddle version from Git tag or Git commit ID
8 years ago
Yu Yang 341688b583 Bumping up version number
8 years ago
liaogang e488001675 Merge conflict with hl_cuda_device.cc
8 years ago
liaogang 2c84c1ecfb Add profiler object and update docs
8 years ago
liaogang 76a41f3147 Keep libcudart.so link in binary
8 years ago
Yu Yang 243a9a0c81 Bumping up version number to v0.9.0a0
8 years ago
gangliao 14ba68f963 Update FindAVX.cmake (#404)
8 years ago
hedaoyuan 125c19a3c3 fix some nvcc compile options (#392)
8 years ago
backyes 93e4d0cce6 using find_package for swig (#334)
8 years ago
backyes 744dba4abd add rdma cmake support (#284)
8 years ago
gangliao 3e2dc77cc7 Add code coverage and coveralls (#296)
8 years ago
backyes 12945b2c90 Add glog header path to include (#295)
8 years ago
emailweixu cbe734b396 Python trainer api (#193)
8 years ago
Yu Yang 2f82d72ede Fix bug in yield dictionary in DataProvider. (#197)
8 years ago
gangliao c13bdb15cd remove redundant HPPL_TYPE_DOUBLE (#200)
8 years ago
QiJune 86bb5ef169 Read git sha1 when building Paddle, and add it to PADDLE_VERSION macro
8 years ago
gangliao 90234791f4 Add automatic check AVX in CMake (#145)
8 years ago
Yu Yang 90b9cba7fe Add min_pool_size, Add default value of should_shuffle (#70)
9 years ago
Yu Yang 494f5a836b Add findZLIB in cmake
9 years ago
liuyuan04 721b09eee6 Update Jumbo package to 0.8.0b0.
9 years ago
Yu Yang daaf5a42ec Add travis support to PaddlePaddle
9 years ago
liaogang 7f3db06e64 fix some words in CMAKE
9 years ago
liuyuan04 4b7b99be9f delete option for building doc_cn, all docs controlled by WITH_DOC
9 years ago
zhangjinchao01 b72beee4f0 fix dash and space bug,
9 years ago