Commit Graph

381 Commits (cf475f95dfa1c28362b4fdb94930824054c3dce4)

Author SHA1 Message Date
Huihuang Zheng dd4361568e
Add ParallelExecutor Test for Cond API and Fix PE Checks Shape Bug (#22029)
7 years ago
Huihuang Zheng 557bce77da
Fix Backward Bugs in Conditional Block (#21809)
7 years ago
mapingshuo 686f0ecb6a
add `no_need_buffer_slots` interface to pybind (#21575)
7 years ago
liym27 9da7e6b4d4
add file check_op_desc.py and add interface to get default value. (#21530)
7 years ago
Zeng Jinle 3a7caf481c
add grad maker assert, test=develop (#21564)
7 years ago
Leo Chen cdd46d7e02
Split VarBase from Python Variable for Dygraph (#21359)
7 years ago
Aurelius84 54382ce497
Add get_all_kernels api of registered data_type in pybind.cc (#21499)
7 years ago
Youwei Song d5ff79e55e Support numpy bridge (enabled by default in dygraph mode) (#20983)
7 years ago
Zeng Jinle b9f8ae8494
Add global value getter setter (#21285)
7 years ago
Dong Daxiang 691ced87c0
Refactor fetch handler (#21264)
7 years ago
Zeng Jinle 5fdfbe3413
Add friendly dygraph trace API (#21091)
7 years ago
Leo Chen 9974e40787 Update Tensor.set() to support float16 (#19964)
7 years ago
Yiqun Liu 16e4d02675
Refine the cache of program, context and scope in executor. (#18483)
7 years ago
hong ff0886a92a
save load problem fix and new feature add (#20823)
7 years ago
WangXi 507afa8a8a Fix dgc nan by stripping nccl from sparseReduce. (#20630)
7 years ago
633WHU 12e4be0382 Dlpack support (#20039)
7 years ago
Zeng Jinle 40effc61af
Refine py_reader exit (#20331)
7 years ago
liu zhengxi f855a86c93
update the api en doc of BuildStrategy (#20445)
7 years ago
tangwei12 a010d883b4
doc fix, test=develop, test=document_fix (#20239)
7 years ago
Leo Chen 5a7142ac4e Update en APIs of LoDTensor (#20115)
7 years ago
hong fa43e80e19 New save load interface (#20148)
7 years ago
Leo Chen f4c56e9f51 Polish en doc of LoDTensorArray, test=document_fix (#19972)
7 years ago
Youwei Song 20f68916ed refine CUDA CPU places en doc (#20243)
7 years ago
tangwei12 c9139c3db3
trainer from dataset fetch targets (#19760)
7 years ago
qingqing01 1a3eef026c
Enable users to create custom cpp op outside framework. (#19256)
7 years ago
石晓伟 01b9d07963
update operator compatible info, test=develop (#19978)
7 years ago
Yang Zhang cde73a7bbf
Expose `mutable_data` as python binding (#19932)
7 years ago
Wojciech Uss 4286a6270d Add support for new QAT models (#18970)
7 years ago
Chen Weihang 00d5375e0c
Add prune_backward function to cover complicated test_program.clone situation (#19772)
7 years ago
chengduo 056fdedde3
Open fuse all reduce option (#19765)
7 years ago
mapingshuo dca9b6c5b0 add feed_var_names to Prune interface (#19589)
7 years ago
hutuxian c756b5d231
Paddlebox Framework (#18982)
7 years ago
Leo Chen 6fb310ae29 Fix bug of getting bool Flags from os.environ (#19349)
7 years ago
Leo Chen a9d5fc5142 Enhance OpTest to check the consistency of operators when using and not using inplace (#19101)
7 years ago
Zeng Jinle 5b6673c44d
merge develop to solve conflict, also fix API doc, test=develop (#18823)
7 years ago
Zeng Jinle 88f111f885
remove unused inplace act codes, test=develop (#19079)
7 years ago
Leo Chen 8f53735437 Fix memory overwriting of tensors returned by executor (#19030)
7 years ago
liuwei1031 a43a763b54
fix warpctc.dll not found issue (#18761)
7 years ago
chengduo 20859c08e8
[DyGraph] Make multi-card program faster (#18892)
7 years ago
Zeng Jinle 8008ab4e6b
Remove legacy C++ memory optimization codes (#18834)
7 years ago
chengduo 292dfbce63
fix build strategy doc (#18725)
7 years ago
chengduo fd3aad6cb3
Make fuse_optimizer_op_pass also work when the model contains sparse gradients. (#18664)
7 years ago
Zeng Jinle ae58afc546
Feature/auto_growth_allocator (#18561)
7 years ago
guru4elephant d714bf037c
remove async executor and add data_feed.proto to the deps of train demo (#18659)
7 years ago
gongweibao c0a82748cf
Polish backwards optimizer dependency codes and use more default values. (#18255)
7 years ago
Zeng Jinle d3003a1620
Feature/buffer_shared_inplace (#17911)
7 years ago
xsrobin 47e2ef38e9
add "import paddle.fluid as fluid" to examples lack of it
7 years ago
Zeng Jinle 5826b72e06
Refine CUDAPlace error message. (#18343)
7 years ago
chengduo 25f3cd6486
Update execution_strategy option default value (#18183)
7 years ago
Sylwester Fraczek accb132f0f fix slim int8 mkldnn multithreading issue (#18009)
7 years ago