Commit Graph

4741 Commits (878a40f57dbacf1facb4b28c1b9e31509a885381)

Author SHA1 Message Date
Zeng Jinle 878a40f57d
Support NoNeedBufferVarsInference in dygraph backward (#20868)
6 years ago
wangchaochaohu bf379fef96
refine code for code reuse test=develop (#20988)
6 years ago
Zhang Ting de9bec607e lrn supports channel_last input, test=develop (#20954)
6 years ago
Liufang Sang 9b666cae67 fix diff in dequantize op between cpu and gpu test=develop (#20953)
6 years ago
Zhang Ting f4f85831d3 fix the bug of conv_transpose cudnn kernel, test=develop (#20958)
6 years ago
zhaoyuchen2018 7f3a445e9a
Fix gru as small frame_size has error. (#20922)
6 years ago
123malin 20cdff0e02
Optimize decay (#20816)
6 years ago
Chengmo 16596f6498
Fix Paddle Cloud role maker (#20860)
6 years ago
liym27 59de8e1214 Compatible int32 and int64 for attr in concat/split/unsqueeze. test=develop (#20912)
6 years ago
Zhang Ting 8d1e9f0f7e maxout supports channel_last input (#20846)
6 years ago
Yihua Xu b6260f3866 Optimize the kernel implementation of layernorm with openmp (#20895)
6 years ago
hong 8c4573a3cb
GradMaker for dygraph (#19706)
6 years ago
Chen Weihang 768551b25d Add parameter init check add run_startup_progrom error message for fc(mul) (#20906)
6 years ago
Zhang Ting c18f1bd716 fix the bug of conv_transpose:compatible with Anylayout setting, test=develop (#20897)
6 years ago
Wilber b489760099
fix jit_matmul bug test=develop (#20886)
6 years ago
Yiqun Liu 03ba0fdae6
Move the codes of fused operators to operators/fused directory. (#20881)
6 years ago
zhang wenhui d428912503
fix select_rows mergeadd bug, test=develop (#20876)
6 years ago
liym27 6802539a2e support Tensor for split and concat, support -1 in num_or_sections, add check num_or_sections (#20780)
6 years ago
wangchaochaohu 28ca2e5ffa
strided_slice perforamnce improvement test=develop (#20852)
6 years ago
Yiqun Liu 6fcfd32e6c
Check and correct the output's lod_level in DynamicRNN related operators (#19144)
6 years ago
liym27 84d221b667 improve unsqueeze op to support int, Tensor for argument axes (#20824)
6 years ago
silingtong123 03d7f3ddb2 Make shape tensor support int32 (#20757)
6 years ago
Huihuang Zheng 95ba4bd2ab
Add shape and type check at read_op (#20754)
6 years ago
Aurelius84 aacd16dbb4 add pyramid_hash_op (#20698)
6 years ago
Chen Weihang 8b59ac3ad0 delete paddle infershape enforce marco (#20832)
6 years ago
whs c8e49be2f1
Fix roi_perspective_transform op (#20764)
6 years ago
Chen Weihang 26cc1fe508
Replace risky GetInputType method with secure IndicateVarDataType interface (#20668)
6 years ago
Yamei-Lee cf717fd6dd fix bug in reshape: (#20781)
6 years ago
Zhang Ting 5a8d885d72 All elements in attr(shape) of crop_tensor can be -1 and int32/64 kernel registered (#20756)
6 years ago
danleifeng 9171f73714 fix fp16 grid_size for size=1; test=develop (#20812)
6 years ago
Tao Luo efbdad0596
make search_compute support avx default (#20779)
6 years ago
WangXi 250e72d254 Fix DGC algorithm flow to make it the same as paper (#20758)
6 years ago
zhaoyuchen2018 6e6eab07e8
Fix multihead op bug. (#20783)
6 years ago
lvmengsi dfa0549f87
Revert "fix_depthwise_conv_cudnn, test=develop (#20712)" (#20782)
6 years ago
whs 4c7d196d83
Add norm_by_time for warpctc op in padding mode. (#17580)
6 years ago
Pei Yang e89c16b90d
Bug Fix: Paddle-TRT cannot handle adaptive pooling in pool2d op converter and "num" attribute in split op converter (#20733)
6 years ago
石晓伟 37cd43545a
update the infer shape of matmul, test=develop (#20717)
6 years ago
Adam 67b59ddb38 Minor MKL-DNN conv int8 performance fixes (#20753)
6 years ago
wangchaochaohu 0687bcd64f
Refine getitem of Variable (#20729)
6 years ago
danleifeng 79e08ecebf add assertions on whether elementwise_div divison is zero (#20618)
6 years ago
123malin 95e90aa102
test=develop, add communicator_is_sgd_optimizer flag (#20677)
6 years ago
Aurelius84 74a28f5ea4
fix fill_constant shape with -1 and enhance cross_entropy test=develop (#20722)
6 years ago
lvmengsi dc229b4195
fix_depthwise_conv_cudnn, test=develop (#20712)
6 years ago
gongweibao c1710e91b2
Disable GRPC_ARG_ALLOW_REUSEPORT to avoid potencial problem. (#20690)
6 years ago
lidanqing 46e93f7c86 Revert "Refactor conv computeINT8" (#20640)
6 years ago
Zeng Jinle ab575de725 Fix op run log when memory optimization strategy is enabled (#20695)
6 years ago
Jacek Czaja a1cd27f13f [MKL-DNN] Added mkl-dnn cache clearing when creating Executor instance (#20241)
6 years ago
Zeng Jinle 10505faf4e
polish codes, test=develop (#20672)
6 years ago
Zeng Jinle 34e3adaece
Refine reduce codes to save compiling time and binary size (#20676)
6 years ago
whs a3e641e93c
Fix infer shape of warpctc op. (#20653)
6 years ago