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
Yancey
73aadb6679
install python tk ( #7095 )
7 years ago
liaogang
316ab4e07d
christmas gift: fix a typo
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
Yancey1989
8dacb4050b
install dmidecode in product docker image
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
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
Yiqun Liu
d3ef2543f9
Fix compiling error for Android, and installing error for cmake of low version. ( #5660 )
7 years ago
typhoonzero
e1157c521d
add back root should delete later
7 years ago
typhoonzero
66ae71399d
enable manylinux builds
7 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.
7 years ago
武毅
ff4c20e0c5
fix build sh ( #5400 )
7 years ago
typhoonzero
649ff6e856
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into develop
7 years ago
typhoonzero
fa1e90425d
put files to platlib
7 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.
7 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
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
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
Luo Tao
72be3b920a
add install infomation in build.sh
8 years ago
Luo Tao
d1cda33316
build documentation don't need install Paddle before
8 years ago
Helin Wang
55ce5a82d4
Docker build: create deb file and build Go by default.
...
Otherwise the production image generation will fail due to deb not
found, or executable built from Go not found.
8 years ago
liaogang
aaddf5f694
test on CI
8 years ago
gongweibao
8c2a0a763f
Fix C-API Compilation Error ( #3311 )
...
Fix C-API Compilation Error
8 years ago
liaogang
3b2e8fc8f3
Accelerate CI process under android environment
8 years ago
Yi Wang
89bc429312
Add environment variable WITH_DEB to control if buill.sh should generate .deb file
8 years ago
Yu Yang
c2272c6ecb
Only make install when it necessary in build.sh
8 years ago
Yu Yang
a720d21dcd
Paddle always not use `virtualenv` to unit-test
...
* User must install Paddle python package before unittest.
* Or use docker to build Paddle
8 years ago
Yu Yang
aa57f0fc85
Cat error log if cpack failed
8 years ago
Yu Yang
6cde6fc187
Follow comments
8 years ago