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 )
...
* Get rid of the dependency of Go compiler when WITH_GOLANG is OFF.
* Minor modification to the documentation.
* Remove the downloading and installing of Go compiler when build developing Docker image for android.
* Minor modifcation to the documentation's format.
* Change the default value of WITH_GOLANG to OFF in paddle/scripts/docker/build.sh.
7 years ago
Xin Pan
decaad5ccc
Merge pull request #8542 from panyx0718/test
...
Extend current profiler for timeline and more features.
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 )
...
* compile with nccl2
* add ncclGroup; it is necessary in nccl2
* add back libnccl-dev
7 years ago
Xin Pan
cde6241a1b
Run Python OP tests in a single Python process to improve test time. ( #8362 )
...
Currently, our tests run with 2 GPUs, the init time is absurdly long:
about 4s for each process. Currently, we run each OP test on
different processes. This PR:
1. create cmake function py_test_modules which will generate the
Makefile that runs a list of Python unittest module in a single Python
process.
2. move all "python unittest compatible" (e.g., used the unittest
package, not just a regular python file). from fluid/tests to
fluid/tests/unittests.
3. cmake now will run all OP tests in fluid/tests/unittests in a
single process, except the time-consuming tests, they are separated
into different processes to utilize parallelism. Please make sure to
use the unittest package if you put the python test file in
fluid/tests/unittests
4. remove all exit(0) from fluid/tests/unittests/*.py, exit(0) is used
to disable unittest, we can not do it when running all tests in a
single process since it will terminate the process without running the
other tests. Instead, the test is disabled in
fluid/tests/unittests/CMakeLists.txt. FIXME is added for each disabled
item. Please disable the unittest from
fluid/tests/unittests/CMakeLists.txt, instead of adding exit(0) to the
Python file, for all Python file in fluid/tests/unittests/.
5. add an option WITH_FAST_BUNDLE_TEST. When OFF, will run the unit
tests in separate process so that they can be tested individually.
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
...
Add half precision float16 data type
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
...
Fix the compiling error when seting WITH_C_API=ON and WITH_PYTHON=ON.
7 years ago
武毅
067381e2e2
Merge pull request #6146 from typhoonzero/add_switch_distributed
...
Add switch for distributed support
7 years ago
Yiqun Liu
7480291c62
Add version and commit information in capi config.h and use unofficial glog for Android API < 21. ( #6113 )
...
* Automatically configure the version and commit information in capi.
* Use the unofficial glog repository for building for Android (API < 21).
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 )
...
* WIP send recv op
* WIP send recv
* put grpc impl in details
* put grpc impl in details
* update wip
* update proto
* update proto
* update proto
* clean cmake
* wip on op implementations
* wip on op implementations
* compile ok adding ut
* wip unitest
* add extern cares for linking
* wip add ut
* working version send recv
* revert optimizer.py
* update test cmake
* add libtool to dockerfile
* update cmake dependency
* update cmake depends
* update cmake grpc depends
* fix cmake dependency
* fix compile error
* fix compile
* follow comments
* update
* update copyfrom
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
...
change message level from warning to status, and fix hard number in paddle version
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.
...
1. Automatically detect GPU arch by default.
2. Specify -DCUDA_ARCH_NAME=All when releasing PaddlePaddle new version
7 years ago
Yiqun Liu
bba6223598
Enable the build for iOS simulator. ( #5211 )
8 years ago
Yu Yang
94e741d6f0
Use external project for NCCL ( #5028 )
8 years ago
Yu Yang
43c6ff212e
Feature/nccl dso ( #5001 )
...
* "add nccl enforce"
* Dev
* Update comment
* Add nccl test
* Follow comments
8 years ago
hedaoyuan
773d064ae0
Use MinSizeRel compile third_party library when build for mobile inference.
8 years ago
hedaoyuan
adad8d9ed2
Open WITH_TESTING option.
8 years ago
hedaoyuan
6627801a58
Follow comments.
8 years ago
hedaoyuan
ea4672bea0
Remove optimizer.
8 years ago