Lei Wang
753ea15d26
Build: add cicheck task.
7 years ago
Lei Wang
95d2651bc2
Build: simplify travis CI script. ( #10245 )
...
* Build: simplify travis CI script.
* Add linkcheck and run gen_doc in host machine not in docker.
* Add LinkCheck python package.
7 years ago
dzhwinter
eb6f9dd5de
Feature/cuda9 cudnn7 ( #10140 )
...
* "re-commit "
* "picked up"
* "fix ci"
* "fix pdb hang up issue in cuda 9"
7 years ago
Lei Wang
ba27db84c2
Scripts: fix syntax error.
7 years ago
Lei Wang
b8b2e897cd
Scripts: refactor paddle bash shell scripts. ( #10038 )
...
* Scripts: refactor paddle bash shell scripts.
* Fix indent.
* Modify readme documents.
7 years ago
gongweibao
12ae354a10
Fix cudnn version( #10088 )
7 years ago
Yancey1989
df47bfc077
check pserver file while writing dockerfile
7 years ago
Luo Tao
7d19b65e65
move paddle/scripts/check_env.sh to benchmark/
7 years ago
Yancey1989
b821a7efc1
specified pip version in production image
7 years ago
Helin Wang
35b0ed369c
make -j nproc when making inference_lib_dist
7 years ago
Helin Wang
974908f766
TeamCity build: handle case when WITH_FLUID_ONLY=OFF
7 years ago
weixing02
3800bc5f3e
Remove redundant commands in build.sh and build_doc.sh
7 years ago
weixing02
b1a35bfb52
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fluid_api
...
Merge branch develop
7 years ago
weixing02
9f9810cbb4
Add dependencies
7 years ago
weixing02
912a573603
Move v2/api/fluid to fluid/api and Adjust doc build commands
7 years ago
Helin Wang
c414fbbeb1
hookup WITH_FLUID_ONLY in TeamCity build.sh ( #9509 )
7 years ago
Xi Chen
f4925755db
fix submit_local's paddle pip name issue
7 years ago
Tao Luo
9126e626fc
Merge pull request #9165 from ROCmSoftwarePlatform/amd_cmake_01
...
Demostration of cmake refine for HIP support.
7 years ago
weixing02
d70a70bcda
Modified build.sh and remove build_doc.sh
7 years ago
sabreshao
e50205e744
CMake refine for HIP support.
...
1. Add option WITH_AMD_GPU.
2. Add cmake/hip.cmake for HIP toolchain.
3. Some external module such as eigen may need HIP port.
4. Add macro hip_library/hip_binary/hip_test to cmake/generic.cmake.
5. Add one HIP source concat.hip.cu as an example. Each .cu may have its corresponding .hip.cu.
7 years ago
sabreshao
45c988d86a
Demostration of cmake refine for HIP support.
...
1. Add option WITH_AMD_GPU.
2. Add cmake/hip.cmake for HIP toolchain.
3. Some external module such as eigen may need HIP port.
4. Add macro hip_library/hip_binary/hip_test to cmake/generic.cmake.
5. Add one HIP source concat.hip.cu as an example. Each .cu may have its corresponding .hip.cu.
7 years ago
Tao Luo
6f50dee4d5
compile and install the static library of fluid inference ( #7827 )
...
* compile and install the static library of fluid inference
* fix dynload_cuda not in CPU mode
* update shared library and adjust the deploy of openblas
* adjust the deploy of openblas
* * auto add all fluid modules for static library
* use libprotobuf.a instead of libprotobuf-lite.a for profiler
* use set_property to set the global varible instead of ENV
* add gpu depends of fluid modules, auto add inference_lib_dist depends
* change the condition of openblas_lib, and fix a typo
7 years ago
Luo Tao
3cba54ae1e
remove unused document deployment function in build_doc.sh
7 years ago
Luo Tao
bcf5b62970
refine CMakeLists.txt and build_doc.sh
7 years ago
Yiqun Liu
4a5dd62b22
Try to add build_android task back to travis. ( #8699 )
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
Luo Tao
6d25a43a94
set the default option of WITH_FAST_BUNDLE_TEST be OFF
7 years ago
QI JUN
44e3015412
fix nccl version ( #8540 )
...
* fix nccl version
* enable nccl test
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
Tao Luo
432d2b5d5b
Merge pull request #8105 from qiaohaijun/patch-1
...
for readability
7 years ago
Tao Luo
da02a5812c
refine inference_lib_dist after code move, and add it to docker/build.sh ( #8379 )
...
* refine inference_lib_dist after code move, and add it to docker/build.sh
* remove is_directory in inference_lib.cmake
7 years ago
Luo Tao
3941a249b2
add framework_py_proto, set WITH_STYLE_CHECK=OFF
7 years ago
Luo Tao
51d8a1168c
reduce doc build time in travis ci
7 years ago
Yi Wang
0231aadb0c
Merge branch 'develop' of http://github.com/paddlepaddle/paddle into patch-1
7 years ago
Tao Luo
159b7722f4
Delete "Operators" in API tree ( #8324 )
7 years ago
Luo Tao
4e52026476
add independent sphinx tree for api
7 years ago
qiao hai-jun
f2e92c5d13
Update start_mpi_train.sh
7 years ago
Luo Tao
901cab9ed3
Add `make clean` in docker/build.sh
7 years ago
Yancey
b47a2a01b1
Merge pull request #8019 from Yancey1989/fix_build_type_default_env
...
Fix default build_type env
7 years ago
Yancey1989
4db77131cd
update by comment
7 years ago
helinwang
1c2b071a37
Merge pull request #7990 from PaddlePaddle/helinwang-patch-1
...
CI build: take -DCUDA_ARCH_NAME from environment variable
7 years ago
Yancey1989
3b5588a814
Fix default build_type env
7 years ago
helinwang
b3ecdafe7e
CI build: take -DCUDA_ARCH_NAME from environment variable
7 years ago
qingqing01
0d550ea156
Make parallel tests bind to different GPU.
7 years ago
Luo Tao
e100b37e30
change the default option of `WITH_TESTING` to OFF
7 years ago
Yang Yu
5594456a4b
Add build_type to build.sh
7 years ago
dzhwinter
e983cc90fc
"fix decode bug" ( #7711 )
...
* "fix decode bug"
* "follow commnet"
* "fix error"
* "fix hook bug"
* fix based comment
* fix copyright
* fix based on comment
7 years ago
dzhwinter
b9b75377a2
Feature/hooks ( #7513 )
...
* add copyright hook
* add copyright hook
* refine copyright hook
* "test copyright hook"
* fix check style
* fix ci
7 years ago
tensor-tang
74c5e7c52d
enbale auto set env of V1 on Mac
7 years ago
Luo Tao
929d22c622
auto set openblas env
7 years ago