Commit Graph

272 Commits (a7ee634b45b21af3f3320811c566c2b5bbf64dc6)

Author SHA1 Message Date
Chen Weihang 266106da75
Fix mismatch with plus sign in the line (#22588)
5 years ago
WangXi d69df9bf26
Add wrong info when use DGC in cpu (#22515)
5 years ago
石晓伟 a392b77785
add no_grad_set value check in op_test, test=develop (#22370)
5 years ago
zhouwei25 4eb5ab1cdb update docker image of CI_py35 and CI_inference (#22364)
5 years ago
silingtong123 50bbb3aac7 add the CI rule to monitor CMAKE files (#22340)
5 years ago
tianshuo78520a 89b54979bc add xly gcc4.8 dockerfile (#22349)
5 years ago
Zeng Jinle 5751509e15
delete tools/generate_op_use_grad_op_desc_maker_spec.py, test=develop (#22308)
5 years ago
zhupengyang 7ab44afbcc check op tests' shape should be 100+ (#22047)
5 years ago
Zeng Jinle 5e601a92ad
polish grad op check (#22290)
5 years ago
zhongpu e31f8a2f5e add CI check for sequence ops' unittests (#22221)
5 years ago
songyouwei 0ba1d140d4 Add CI check for sequence ops' unittests (#21615)
5 years ago
zhongpu c3a88118ec add ci approvals for dygraph optest, test=develop (#21312)
5 years ago
Tao Luo 433973d6a0
refine Op accuracy ci error message (#22196)
5 years ago
zhouwei25 606a8fd577 update cmake from version 3.5.1 to 3.16.0 (#21970)
5 years ago
juncaipeng fffcd48c24 Add ci check for error threshold (#22158)
5 years ago
zhouwei25 019e20195c fix diff_unittest.py of ci rule to avoid Misjudgment (#22113)
5 years ago
Liu Xudong 7ba7acd197 Add coverage tools (#21975)
5 years ago
Chen Weihang f220be4fdc Enable CI check to match PADDLE_ENFORCE_CUDA_SUCCESS (#22122)
5 years ago
huzhiqiang f5f65a7e8a
OP unit test specification: compiletime-runtime consistency check (#22006)
5 years ago
Pei Yang b852ef7375 add no_check_set check for op unittests (#21611)
5 years ago
liym27 3e6b1dbe70 fix bug of checking op desc: not DUPLICABLE but DISPENSABLE (#22039)
5 years ago
tianshuo78520a 0aab2578f2 fix scipy bug (#22024)
5 years ago
Zhang Ting 835ba4ec81
add is_empty_grad_op for OpTest (#22022)
5 years ago
tianshuo78520a 362bfec52e add xly py35 dockerfile (#21861)
5 years ago
tianshuo78520a 4bb8df9363 check api approveals (#21964)
5 years ago
juncaipeng 26a5d10e75
add ci check in check_api_approvals.sh, test=develop (#21951)
5 years ago
Aurelius84 15e41e9115 fix typo and refine error information in CI_register_dataType (#21932)
5 years ago
tianshuo78520a 701189d588 change API approval (#21914)
5 years ago
zhupengyang 1f3029cb54 ci check for check_shape_white_list.py (#21859)
5 years ago
huzhiqiang 53c16eabe4
test the compatibility between execution time and compiling time (#21511)
5 years ago
Zhang Ting 682ca64217
approval for skip_check_grad_ci is required, test=develop (#21854)
5 years ago
Zhang Ting 1032f934b7 add approval rule for op_check_grad_white_list.py (#21867)
5 years ago
zhouwei25 13e4756f18 change ci check rule of deleting unit-test (#21876)
5 years ago
tianshuo78520a f80157e628 Inference cuda10 (#21811)
5 years ago
zhouwei25 013225bb68 fix Execution order of ci_check_unittest, and add it to Linux_py35 (#21640)
5 years ago
Tao Luo 406d7ee260
change the approval_user_list of disabled unit-test (#21849)
5 years ago
GaoWei8 40f0905852 fix op test ci: check_output_with_place (#21788)
5 years ago
guofei 5433d5c5c5 Add CI checking for ShareDatawith or ShareBufferWith (#21536)
5 years ago
GaoWei8 6afae1d039 fix ci check for op test accuracy (#21732)
5 years ago
GaoWei8 0316223a14 ci check for op test accuracy (#21508)
5 years ago
silingtong123 91b6210a82 add approver and remove useless information (#21540)
5 years ago
zhouwei25 03133c2c58 fix the bug that cannot pathch command for the second time (#21596)
5 years ago
Tao Luo 10018f1561
refine check_api_approvals.sh (#21666)
5 years ago
liym27 1d6f0b40eb
fix bug: add attr_error only when default value is None. test=develop (#21655)
5 years ago
liym27 55f2b7defa
Polish CI error message. test=develop (#21642)
5 years ago
liym27 be6a639655
Add CI for checking Input/Output/Attr of modified Ops (#21522)
5 years ago
liym27 f4dd169a2f
move get_all_ops_desc from check_op_desc.py to print_op_desc.py (#21613)
5 years ago
zhouwei25 346705967d monitoring changes of unittest, delete one unittest will need approve (#21377)
5 years ago
liym27 9da7e6b4d4
add file check_op_desc.py and add interface to get default value. (#21530)
5 years ago
Wilber 557f7bfebc add CI check for OperatorBase (#21549)
5 years ago
liu zhengxi f663f34a48 Add CI rule to check unittests inplace_atol (#21528)
5 years ago
Aurelius84 fa7cff1fee
Add CI for checking registered data_type of new Op (#21488)
5 years ago
Yucheng 9144ae4249 refactored sample code test program and fixed a bug (#21467)
5 years ago
Aurelius84 54382ce497
Add get_all_kernels api of registered data_type in pybind.cc (#21499)
5 years ago
Tao Luo b4ad7bdf39
add url for PADDLE_ENFROCE rewriting hint (#21513)
5 years ago
silingtong123 96a446f669 Unittest is not allowed to be disabled (#21483)
5 years ago
Leo Chen e0c9d856fb
add unused input vars check for OpWithKernel, test=develop (#21169)
5 years ago
tianshuo78520a e0da2bcd54 optimization check_api_approvals (#21371)
5 years ago
tianshuo78520a 508b898d3e change api document review (#21255)
5 years ago
Zeng Jinle 925280b96c
Change GCC version to be 8.2 in Dockerfile.GCC8 (#21222)
5 years ago
Chen Weihang 2dfcbb8be8
Fix PADDLE_ENFORCE ci check bug (#21233)
5 years ago
Chen Weihang 7269ffe3cc
Add CI check for error message writing specification (#21107)
5 years ago
Chen Weihang 44a0a4adcc
add paddle enforce count sh, test=develop, test=document_fix (#21178)
5 years ago
tianshuo78520a fc02c2995e refine API.spec information (#21038)
5 years ago
tianshuo78520a d89ca2ffb5 split api_spec document (#20999)
5 years ago
Yucheng 98f1cebd38 add sample code test under python3 and enabled multi-thread (#20950)
5 years ago
Chen Weihang 7f17da4c0e
Add GetExpectedKernelType method check in CI script (#20774)
5 years ago
Tao Luo 2f5f19dfb5
mv sampcd_processor.py to tools/ (#20761)
5 years ago
wopeizl 9e5948230e
add support to gcc8, add docker env test=develop (#19807)
5 years ago
tianshuo78520a db9fbcbc7e change approve of send_recv.proto.in (#20647)
5 years ago
Zeng Jinle 1cc68c3fe6
fix check_api_approval.sh, test=develop, test=document_fix (#20632)
5 years ago
Zeng Jinle 40c258a77b
Refine API.spec mechanism (#20574)
5 years ago
Zeng Jinle 7a790188b2
Refine print_signatures.py to remove ComposeNotAligned (#20411)
5 years ago
Zeng Jinle 2b7aca25f9
add xiaoguang as API.spec approver, test=develop, test=document_fix (#20057)
5 years ago
tianshuo78520a fbc63a1f1f Change Dianhai GithubID to fit new code merge rules(#19674)
6 years ago
Tao Luo 5eefd6e311
make PADDLE_ENFORCE ci check rule more readable (#19512)
6 years ago
Tao Luo 61389ae5aa
make PADDLE_ENFORCE ci check rule more robust (#19445)
6 years ago
tianshuo78520a 188a5caf2e Split and enhance assert_api_spec_approvals (#19292)
6 years ago
silingtong123 1cbbf9f1ef correct the sample usage of diff_api.py (#19248)
6 years ago
Zeng Jinle 0f9b33954a
move python reader api to fluid.io module, test=develop (#19143)
6 years ago
Tao Luo 4a959883e7
remove unused aws_benchmarking and go directory (#19103)
6 years ago
tianshuo78520a 85b49d8473 fix the api.spec file does not get the class comment problem (#18439)
6 years ago
tianshuo78520a b963079963 fix ci document_preview job error (#18399)
6 years ago
lujun 7e61baaa94
add Dygraph api to api.spec (#18235)
6 years ago
Huihuang Zheng 377f9e6142
Fix a docker image error. (#17930)
6 years ago
Huihuang Zheng 3556e8ee55
Fix 2 bugs for CI Cuda9/10 tasks (#17861)
6 years ago
tianshuo78520a cee9dcc383 Delete LoDTensorset in API.spec (#17577)
6 years ago
tianshuo78520a e6b5a3f092 Fix PR_CI_Document_Preview Job (#17514)
6 years ago
tianshuo78520a dd86b40058 document_preview (#17166)
6 years ago
sneaxiy 33473890f3 Merge develop
6 years ago
sneaxiy 2c836ff914 check default grad maker
6 years ago
lujun 1c9aaeebe0 move imperative to dygraph, test=develop
6 years ago
tianshuo78520a 090d25f724 test=develop;fix docker build failed
6 years ago
Qiyang Min 8e4ad008fb
Merge pull request #16198 from velconia/imperative_train_speed
6 years ago
minqiyang 7355d41834 1. Add imperative gperf profiler
6 years ago
chengduo 84c00546be
Make timeline_py compatible (#16185)
6 years ago
tianshuo78520a c130d32343 fix paddle.reader.ComposeNotAligned.__init__
6 years ago
chengduo 0979956619
Add memory profiler (#16137)
6 years ago
tianshuo78520a ddfc823c73 Diff print (#16155)
6 years ago
chengduo ad80bde824
Revert "Revert "Add Event for TensorCopy"" (#16035)
6 years ago