Commit Graph

192 Commits (71f51ff64a327457916d89471c29d3c5017d8343)

Author SHA1 Message Date
Luo Tao d4682247e1 auto find tensorrt library
7 years ago
Yan Chunwei 186659798f
add tensorrt build support(#9891)
7 years ago
Yu Yang fa21436d0d
Merge pull request #9080 from reyoung/cpp_parallel_executor
7 years ago
Tao Luo 9bbd753425 change WITH_FLUID to WITH_FLUID_ONLY (#9427)
7 years ago
Yu Yang 50e7e25db3 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cpp_parallel_executor
7 years ago
sabreshao e50205e744 CMake refine for HIP support.
7 years ago
sabreshao 45c988d86a Demostration of cmake refine for HIP support.
7 years ago
Yu Yang 5e87cd7574 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cpp_parallel_executor
7 years ago
Yu Yang 6f0dfd89a4 Single GPU ParallelExecutor complete
7 years ago
Luo Tao 76e1c6af9f enable WITH_FLUID option
7 years ago
Yu Yang 9dc69582de Make recordio simple
7 years ago
dongzhihong 7364348d04 "move from recordio repo to paddle"
7 years ago
Yiqun Liu 4a5dd62b22
Try to add build_android task back to travis. (#8699)
7 years ago
Yiqun Liu ae2026e134
Fix building error of missing end-group for Android. (#8680)
7 years ago
Yiqun Liu f0548679b3
Get rid of the dependency of Go compiler when WITH_GOLANG is OFF. (#8610)
7 years ago
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