Commit Graph

15667 Commits (5dce1da680362803a0dc8b9c07b263def8655d70)

Author SHA1 Message Date
wopeizl dfd6a62a9a
Optimize the error report information when loadcombine fail to open model files test=develop () 6 years ago
baojun adcfc53b18 upgrade ngraph version and simplify ngraph engine () 6 years ago
whs 6cccab9203
Make lod_append support variable lod. () 6 years ago
Jacek Czaja cfcb96d2df [MKL-DNN] Fix int8 performance regression () 6 years ago
danleifeng e0a2d4dfec Add elementwise_pow_op backward implementation and the unit test codes of it. () 6 years ago
Leo Zhao 10eeed93d1 Revert "use static variable to do cache instead of thread local in thread frequent switching case ()" () 6 years ago
tianshuo78520a 6cd1b71208 add DEFINE_int32/DEFINE_bool/DEFINE_string flag () 6 years ago
Huihuang Zheng 0d3f16f53e
Try to modify external gflags to solve CI compilation () 6 years ago
Zeng Jinle 8008ab4e6b
Remove legacy C++ memory optimization codes () 6 years ago
Thunderbrook 52c1431eee
add clear_model interface in fleetwrapper () 6 years ago
Zeng Jinle 9a8a7a1ddc
fix affine_channel no_need buffer bug, test=develop () 6 years ago
lvmengsi 829ef26281
Fix drop deconv () 6 years ago
Huihuang Zheng cfce4994cf
Merge cuda 9/10 dockerfile with root dockerfile () 6 years ago
chengduo 4140fe11a4
Open fuse optimization ops () 6 years ago
Adam ee02227949 Add LeakyReLU MKLDNN support () 6 years ago
lidanqing b05bdda0cf remove unused TransposeINT8Op for higher UT coverage () 6 years ago
Zeng Jinle a802da650b
Feature/mem opt pass refactor () 6 years ago
Physher c5f47c2107 fix mul_mkldnn_op build failure () 6 years ago
Physher a5c986301c clarify MKLDNN INT8 Mul Op attributes () 6 years ago
FDInSky cff5e2c173 fix roi_align_op cpu backward's bug () 6 years ago
石晓伟 9dbb62eeb9
Fix examples of API () 6 years ago
chengduo 292dfbce63
fix build strategy doc () 6 years ago
fuyinno4 c167a4b4dd
Fix shrink-dense and add scale-datanorm () 6 years ago
Bai Yifan d3ac561d65
fix deformable_conv_op compile error, test=develop () 6 years ago
lidanqing 9ecd8ee789 change ComputeINT8 to template version to remove checking dst_datatype code () 6 years ago
JesseyXujin d9e7b5b5e9
fix bug of swish op formula,test=develop () 6 years ago
Bob Zhu 220eef602e Extend Matmul to support matrix multiplication with multiple heads () 6 years ago
whs 075e1cf78e
Add python API for appending LoD level () 6 years ago
chengduo 8259f1418f
Enhance backward process () 6 years ago
JesseyXujin 25c9b57bcd
Modify auc doc. Add output variable description, previously was the scalar type, now changed to the tuple type.test=develop () 6 years ago
Zhaolong Xing 26ae6d49e4
Update trt5 for paddle-trt () 6 years ago
Thunderbrook d8396281ef
add slot to sparse table () 6 years ago
Jacek Czaja 95c1816ec0 [MKL-DNN] Extended LRN with reusing via Acquire API () 6 years ago
jiaqi d18aabb472
support patch data, add load_one_table, fix bug () 6 years ago
chengduo fd3aad6cb3
Make fuse_optimizer_op_pass also work when the model contains sparse gradients. () 6 years ago
wangchaochaohu 6b78e00da4
Cudnn convolution reconstruction () 6 years ago
Yi Liu 157211c4e1
supports distributed classification () 6 years ago
qingqing01 3429e65aa8
Fix CPU implementation of roi_align_op backward () 6 years ago
Tao Luo bd22453f20
Revert "Add LeakyRelu MKLDNN support ()" () 6 years ago
tianshuo78520a 58469186c3 Change api approval people name () 6 years ago
whs 189b08dc0d
Make infer shape of pad2d support for input with negative dims in compile time. () 6 years ago
Bai Yifan 7e3963f295 add license, test=develop () 6 years ago
cjt222 ccf06a48b0
test=develop () 6 years ago
wangguanzhong 185b3acea1
fix clip_by_norm doc () 6 years ago
Huihuang Zheng 89bc3fd841
Support memory eager deletion on recurrent OP () 6 years ago
Jacek Czaja 0d8e6c9b8b MKL-DNN upgrade to 0.20 () 6 years ago
Adam d6b6a337a9 Add LeakyRelu MKLDNN support () 6 years ago
zhouwei25 772e09560e Optimize the content of error reporting information, print error code and official document web sites () 6 years ago
Zeng Jinle ae58afc546
Feature/auto_growth_allocator () 6 years ago
hutuxian bb2f5d24a2
hash_op support int64 hash_size () 6 years ago
guru4elephant 5ed713d519
remove ctr reader, all functions are satisfied in dataset () 6 years ago
guru4elephant d714bf037c
remove async executor and add data_feed.proto to the deps of train demo () 6 years ago
Yang Zhang ce1ec33299
Add cuda implementation for `prelu` backward pass () 6 years ago
石晓伟 25d8079140
Fix Bitmain Predictor::Clone() () 6 years ago
Yihua Xu 97549a4f13 [CPU] Fix the compiling issue with AVX512F macro. () 6 years ago
baojun 256ba7cbb8 [NGraph] handle dim element 0 of ngraph op () 6 years ago
chengduo a6d468a265
fix PE fetch bug () 6 years ago
liuwei1031 759530966c
print out error code of cudaGetDeviceProperties if failed () 6 years ago
Jacek Czaja 71d883b8ef [MKL-DNN] Reimplemented pool2d mkl-dnn to use Acquire API () 6 years ago
chengduo f4ec7d54c8
fix bug of scatter op () 6 years ago
tianshuo78520a 112cf850b7 change pip install whl;test=develop () 6 years ago
guru4elephant ab57d3893e
make auc op compatible with 1 dim () 6 years ago
tianshuo78520a de22215c8f change const_cast error message () 6 years ago
Leo Zhao ff77dea969 not use transferscope cache in cpu case () 6 years ago
123malin b414645a65
fix : int64类型的attr训练非预期 () 6 years ago
tangwei12 db212bb932
delete AllocatorFacade destructor () 6 years ago
Kevin 995d7d8600 Modify embedding_op input dtype to int64 () 6 years ago
kh2se2013 9ad57f2dfd 1)change to parallel mode on python coverage run () 6 years ago
Tao Luo 076f833110
add config.SetMkldnnCacheCapacity api for mkldnn cache clear strategy () 6 years ago
Hongyu Liu a20b2b43fc
fix cudnn lstm shape bug; test=develop () 6 years ago
gongweibao c0a82748cf
Polish backwards optimizer dependency codes and use more default values. () 6 years ago
Zeng Jinle d3003a1620
Feature/buffer_shared_inplace () 6 years ago
tianshuo78520a 1c10dac4f2 Add code example in CI () 6 years ago
Zeng Jinle be24e5b391
Clean unused code of dim and place () 6 years ago
Jacek Czaja 8869d7f735 Activations MKLDNN ops refactoring () 6 years ago
lujun b6d5c74f69
update dygraph api doc for web () 6 years ago
Yibing Liu b86234fc0b
Register fp16 for concat_op () 6 years ago
Physher 5e1220ef37 fix compile error which caused by gcc4.8 related commit;test=develop () 6 years ago
Jiabin Yang 667f88f9a6
Fix/gcc 4.8 ubt link error () 6 years ago
Physher 0caa08ea40 Add mkldnn int8 mul-op kernel () 6 years ago
LielinJiang 24d1c44a0c Fix roi_perspective_transform_op bug () 6 years ago
Zhaolong Xing 88b52a27fe
Inference: fix mask rcnn model diff, optim memory usage, memory leak. () 6 years ago
石晓伟 1529154821
Support Bitmain Anakin () 6 years ago
tianshuo78520a 9b3d3b8387 Cancel jacquesqiao approval authority () 6 years ago
Leo Zhao ce38bb5341 use static variable to do cache instead of thread local in thread frequent switching case () 6 years ago
gongweibao 160ddc980c
Regroup fusion by date type. () 6 years ago
Tao Luo fe32879d2a
add mkldnn shapeblob cache clear strategy () 6 years ago
chengduo e576f2667b
update docker build () 6 years ago
zhaoyuchen2018 832d8191ff
Fix topk cannot handle 1D vector bug () 6 years ago
石晓伟 280a8784f7
Remove the obsolete cmake options () 6 years ago
LielinJiang 43e17c7951 Add distributions of normal and uniform () 6 years ago
bingyanghuang 3fe6bf5ee6 fix command line bug in int8v2 readme () 6 years ago
tensor-tang 4828a5e008
core remove pycpuinfo () 6 years ago
qingqing01 7ac4818a98
Refine Infershape in activation_op for double_grad. () 6 years ago
qingqing01 602cb6a5b4
Enhance linear_lr_warmup () 6 years ago
chengduo 7453857324 Make fuse_all_reduce_op_pass support mix_precision () 6 years ago
chengduo 55baeceddb
Enhance execution error info () 6 years ago
石晓伟 047bba855b
Remove the obsolete cmake options () 6 years ago
pkpk e9c7e218f2
Nan debugger init () 6 years ago
Jiabin Yang f72ced8814
test=develop, fix docker with paddle nccl problem () 6 years ago
Tao Luo 3f3112ceb0
add shape_blob for cache mkldnn primitive () 6 years ago
Tao Luo d234aa02cd
add transfer_scope_cache unit-test () 6 years ago
zhoukunsheng 7c6f2350b9 support Tensor input for edit_distance op () 6 years ago
zhoukunsheng 26318544d2 support Tensor input for chunk_eval op () 6 years ago
zhoukunsheng 206c44e2a8 add unique kernel and op () 6 years ago
zhoukunsheng 71af72b1c2 upgrade hash op to support Tensor and LoDTensor input () 6 years ago
zhoukunsheng d3b3443d10 add ones_like op () 6 years ago
zhoukunsheng 67b48d7fe7 add size op () 6 years ago
Leo Zhao 8f5fffca0a rename mkldnn set/get_cur_thread_id() to set/get_cur_mkldnn_session_id() () 6 years ago
Tao Luo 3123d18787
remove unused AnalysisPredictor::SetMkldnnThreadID() () 6 years ago
Yi Liu a873fa84ce
supports collective training with programs () 6 years ago
tianshuo78520a 85b49d8473 fix the api.spec file does not get the class comment problem () 6 years ago
chengduo e0d8c6ac68
Add find_no_grad_vars in backward.py () 6 years ago
LielinJiang 449c7a9f98 Make roi_perspective_transform op return mask and transform matrix () 6 years ago
tensor-tang a3bc804f5f
fix mac ci random fail () 6 years ago
Michał Gallus 7023a86c3a Fix Pooling output scale () 6 years ago
Brian Liu 4bc2987d2f Fix bug in quantize kernel which cause crash in vgg16/19 model () 6 years ago
xsrobin 47e2ef38e9
add "import paddle.fluid as fluid" to examples lack of it 6 years ago
tianshuo78520a 92ecb305c2 test=develop () 6 years ago
hutuxian 8a39e5c110 update api format () 6 years ago
jiaqi 93a2b317f7
fix data feed ptr error () 6 years ago
tensor-tang ce7a024c6d
fix py-cpuinfo mac random fail () 6 years ago
Jie Fang 2b4ef509ea init custom black white list () 6 years ago
Leo Zhao 681d3553f1 Fix potential mkldnn concat/pool/conv kernel issues () 6 years ago
tianshuo78520a 052b044873 Fix mac build nproc command not found () 6 years ago
Zeng Jinle f5641000bb
Add a unittest to inplace elementwise_add () 6 years ago
Jiabin Yang 43f64a177e
Fix/program doc () 6 years ago
Jiabin Yang af874a1f1d
test=develop, fix multigpu hang on latest docker () 6 years ago
chengduo 871cc15e6a
Add is_compiled_with_cuda () 6 years ago
lujun fd6631ef2f
Fix dygraph show style () 6 years ago
HaoRen 9931bc64f5 add dependecy of collective_helper () 6 years ago
翟飞跃 19da59ed3f Remove all the code, API and doc of MKL-DNN INT8v1 () 6 years ago
chengduo 8ed33bf91f
Fix Bug-prone code of PE () 6 years ago
tangwei12 999d9a59a5
fix communicator with pyreader () 6 years ago
tianshuo78520a cff2c2d83f add combine_avx_noavx build to dockerfile 6 years ago
kh2se2013 27fb9cad65 add WITH_COVERAGE option, default OFF () 6 years ago
Michał Gallus 8409693272 Reset DeviceContext after quantization warmup () 6 years ago
HaoRen b7128bac5f supports collective communicated training () 6 years ago
Sylwester Fraczek 9252e8fa08 add int8 mkldnn prior_box () 6 years ago
lidanqing 5fd68ac154 some fixes for int8 mobilenet_ssd tester () 6 years ago
Jacek Czaja c2efdfd5bc [MKL-DNN] Extending reusing to Elementwise_add_mkldnn op () 6 years ago
qingqing01 9047ac687e
Simplify multi_box_head API in detection.py and remove assign op. () 6 years ago
Zeng Jinle 5826b72e06
Refine CUDAPlace error message. () 6 years ago
Tao Luo 3c9755bbb9
remove unused jemalloc option () 6 years ago
Yibing Liu 23941e43ec
Update lamb optimizer () 6 years ago
chengduo 135a59ed45
update reduce config () 6 years ago
tensor-tang 81ec538279
fix softrelu doc () 6 years ago
Hongyu Liu df2eee71d8
Sequence mask support tensor () 6 years ago
Qiao Longfei 0e08e91c18
optimize communicator merge sparse gradient test=develop () 6 years ago
chengduo e06c69c788
Fix default value of fluid.memory_optimize () 6 years ago
Zhaolong Xing 6978b2e48e
fix split and sampled softmax () 6 years ago
Yibing Liu f57ee3693b
Fix the bug of sequence_unpad op () 6 years ago
chengduo 5489216eba
Clean build strategy () 6 years ago
chengduo 14e1e165df
update alloc_continuous_space_for_grad_pass () 6 years ago
lujun 7e61baaa94
add Dygraph api to api.spec () 6 years ago
liuwei1031 a736c03b10
improve doc of lstm, sequence_enumerate, softmax_with_cross_entropy, space_to_depth APIs () 6 years ago
flame fdf798f95a
fix double buffer example () 6 years ago
Bai Yifan 23b8b18e56
fix api doc example, test=develop () 6 years ago
xiaoting 2f0d68261c fix yolo_box example,test=develop () 6 years ago
songhao 6b3d96254d fix some bug when merge sparse embedding parameters, test=develop () 6 years ago
jiaqi 3f8031e256
dataset () 6 years ago
liuwei1031 5d54ed4a84
improve the doc of DataFeeder and default_main_program () 6 years ago
xiaoting b58bb80248 set src_idx > 0 for bilinear_interp_op () 6 years ago
wopeizl daa32d5383
fix package generation for inference test=develop () 6 years ago
Shuai Yuan 9a32dad811
[DOC] Fix comment code of API create_py_reader_by_data () 6 years ago
Hongyu Liu cefd0fb598
Fix slice op shape=-1 bug () 6 years ago
lijianshe02 ff4279e3b2
fix paddle.fluid.layers.io.open_files api doc bug test=develop () 6 years ago
chengduo 5588b923f3
Add multi process reader () 6 years ago
wangchaochaohu a9dc534f48
fix API example () 6 years ago
翟飞跃 de42fe8fd5 Change int8v2 CAPI unit test name and add log in the prediction stage () 6 years ago
翟飞跃 802ea50956 fix spelling errors () 6 years ago
zhoukunsheng 0569ff78fa Fix doc example for greater_equal, greater_than, less_equal, not_equal, rank, reduce_all, reduce_any, sign, where, diag () 6 years ago
Huihuang Zheng bbc292920c
Fix API example code () 6 years ago
翟飞跃 78441c5449 add mkldnn Int8v2 slim doc () 6 years ago
lvmengsi d658f1133b
Fix doc for transpose, conv3d and batch_norm. () 6 years ago
FlyingQianMM 944c3165ec
fix type error of std::pow in sigmoid_focal_loss_op.cu and sigmoid_focal_loss_op.h () 6 years ago
chengduo 25f3cd6486
Update execution_strategy option default value () 6 years ago
chengduo 4978db2c10
Remove nccl dep when the number of GPU is 1 () 6 years ago
Zeng Jinle 25ab23be28
Fix dygraph mem leak () 6 years ago
tensor-tang 1c6e560607
core replace x86cpu with py cpuinfo () 6 years ago
Zeng Jinle 6eec66a1b1
Fix py_reader iterable bug () 6 years ago
qingqing01 80d2e66f9e
Update backward appending stragety to support double backward and fix some bug. () 6 years ago
Wojciech Uss ca5642c850 unify FP32 vs. INT8 comparison tests output () 6 years ago
Wojciech Uss c26130f3a9 reuse C-API INT8 unit test application () 6 years ago
FlyingQianMM ff83655f7e
add detection output operator for supporting retinanet () 6 years ago
FlyingQianMM 0aee1f0074
add sigmoid focal loss operator for supporting retinanet () 6 years ago
FDInSky 9e4b9d9798 Update generate_proposal_labels_op to support CascadeRCNN. () 6 years ago
FlyingQianMM 9ed2f936f1
add target assign operator for supporting retinanet () 6 years ago
Huihuang Zheng 7faf095618
Sync Dockerfile change of PR#17889 () 6 years ago
Sylwester Fraczek accb132f0f fix slim int8 mkldnn multithreading issue () 6 years ago
tianshuo78520a 2e1d8cf7c8 add approval to requirements.txt 6 years ago
chengduo 24e988a471
Fix bug of scope_buffered_ssa_graph_executor () 6 years ago
Huihuang Zheng 3f55ab0f89
Modify format of GPU allocation failure log. () 6 years ago
gongweibao f5caf3443c
Fix reinitialized ncclid error! () 6 years ago
whs 354643d8d9
Add warning for cudnn warpctc kernel in CUDA9\CUDA10. () 6 years ago
qingqing01 e81756f1ba
Hidden paddle.fluid.layers.detection_map. () 6 years ago
Yiqun Liu 660c1a65f3
Optimize fused_elewise_activation_grad op. () 6 years ago
lidanqing 466254151a add Mobilienet ssd int8 analyzer tester () 6 years ago
石晓伟 42f12a4aca
fix ci test cmake test=develop () 6 years ago
chengduo b5a1c1463d
Update CPU_NUM config () 6 years ago