Chen Weihang
172d4ecb6c
remove WITH_DSO compile option ( #25444 )
5 years ago
Zhou Wei
ff8ca52f88
windows publish package scripts ( #24851 )
...
* windows publish package scripts,test=develop
* windows publish package scripts,test=develop
* windows publish package scripts,test=develop
5 years ago
zhangchunle
576d68083e
generate ci index ( #24792 )
5 years ago
zhangchunle
f9c7f58ef6
remove duplicated mac_test build ( #24793 )
5 years ago
randytli
d15fc95ef5
Delete unused Cmake variables( #24707 )
5 years ago
tianshuo78520a
37ae661ca1
conda install cuda10 cudnn7.6 update ( #24665 )
5 years ago
qingqing01
43625bdabd
Add a high-level API with traning and inference into Paddle. ( #24293 )
...
* Merge hapi into Paddle
Hapi is a high level API for training and inference.
The main modules include Model, Loss, Metrics, Dataset.
Also includes common modules and models in NLP and computer vision, such as BERT, ResNet.
These modules are developed by:
0YuanZhang0, guoshengCS heavengate, LielinJiang, qingqing01, xyzhou-puck huangjun12, wangxiao1021, zhangyang.
5 years ago
wangchaochaohu
01e45a06f6
add dependency for conda test=develop ( #24318 )
5 years ago
hutuxian
3e2bc8715f
Try to fix UT Random Fail ( #24223 )
5 years ago
Tao Luo
e3179ea2f5
refine ccache statistics show ( #24167 )
...
test=develop
5 years ago
hutuxian
aa0330f451
Add some print log before running UT ( #24071 )
5 years ago
Tao Luo
34b4153e97
show statistics summary of ccache ( #24125 )
...
test=develop
5 years ago
zhangchunle
735e9ccce0
modify paddle_build.sh ( #24062 )
5 years ago
tianshuo78520a
109ffffbb2
Update code format ( #24000 )
5 years ago
tianshuo78520a
19235e8525
add cpu ci job check_style ( #23617 )
5 years ago
zhangchunle
6bd200db66
remove high level api ( #23854 )
5 years ago
tianshuo78520a
f77d0afc15
Drop the number of concurrent compile ( #23890 )
5 years ago
zhongpu
9242d72a69
fix docker build for paddle openblas version, test=develop ( #23266 )
5 years ago
iducn
146bed767b
Delete reviewer for diff_unittest.py ( #23787 )
5 years ago
mozga-intel
3baaee9aab
Remove: NGraph engine from PDPD repository ( #23545 )
...
* Remove the NGraph engine from PDPD repository
1. Each operator was removed from the operator's directory
2. Each test was removed from the unittest directory
3. The parallel executor support was removed from the PDPD
4. The CMake file was removed from the PDPD
5. The NG flags were removed from the repository
test=develop
* Remove ngraph from:
1. Cmake file
2. Python file
test=develop
5 years ago
Zeng Jinle
979fb35e23
update print signatures( #23619 )
5 years ago
Zhaolong Xing
dd67d44a50
[Paddle-TRT] : (Part1) Dynamic shape support ( #22868 )
...
* change the ci trt from version 5. to 6.0
* paddle-trt dynamic shape support init
* conv+bias or conv+bn dynamic shape support
test=develop
* modity trt engine opconvert
test=develop
* fix ci error
test=develop
5 years ago
zhongpu
2fd1ec1e3e
fix docker build for paddle openblas, test=develop ( #22795 )
5 years ago
zhouwei25
160d0f1308
fix the CI risk that network cannot be connected ( #22736 )
5 years ago
zhangchunle
882e7f7c3b
Directly getting API.spec for tools/sampcd_processor.py ( #22728 )
5 years ago
zhongpu
5739eeb9fa
add cp27-cp27m-gcc82 and cp27-cp27mu-gcc82 branch to support gcc8.2 compile for paddle, test=develop ( #22504 )
5 years ago
wangchaochaohu
7b76a76495
fix the conda build confilict test=develop ( #22279 )
5 years ago
Zeng Jinle
5e601a92ad
polish grad op check ( #22290 )
...
* polish grad op check, test=develop, test=document_fix
* keep op_use_default_grad_maker.spec to avoid conflict, test=develop, test=document_fix
5 years ago
songyouwei
0ba1d140d4
Add CI check for sequence ops' unittests ( #21615 )
5 years ago
zhouwei25
2f3e2a84af
fix ci rule to show Shell variables ( #22177 )
5 years ago
石晓伟
ad0dfb17c1
[Feature] Lite subgraph ( #22114 )
5 years ago
Liu Xudong
7ba7acd197
Add coverage tools ( #21975 )
...
Add coverage data processing tools.
5 years ago
wangchaochaohu
de9ba01f11
add conda build python script test=develop ( #21943 )
...
* add script for conda package build
5 years ago
zhouwei25
a01663ca1f
remove patch command and file of cares to Improved quality of Paddle Repo ( #21776 )
5 years ago
zhouwei25
13e4756f18
change ci check rule of deleting unit-test ( #21876 )
5 years ago
zhouwei25
013225bb68
fix Execution order of ci_check_unittest, and add it to Linux_py35 ( #21640 )
5 years ago
liym27
be6a639655
Add CI for checking Input/Output/Attr of modified Ops ( #21522 )
...
* add shell scripts. test=develop
* rename test_pybind_inference to test_pybind_interface and print repeat process in check_op_desc.py. test=develop
* add approval RD. test=develop
5 years ago
zhouwei25
346705967d
monitoring changes of unittest, delete one unittest will need approve ( #21377 )
5 years ago
Aurelius84
fa7cff1fee
Add CI for checking registered data_type of new Op ( #21488 )
...
* add data_type register CI test=develop
* add op add test case test=develop
* add test case for register op kernel test=develop
* fix shell script bug test=develop
* fix checkout branch test=develop
* remove test case code test=develop
* fix op_type.spec name test=develop
5 years ago
Zeng Jinle
81ef8b7f8f
Fix CI DefaultGradOpMaker check ( #21482 )
...
* fix default grad op maker ci bug, test=develop, test=document_fix
* remove some ops from paddle/fluid/op_use_default_grad_op_maker.spec, test=develop, test=document_fix
5 years ago
Leo Chen
e0c9d856fb
add unused input vars check for OpWithKernel, test=develop ( #21169 )
...
* add unused input vars check for OpWithKernel, test=develop
* remove unused vars in some ops, test=develop
* fix batch_norm, test=develop
* add white list, test=develop
* add CI check for white list, test=develop
* :ove white list to c++, test=develop
* solve failure of CI, test=develop
* add unittest for unused_var_check, test=develop
* refine code, enable check in operator_test, test=develop
* skip mkldnn, test=develop
* extend white list, test=develop
* refine condition of mkldnn, test=develop
* fix paddle_build, test=develop
* follow comments, test=develop
* fix GetExpectedKernelType
* add wiki ref to err_msg, test=develop
* follow comment, test=develop
5 years ago
tianshuo78520a
d624b417d8
change make nproc on Cloud Integration ( #21350 )
5 years ago
ddokupil
c98712d56e
add ending message in paddle_build.sh ( #20334 )
...
* add ending message
Add ending message to indicate script execution properly finished
* Update paddle_build.sh
test=develop
* Update paddle_build.sh
test=document_fix
* Update paddle_build.sh
test=develop test=document_fix
5 years ago
tianshuo78520a
d89ca2ffb5
split api_spec document ( #20999 )
...
* split api_spec document;test=document_fix
* change tools
* test=develop;test=document_fix
* test=develop;test=document_fix
5 years ago
Yucheng
98f1cebd38
add sample code test under python3 and enabled multi-thread ( #20950 )
...
* test=develop
5 years ago
tianshuo78520a
1105b93288
del uninstall protobuf ( #20769 )
5 years ago
Tao Luo
2f5f19dfb5
mv sampcd_processor.py to tools/ ( #20761 )
...
* mv sampcd_processor.py to tools
test=develop test=document_fix
* update example script
test=develop test=document_fix
5 years ago
tianshuo78520a
eafc7023c1
test=develop test=document_fix ( #20682 )
5 years ago
Tao Luo
dfa239253c
reduce make install time in CI ( #20643 )
...
test=develop
5 years ago
gongweibao
69e0b98fea
Cleanup the debug lines in paddle_build.sh ( #20631 )
5 years ago
Zeng Jinle
40c258a77b
Refine API.spec mechanism ( #20574 )
...
* refine API.spec, test=develop
* add nn.py to test,test=develop
* fix by removing new.spec, test=develop, test=document_fix
* refine scripts when PYTHON_ABI is empty, follow partial comments, add extra cpp api doc, test=develop, test=document_fix
* remove extra doc changes, remove API.spec, test=develop
5 years ago
zhongpu
ece611b028
update paddle_build.sh, test=develop ( #20443 )
...
This PR fix the tag error in paddle_build.sh
5 years ago
Zeng Jinle
7a790188b2
Refine print_signatures.py to remove ComposeNotAligned ( #20411 )
...
* refine print_signatures.py to remove ComposeNotAligned, test=develop
* remove experimental_namespace, test=develop
5 years ago
mapingshuo
dd8fc9810d
add train demo to paddle_build.sh ( #19885 )
...
* add train demo to paddle_build.sh
test=develop
test=document_preview
* code cleaning
* test=develop
test=develop
* remove program desc files
test=develop
* add test_train to CI
test=develop
test=document_preview
* make run.sh excutable
test=develop
test=document_preview
* switch with_mkl to off
test=develop
test=document_preview
* switch with_mkl to off
test=develop
* switch with_mkl to on
test=develop
* move test_fluid_lib_train to ci_py35
test=develop
* fix bugs of MKLDNN building
* rm build_train_lib(), test=develop
* restore tensor.h, test=develop
5 years ago
gongweibao
afc40a59eb
Add `RUN_SERIAL` attribute to `exclusive` test. ( #20026 )
5 years ago
tianshuo78520a
38f1c2fe28
change approve site ( #19791 )
...
* change approve site ;test=develop
* test=develop
5 years ago
zhongpu
cc443675e9
modify paddle_build.sh for Paddle python3 runtime image generation, test=develop ( #19218 )
...
* modify paddle_build.sh for Paddle python3 version image generation, test=develop
* modify paddle_build.sh for Paddle python3 image generation, test=develop
6 years ago
tianshuo78520a
8048992042
add cuda10 support in fast_install.sh and add dynamic get version for release ( #19106 )
...
add cuda10 support in fast_install.sh and add dynamic get version for release, then remove useless ave check for MacOS install check
6 years ago
tianshuo78520a
188a5caf2e
Split and enhance assert_api_spec_approvals ( #19292 )
6 years ago
zhongpu
c27b081397
modify paddle/scripts/fast_install.sh about mac installation, test=develop ( #19187 )
...
modify checkMacPython2 and checkMacPython3 function to ensure python version used for paddle installation is EQ/GT than 2.7.15 on MacOS; modify checkMacPaddleVersion function to ensure paddle version is release version, because paddle don't have develop version on MacOS.
6 years ago
Hao Wang
d53fa53b65
CI - Improve example code check ( #19170 )
...
* add exception exit on error example codes test=develop
6 years ago
Zeng Jinle
0f9b33954a
move python reader api to fluid.io module, test=develop ( #19143 )
6 years ago
zhongpu
2e76e75517
modify paddle/scripts/fast_install.sh about Mac installation to support paddle version check on MacOS ( #19108 )
...
Add python version check on MacOS
6 years ago
Tao Luo
4a959883e7
remove unused aws_benchmarking and go directory ( #19103 )
...
test=develop
6 years ago
tianshuo78520a
cfa6305303
Add check PADDLE_ENFORCE approval ( #19088 )
6 years ago
tianshuo78520a
0b1025769c
Add op_use_default_grad_op_maker.spec approval ( #19035 )
...
* change grad_op approval
* test=develop
6 years ago
tianshuo78520a
be3f469ad1
CI Add Reviewer Rules for large PRs (modify 20+ files or add 1000+ lines) ( #19033 )
...
* CI Add Reviewer Rules
* CI Add Reviewer Rules
* change git_files
* change git_files
* test=develop
* test=develop
6 years ago
tianshuo78520a
de975be1ec
change op_use_default_grad_op_maker.spec approval member ( #19029 )
6 years ago
liuwei1031
a43a763b54
fix warpctc.dll not found issue ( #18761 )
...
* fix warpctc.dll not found issue, test=develop
* revert the linux platform change, test=develop
* delete warpctc_lib_path.h.in, test=develop
* add SetPySitePackagePath function
* fix warpctc.dylib not found issue on Mac, test=develop
* improve the paddle lib path setting logic, test=develop
* fix mac ci issue caused by test_warpctc_op unittest, test=develop
* tweak code, test=develop
6 years ago
tianshuo78520a
6cd1b71208
add DEFINE_int32/DEFINE_bool/DEFINE_string flag ( #18869 )
6 years ago
Huihuang Zheng
cfce4994cf
Merge cuda 9/10 dockerfile with root dockerfile ( #18693 )
...
Also fix a dependency error which may cause compile error
6 years ago
chengduo
8259f1418f
Enhance backward process ( #18700 )
...
* prun backward ops
test=develop
6 years ago
tianshuo78520a
58469186c3
Change api approval people name ( #18699 )
6 years ago
tianshuo78520a
112cf850b7
change pip install whl;test=develop ( #18635 )
6 years ago
tianshuo78520a
de22215c8f
change const_cast error message ( #18620 )
6 years ago
kh2se2013
9ad57f2dfd
1)change to parallel mode on python coverage run ( #18594 )
...
2)add pip install coverage in Dockerfile.tmp
test=develop
6 years ago
tianshuo78520a
1c10dac4f2
Add code example in CI ( #18228 )
...
* test api example
* update python
* add sampcd_processor.py
* add if 0
* sort
* test paddle
* test paddle
* test paddle
* add whitelist
* change sampcd_processor.py
* change sampcd_processor.py
* change sampcd_processor.py
* add exit
* test=develop
* test=develop
6 years ago
tianshuo78520a
9b3d3b8387
Cancel jacquesqiao approval authority ( #18538 )
6 years ago
chengduo
e576f2667b
update docker build ( #18523 )
...
test=develop
6 years ago
石晓伟
280a8784f7
Remove the obsolete cmake options ( #18493 )
...
* remove the obsolete cmake options, test=develop
* remove unittests, test=develop
* delete options in paddle/scripts/paddle_build.sh
6 years ago
tensor-tang
4828a5e008
core remove pycpuinfo ( #18479 )
...
remove pycpuinfo deps in core
6 years ago
Jiabin Yang
f72ced8814
test=develop, fix docker with paddle nccl problem ( #18451 )
6 years ago
tensor-tang
a3bc804f5f
fix mac ci random fail ( #18430 )
...
* fix mac ci random fail
* use platform instead
6 years ago
tianshuo78520a
92ecb305c2
test=develop ( #18426 )
6 years ago
tensor-tang
ce7a024c6d
fix py-cpuinfo mac random fail ( #18383 )
...
* fix py-cpuinfo mac random fail
* differentiate version on windows
6 years ago
tianshuo78520a
052b044873
Fix mac build nproc command not found ( #18362 )
...
* change nproc 8
6 years ago
Jiabin Yang
af874a1f1d
test=develop, fix multigpu hang on latest docker ( #18379 )
6 years ago
tianshuo78520a
cff2c2d83f
add combine_avx_noavx build to dockerfile
...
需要在avx_noavx build时候,生成dockerfile。
使用combine_avx_noavx 参数生成whl后发现不能build镜像,原因:没有生成dockerfile。需要添加生成dockerfile选项。
6 years ago
kh2se2013
27fb9cad65
add WITH_COVERAGE option, default OFF ( #17872 )
...
* add WITH_COVERAGE option, default OFF
test=develop
* add coverage for python sdk
test=develop
* fix code style
* fix COVERAGE_FILE path
test=develop
* remove coverage package
test=develop
* test = develop, run coverage as module
6 years ago
Tao Luo
3c9755bbb9
remove unused jemalloc option ( #18314 )
...
test=develop
6 years ago
tensor-tang
1c6e560607
core replace x86cpu with py cpuinfo ( #18151 )
...
test=develop
6 years ago
Huihuang Zheng
7faf095618
Sync Dockerfile change of PR#17889 ( #18072 )
...
Jian Tang made change on latest-dev Dockerfile, so sync the change
in the cuda9/10 Dockerfile
test=develop
6 years ago
tianshuo78520a
2e1d8cf7c8
add approval to requirements.txt
...
add luotao to approval requirements.txt
6 years ago
tensor-tang
5c06bff222
combine noavx and avx package ( #17889 )
...
* support avx and noavx core
* add catch and give some log
test=develop
* fix build
test=develop
* add missing package
test=develop
* fix pybind name
test=develop
* fix import error
test=develop
* conbime noavx core
test=develop
* add requirements
test=develop
* fix unkown message
test=develop
* fix api spec
test=develop
* refine and clean
test=develop
* update
* pass dist ut
* follow comments
test=develop
* refine scripts
test=develop
6 years ago
tianshuo78520a
410907f624
added monitoring of python/requirements.txt file ( #17957 )
6 years ago
tianshuo78520a
47cc1b51ad
Change Linux CI check API
6 years ago
tianshuo78520a
f144740b73
change ci ctest exit code ( #17745 )
6 years ago
Jiabin Yang
7a401da52f
test=develop, fix mac ci will not uninstall dependency files when error occurs ( #17688 )
6 years ago
Huihuang Zheng
afc3d85da2
Remove Docker build for CI tasks ( #17650 )
...
* Add Dockerfile for cuda9 and cuda10
6 years ago
Huihuang Zheng
febc07f047
Add Dockerfile for cuda9 and cuda10 ( #17600 )
...
* Add Dockerfile for cuda9 and cuda10
Add Dockerfile for building cuda9 cuda10 images.
6 years ago
tianshuo78520a
f0acc36684
test=develop ( #17357 )
6 years ago
tianshuo78520a
dd86b40058
document_preview ( #17166 )
...
* document_preview
* change name
* document
* add document_preview.sh
* add document_preview.sh
* add paddle_build.sh
* nohup python
* change port runserver
* test doc
* test=develop
* test=develop
* test=develop
* add git clone FluidDoc,PaddlePaddle.org
* change PaddlePaddle.org
* Add port comment
* change directory
* change PADDLE_ROOT
6 years ago
wopeizl
3acb3635c2
1. move the API check into CPU process ( #17110 )
...
* 1. move the API check into CPU process
2. adjust the check order
6 years ago
tianshuo78520a
92ce445227
Supplementary monitoring file reason explanation ( #17131 )
6 years ago
tianshuo78520a
2192e7bb61
Path flag ( #17105 )
...
* fix python/paddle/fluid/__init__.py detecting problems
6 years ago
wopeizl
f5d6937fe1
specify the cuda arch name and bin to decrease the compile time for i… ( #17020 )
...
1. specify the cuda arch name and bin to decrease the compile time for inference test=develop
2. simplify the script and add comments
3. remove the fluid process from cicheck
6 years ago
tianshuo78520a
73a360b504
Cmakelists fix ( #17018 )
...
* fix cmakelist detecting problems
6 years ago
wopeizl
d9991dccdd
add parallel build script to ci … ( #16901 )
...
* add parallel build script to ci test=develop
* 1. classify the test case as single card/two cards/multiple cards type
2. run test case according to the run type
6 years ago
tianshuo78520a
3242e88b70
fix cmakelist detecting problems ( #16944 )
...
* fix cmakelist detecting problems
* test=develop
* test=develop
6 years ago
tianshuo78520a
69bdcfa65d
test=develop ( #16839 )
...
* test=develop
* test=develop
* test=develop
6 years ago
Tao Luo
f96446cade
Merge pull request #16738 from luotao1/high_level_api_test
...
reduce CI time of high_level_api tests
6 years ago
Tao Luo
544f91deba
add WITH_HIGH_LEVEL_API option, default OFF
...
test=develop
6 years ago
wopeizl
00279fdcc2
modify the build script for new ci test=develop ( #16732 )
6 years ago
sneaxiy
e8747d8387
fix linux ci check
...
test=develop
6 years ago
sneaxiy
2c836ff914
check default grad maker
...
test=develop
6 years ago
chenjiawen
a859bfc31d
test=develop
6 years ago
chenjiawen
be6e78b7c4
test=develop;add approval RD check api
6 years ago
tianshuo78520a
f404d53ba5
Api approvals ( #16179 )
6 years ago
tianshuo78520a
26e3842d40
Update detection API add new check document ( #15848 )
...
* Update detection API add new check document
* update API.spec
* test=develop;add shanyi15 approved API.spec
* test=develop;update PM check API.spec
* check api.spec
* test=develop
* update API.spec
* test=develop;update API.spec
* update API.spec
* cat API.spec
* update documnent in api.spec
* check python35 api.spec
* update print_signatures md5 function
* test=develop
* update API.spec
* test=develop;fix python3 API.spec diff
* test=develop
* test=develop
* test=develop
6 years ago
Xin Pan
a63e2a0a4f
Merge pull request #15948 from panyx0718/api2
...
Add deprecation warning
6 years ago
Xin Pan
0c277ac6e9
polish
...
test=develop
6 years ago
Xin Pan
4d80db838a
have no time for cmake/externel
...
test=develop
6 years ago
Tao Luo
28680c65d9
enable cpplint, remove go_fmt
6 years ago
Xin Pan
8b1672fe76
follow comments
...
test=develop
6 years ago
Jiabin Yang
8b40f2d40e
Feature/fast install 1.4 ( #15668 )
...
* update fast install shell
* test=develop, enhance mac fast install
* fix pip Failure due to too low version;Add python virtualenv
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
6 years ago
Tao Luo
b9d1bf2364
remove leacy WITH_FLUID_ONLY option
6 years ago
Tao Luo
978599154f
remove legacy WITH_GOLANG, GLIDE_INSTALL options
6 years ago
Tao Luo
f522b4417f
remove legacy WITH_TIMER, WITH_DOC, ON_TRAVIS options
6 years ago
Tao Luo
688023ede0
remove legacy WITH_RDMA option
6 years ago
Tao Luo
6311ae5df9
remove legacy WITH_DOUBLE option
6 years ago
JiabinYang
d386a71b65
test=develop, install protobuf in linux
6 years ago
JiabinYang
576e7d71f8
test=develop, fix pip
6 years ago
JiabinYang
c2a5d97172
test=develop, uninstall protobuf on linux brefore install latest version of it
6 years ago
JiabinYang
48cf979a21
test=develop, install requirements before start for Linux
6 years ago
JiabinYang
addf58c6b5
test=develop, fix exit issue
6 years ago
JiabinYang
2c133430f4
test=develop, fix no_avx exit
6 years ago
JiabinYang
be36e186f6
test=develop, refine wget issue
6 years ago
JiabinYang
9640736ad7
test=develop, refine wget issue
6 years ago
shanyi15
f96f166c8c
test=develop, refine doc
6 years ago
shanyi15
b612709fec
test=develop, refine doc for fast_install
6 years ago
JiabinYang
ed7ae471d3
test=develop, fix mac python check error
6 years ago
JiabinYang
a6af361278
Merge branch 'fast_install_1.3' of https://github.com/JiabinYang/Paddle into fast_install_1.3
6 years ago
JiabinYang
ff85734eed
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fast_install_1.3
6 years ago
Tao Luo
c42ef5bf05
remove legacy WITH_DOC option
...
test=develop
6 years ago
tianshuo78520a
125f36b690
update mac filed exit
6 years ago
gongweibao
fe8f28c957
Add GetVariableNoBarrier on brpc. ( #15488 )
6 years ago
tianshuo78520a
25c032bb2c
fix linux bug
6 years ago
gongweibao
9f5108a673
Add cicheck_brpc ( #15468 )
6 years ago
tianshuo78520a
3308e3c4cb
update python_list;test=develop
6 years ago
tianshuo78520a
4dde620eb3
test=develop
6 years ago
tianshuo78520a
4b164c71b8
update linux grammar
6 years ago
tianshuo78520a
58e63124eb
update finction
6 years ago
Tao Luo
54c0da080d
fix compiler error in paddle_build.sh
...
test=develop
6 years ago
tianshuo78520a
e297c39b52
update linux function
6 years ago
Tao Luo
cf29ea1592
remove legacy ANDROID option
6 years ago
Tao Luo
e000d17a0c
remove legacy WITH_SWIG_PY option
6 years ago
Tao Luo
561ae9d507
remove legacy WITH_C_API option
6 years ago
JiabinYang
3972dd88fb
test=develop, refine code
6 years ago
Tao Luo
c102f427d2
make 'paddle version' valid
...
test=develop
6 years ago
JiabinYang
b17da93cc8
test=develop, fast_install shell for linux and mac
6 years ago
Tao Luo
193edfa746
remove legacy build_android and build_ios
...
test=develop
6 years ago
Tao Luo
5316c64776
remove legacy cluster_train code
6 years ago
tianshuo78520a
1c6d0342c0
test=develop
6 years ago
minqiyang
b2716909b4
Add changes to paddle_build
...
test=develop
6 years ago
tianshuo78520a
af61582543
test=develop
6 years ago
tianshuo78520a
bf518ec872
update CI rules for checking change of python reference ( #15104 )
...
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
6 years ago
Yu Yang
efa630eadb
Refine Dockerfile ( #14908 )
...
* Refine Dockerfile
* Add tasks, cmake gen
* Fix code error
* Disable compile after paddle_build.sh
* Refine
* Skip on PY35 CI
* Change env
* Refine paddle_build.sh
* Expose gen_fluid_lib
* Refine mkldnn.cmake
* Refine mkldnn.cmake
* Refine mkldnnlib
* Skip unstable tests
6 years ago
JiabinYang
fa33eae9aa
test=develop, fix python exetension on python3.x
6 years ago
JiabinYang
3e40c79c4f
test=develop, using absolute dir
6 years ago
JiabinYang
ea6e057e40
test=develop, fix bug
6 years ago
JiabinYang
e9c86ac41d
test=develop, install requirements.txt with user previlige
6 years ago
JiabinYang
f8fc6ba595
test=develop, fix ci by install requirement and add pip install validation
6 years ago
Xin Pan
32e01ff37b
temporarily limit api approval owners
...
test=develop
6 years ago
Xin Pan
2ebf12f340
fix
...
test=develop
6 years ago
Xin Pan
787d837f50
fix
...
test=develop
6 years ago
Xin Pan
e90b2f104c
In most times, const_cast is bad and break interface contract and
...
make the code unreadable and make the program unstable.
test=develop
6 years ago
lujun
5026741b82
fix the bug for mac build. python -c error. test=develop
6 years ago
lujun
104a332a28
Merge pull request #14722 from junjun315/up-12-python-install
...
fix mac ci test step, test=develop
6 years ago
Xin Pan
461ca35be1
Merge pull request #14590 from panyx0718/fix4
...
enable API check for readers
6 years ago
Xin Pan
dc458b1482
Merge pull request #14713 from panyx0718/api
...
add more files to protected file list
6 years ago
Xin Pan
da4e0bf1a1
add 2 more files
...
test=develop
6 years ago
lujun
9da5954a21
fix mac ci test step, test=develop
6 years ago
Xin Pan
bcf36d8401
add more files to protected file list
...
test=develop
6 years ago
JiabinYang
a770d5c9db
fix error don't interupt shell
...
, test=develop
6 years ago
Xin Pan
40f1c4a6f0
fix
...
test=develop
6 years ago
JiabinYang
4124253796
add mac ci check on import, test=develop
6 years ago
Xin Pan
75939c2059
fix
...
test=develop
6 years ago
Xin Pan
ad6ed5b745
fix py3
...
test=develop
6 years ago
Xin Pan
0cc9ab3dc2
enable API check for readers
...
test=develop
6 years ago
minqiyang
fe0dee88d8
Change pip version to correct version when install wheel package
...
test=develop
6 years ago
Xin Pan
3c77ce3751
Merge pull request #14593 from panyx0718/fix5
...
Protect important header files.
6 years ago
Qiyang Min
6232d1f1dd
Merge pull request #14578 from velconia/add_production_dockerfile
...
Add python3.6 and python3.7 support to production generated Dockerfile
6 years ago
Xin Pan
e32f4c5423
fix
...
test=develop
6 years ago
Xin Pan
3e665862b8
Protect important header files.
...
test=develop
6 years ago
minqiyang
c92c440fa1
Add python3.6 and python3.7 support to production generated Dockerfile
...
test=develop
6 years ago
minqiyang
81994e84e0
Change the include files because the version changes of pybind11
...
test=develop
6 years ago
minqiyang
255cc1eb65
Add support for Mac build
...
test=develop
6 years ago
minqiyang
c19ff1f3d2
Add python3.6 and python3.7 support in padde build scripts
...
test=develop
6 years ago
Yu Yang
83ddafb515
Splict cicheks jobs and expose anakin options ( #14327 )
...
* Split cichecks
test=develop
* feat(Anakin): expose anakin options to paddle cmake option
Expose ANAKIN_BUILD_FAT_BIN, ANAKIN_BUILD_CROSS_PLANTFORM to Paddle cmake option
test=develop
6 years ago
Tao Luo
9d4425dd1c
Merge pull request #14227 from baojun-nervana/intel/ngraph_cmake
...
Adding Intel nGraph build
6 years ago