Lei Wang
95ba67a30c
Build: fix go package installation path. ( #11166 )
7 years ago
dzhwinter
82e5738f53
"fix build script" ( #11011 )
7 years ago
yi.wu
65f656eef2
fix nightly build and build script error
7 years ago
Lei Wang
72149c1675
scripts: clean bash scripts. ( #10721 )
...
* scripts: clean bash scripts.
* Fix build related documents.
7 years ago
Yan Chunwei
fd45c6d1b9
feature/inference api demo impl ( #10825 )
...
add inference api demo impl
7 years ago
Tao Luo
ec7f1e99ab
Merge pull request #10907 from reyoung/feature/remove_cpplint_while_compile
...
Remove cpplint in cmake
7 years ago
yuyang18
a229734cbd
Remove cpplint in cmake
7 years ago
Luo Tao
654229b232
refine fluid deploy on teamcity
7 years ago
Xi Chen
e68d196097
update cudnn version to cuda version
7 years ago
Xi Chen
1087bb0ce3
fix cudnn9 production dockerfile
7 years ago
Lei Wang
01c0a81b4d
Dockerfile: add --allow-downgrades option when install libnccl. ( #10850 )
7 years ago
Lei Wang
faedee0d7a
Dockerfile: fix production image libnccl install error. ( #10848 )
7 years ago
Luo Tao
91d8373b18
change CMAKE_INSTALL_PREFIX to FLUID_INSTALL_DIR
7 years ago
Lei Wang
f0c4088a88
Build: remove fixed container name to allow multiple build together. ( #10780 )
7 years ago
Lei Wang
0ad9212d78
Dockerfile: unify dev and product docker environment. ( #10778 )
...
* Dockerfile: unify dev and product docker environment.
* Fix check style error.
* Use envrioment valuable to get version info.
7 years ago
Yancey
17f503726b
use latest pip version in dev and production Docker image ( #10760 )
...
* use latest pip version
* fix ci
* update by comment
7 years ago
Yancey1989
57734901d9
use cdn to speed up thirdparty package download
7 years ago
Lei Wang
dbbeccc466
Scripts: add a feature to run a single test. ( #10678 )
7 years ago
Lei Wang
dd6742ff85
Scripts: generate dockerfile after each build. ( #10719 )
7 years ago
Yancey
4473effba2
fix build capi failed ( #10694 )
...
* fix build capi
* update by comment
7 years ago
Lei Wang
f3ffec23cf
CI: exit when fail any step. ( #10579 )
7 years ago
Xin Pan
01a2773df4
Merge pull request #10547 from panyx0718/reduce_parall
...
Our tests interfere with each other and cause random failure.
7 years ago
Tao Luo
d2b0c4897c
Merge pull request #10511 from wanglei828/fixdockerfile
...
Dockerfile: fix production dockefile when WITH_GOLANG=OFF.
7 years ago
Xin Pan
e3aff13451
Our tests interfere with each other and cause random failure.
...
We should improve our test isolation before raising the
level of parallelism.
7 years ago
Xin Pan
dcb77813aa
Revert "CI: rerun failed tests. ( #10536 )"
...
This reverts commit 0446220e01
.
Reason:
Rerun failed test hides flaky test.
Flaky test can be bugs, for example, race condition.
Test shouldn't be flaky, if a test is flaky, it should be fixed.
7 years ago
Lei Wang
61eb3aa6b3
Dockerfile: fix production dockefile when WITH_GOLONG=OFF.
7 years ago
Lei Wang
0446220e01
CI: rerun failed tests. ( #10536 )
...
* CI: rerun failed tests.
* fix check style error.
7 years ago
Lei Wang
20fa848076
Travis: using ccache for docker build.
7 years ago
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
tensor-tang
11ed2f2f93
package right mkldnn and mklml libs if enabled in capi
7 years ago
tensor-tang
5ab271821b
fix crash when generating c-api package
7 years ago
Yancey
643ff03fbc
capi package ( #7237 )
7 years ago
tensor-tang
33b5382efc
auto set openblas env
7 years ago
Yancey
73aadb6679
install python tk ( #7095 )
7 years ago
Luo Tao
49065affba
remove unused usage_stat script
7 years ago
Luo Tao
07f2ba5517
reopen linkchecker for checking broken links in websites
7 years ago
Tao Luo
d65316f833
Merge pull request #6573 from luotao1/paddledev
...
update paddledev to paddlepaddle
7 years ago
Luo Tao
0e18bc8836
update paddledev to paddlepaddle
7 years ago
liaogang
316ab4e07d
christmas gift: fix a typo
7 years ago
Tao Luo
79f0ab55de
Merge pull request #6473 from luotao1/with_test
...
typo WITH_TEST to WITH_TESTING
7 years ago
tensor-tang
252f1e4a34
Merge pull request #6493 from PaddlePaddle/release/0.11.0
...
merge Release/0.11.0 to develop
7 years ago
tensor-tang
f4f17e539b
skip mkl setting in v1 with Mac
7 years ago
Luo Tao
ddf20e589f
typo WITH_TEST to WITH_TESTING
7 years ago
Luo Tao
1d301731ac
refine the gen_docs in build.sh
7 years ago
Luo Tao
3b1529d2e5
add print_operators_doc in travis ci
7 years ago
tensor-tang
c096130a94
Merge pull request #6291 from tensor-tang/check_env
...
add script to check the cpu env
7 years ago
tensor-tang
32cc0db151
check if cmake has been installed
7 years ago
tensor-tang
f62dbebe20
follow comments and add limited version of dmidecode
7 years ago
Yancey1989
8dacb4050b
install dmidecode in product docker image
7 years ago
QI JUN
7910d96ab8
build paddle_python before build paddle_docs ( #6337 )
7 years ago
tensor-tang
62c00e00eb
add dimms locator info
7 years ago
tensor-tang
e670453518
add script to check the cpu env
7 years ago
Luo Tao
3e8c3638dc
add WITH_DOC for print_operators_doc in docker/build.sh
7 years ago
typhoonzero
dda277ba6c
update build.sh
7 years ago
武毅
e1b8c27acb
Add back print_operators_doc ( #5970 )
...
* add back print_operators_doc
* fix style check
* fix style check
7 years ago
Yu Yang
dc82a30908
Refine CheckStyle Script ( #5942 )
...
* Refine CheckStyle Script
* Disable linkchecker for build_doc.sh
7 years ago
Yancey
f96bc313e8
fix path env in build.sh ( #5948 )
7 years ago
Yancey
9891667b79
fix ld_library_path in dockerfile ( #5794 )
7 years ago
tensor-tang
363f690d79
expose only one WITH_MKL to user, covering WITH_MKLDNN and WITH_MKLML
7 years ago
Tao Luo
6cf7f1e4b9
Merge pull request #5671 from tensor-tang/autocpu
...
auto set cpu env when mkldnn or mklml enabled
7 years ago
tensor-tang
6337007ef5
add echo the result as comment
7 years ago
tensor-tang
a6f5f6efb6
at least set threads number as 1, in case trainers number is larger than processors
8 years ago
tensor-tang
4fbba65626
auto set cpu env when mkldnn or mklml enabled for V1 API
8 years ago
Yiqun Liu
d3ef2543f9
Fix compiling error for Android, and installing error for cmake of low version. ( #5660 )
8 years ago
typhoonzero
fd7ed3b9c6
fix ci not exit 1
8 years ago
typhoonzero
e1157c521d
add back root should delete later
8 years ago
typhoonzero
66ae71399d
enable manylinux builds
8 years ago
Thuan Nguyen
b1340361a3
Please refer to https://github.com/PaddlePaddle/Paddle/issues/5363
...
This changed was accidently reverted in a previous pull request. This pull request adds back in the print_operators_doc to the docker image.
Discussed with Helin and Yi. Currently we have a binary "print_operators_doc" that is built that generates a JSON document. This JSON represents the API documentation of paddle, and will be used by PaddlePaddle.org to generate API documentation.
This issue is to request "print_operators_doc" to be added to the production paddlepaddle/paddle:latest image.
8 years ago
武毅
ff4c20e0c5
fix build sh ( #5400 )
8 years ago
typhoonzero
649ff6e856
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
8 years ago
typhoonzero
fa1e90425d
put files to platlib
8 years ago
Thuan Nguyen
610c39d304
Please refer to https://github.com/PaddlePaddle/Paddle/issues/5363 .
...
After discussion with Helin and Yi, this change adds "print_operators_doc" executable to the Paddle docker nightly image. This docker image will be pulled by PaddlePaddle.org nightly job and will generate the operator documentation to be put on PaddlePaddle.org website.
8 years ago
daming-lu
496f150183
fix build doc
8 years ago
Yiqun Liu
d3b07a6ede
Add documentation of cross-compiling for iOS ( #5239 )
...
* Add documentation of cross-compiling for iOS.
* Correst the typo in documentation of cross-compiling for raspberry pi.
* Set ANDROID_API to 21 when it is specified < 21 for arm64-v8a in build_android.sh.
* Check the input and print the usage in MergeModel.cpp.
8 years ago
Yu Yang
784fc32bfa
Add nccl to docker image
8 years ago
武毅
63ffe5250a
Cluster train doc for v2 API ( #2072 )
...
* update cluster train v2 doc
* WIP cluster train doc
* update
* cluster train doc
* add TOC for en doc
* fix sphix build issue
* fix error links
* fix link errors
* fix image link
* polish cluster train docs
* update general distributed training document
* fix sphinx compile error
* fix doc image error
8 years ago
武毅
0c72649afc
Fix gometalinter versioning ( #4832 )
...
* fix gometalinter versioning
* stop gometalinter
8 years ago
tensor-tang
0a37f2adf0
fix typo
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
9e524fce1b
Remove the generation of executable, such as paddle_trainer, when setting WITH_C_API.
8 years ago
Liu Yiqun
b4d710ce12
Merge branch 'develop' into build_ios
8 years ago
Liu Yiqun
92e7b09547
Add ARGS ANDROID_API in Dockerfile.android, to support using toolchain of different api level.
8 years ago
Luo Tao
74de8c0c76
make docker can configure with_mkldnn and with_mklml
8 years ago
武毅
3fbb692d4b
Add topk op ( #3760 )
...
* init add
* add topk op
* someupdate
* fix style check
* add test py file
* update top k cuda kernel
* follow comments
* remove debug print
* fix casting error
* fix casting error
* fix casting error
* fix rename bug...
* fix travis
8 years ago
Liu Yiqun
3360e9cdb8
Change the definition of vmlaq_laneq_f32 from template function to macro.
8 years ago
Liu Yiqun
2ee8a4c84b
Add build_ios task in travis, and move the installing of glide into check_style.sh.
8 years ago
Liu Yiqun
9293dc4817
Move the third_party_android from cache directories in travis.
8 years ago
Liu Yiqun
8e5f54320f
Refine the toolchain file of Android to use clang as default compiler.
8 years ago
Liu Yiqun
1e76feead0
Merge branch 'build_android_clang' of https://github.com/Xreki/Paddle into build_android_clang
8 years ago
Liu Yiqun
8b15ac82fa
Move the definition of hl_cpu_gru_forward and hl_cpu_gru_backward to function/GruFunctor.h.
8 years ago
Liu Yiqun
50c63dc9e7
Merge branch 'develop' into build_android_clang
8 years ago
Liu Yiqun
f241773c4f
Support to use clang for Android cross-compiling.
8 years ago
Yi Wang
4b0235c1f2
Update build.sh
8 years ago
Yi Wang
f22ece9273
Add a document on building using Docker
8 years ago
Liu Yiqun
8a4fad4248
Support to use clang for Android cross-compiling.
8 years ago
Liu Yiqun
5ca4118451
Update Dockerfile of android to support building for arm64-v8a and armeabi.
8 years ago
Yancey
47f380bb47
fix ldconfig ( #3547 )
8 years ago
Yancey
0f8688192c
Fix invalid paddle binary file path ( #3421 )
...
Fix invalid paddle executable file path with pip install
8 years ago
Tao Luo
d605560e2d
Merge pull request #3488 from luotao1/docker_doc
...
build documentation don't need install Paddle before
8 years ago
Luo Tao
72be3b920a
add install infomation in build.sh
8 years ago