Commit Graph

7404 Commits (8699f38d0841b0026c8a1af2d82cabccf32ecbb0)

Author SHA1 Message Date
Shang Zhizhou 8699f38d08
裁剪transformer模型trt支持;修复tensorRT不支持DeletePass的bug (#28517)
6 years ago
joejiong 08d2413142
add log2 operator (#28319)
6 years ago
lidanqing 0fc181dbd0
[Fix bug] If the pass name is not found, IsCompatible should return false (#28475)
6 years ago
Leo Chen 543ff333cd
Refine the format of printing tensor 3 (support scaler tensor) (#28544)
6 years ago
YUNSHEN XIE 621b31c526
modified timeout value for test_resnet_v2 and test_resnet (#28532)
6 years ago
liym27 0ce933a9ee
[API2.0] Fix documents of 6 APIs to fit API2.0: (#28514)
6 years ago
Huihuang Zheng 3b0d31ab89
Modify ProgramTranslator and TracedLayer Doc for API 2.0 (#28509)
6 years ago
Huihuang Zheng 546b1c1dc4
Fix paddle.jit.dy2static.data_layer_not_check 2.0 API Doc (#28461)
6 years ago
YUNSHEN XIE 2159646796
modified timeout value for test_conv3d_mkldnn_op,test=document_fix (#28496)
6 years ago
Huihuang Zheng eb0855615c
Set Exclusive for test_yolov3 to Avoid Memory Segmentation Fault in CI Random Failure (#28485)
6 years ago
YUNSHEN XIE e1a5fc449d
fix ut exec timeout notest,test=kunlun (#28495)
6 years ago
YUNSHEN XIE d3b2d07d6e
modified timeout value on windows (#28499)
6 years ago
YUNSHEN XIE 1e698c600e
fix cmake error when setting ut timeout properity (#28492)
6 years ago
YUNSHEN XIE faa6549877
setting timeout properity for test_flags_mkldnn_ops_on_off (#28489)
6 years ago
Tao Luo 7fd2077211
set NCCL_SHM_DISABLE=1 for test_parallel_executor_profilery.py (#28484)
6 years ago
YUNSHEN XIE 72c78e4dbb
exec ut no more than 15s 2 (#28441)
6 years ago
YUNSHEN XIE ba0756325a
exec ut no more than 15s 1 (#28439)
6 years ago
Chen Weihang 155b4f9b6c
Remove selected rows all reduce over height check (#28460)
6 years ago
WeiXin b5e662f837
refine jit.save/load to add support for other method, not only forward (#28376)
6 years ago
Zhang Ting 7fe5f9ccad
Fix unittest random failure (#28363)
6 years ago
joanna.wozna.intel 7821759d48
Add bfloat16 softmax and gelu (#28394)
6 years ago
Aurelius84 bd8dfe38ca
[Dy2Stat] Refine code example for 2.0 (#28440)
6 years ago
zhupengyang 0155f91679
enable softmax unittest (#28362)
6 years ago
Aurelius84 2500dca878
[Dy2Stat] Fix bug in convert_call (#28368)
6 years ago
Jacek Czaja ca41541472
[oneDNN]Sum bf16 kernel (#28382)
6 years ago
Kaipeng Deng 463075a82b
add paddle.io.ComposeDataset & paddle.io.ChainDataset (#28311)
6 years ago
Leo Chen 44a476c2ab
support cuda pinned place (#28416)
6 years ago
lidanqing 12b9587be5
Add conv_bias pass version python test (#28278)
6 years ago
Kaipeng Deng 95b1868366
update DataLoader doc (#28290)
6 years ago
Leo Chen 71d6220772
Skip reader op in mixed_precision decorator (#28353)
6 years ago
Leo Chen 8b2436a776
Add broadcast_shape api (#28257)
6 years ago
石晓伟 21a63f6f90
enhance the op_version_registry, test=develop (#28347)
6 years ago
Shang Zhizhou ea851796e5
TensorRT中ernie模型推理性能优化,支持变长输入 (#28367)
6 years ago
Jacek Czaja 84cc61b2cd
[oneDNN] sum op refactor (#28318)
6 years ago
Leo Chen 6115c14fca
Pool2d cuda kernel supports fp16 (#28316)
6 years ago
Guo Sheng 9a600df373
Add rnn_op (#28197)
6 years ago
Huihuang Zheng acc11c2a62
Retry CUDA Initialization to Fix Random Failure, test=develop (#28323)
6 years ago
wangguanzhong 5262b02585
add generate_proposals_v2 op (#28214)
6 years ago
Guo Sheng b96869bc31
Fix lr setting of AdamW when lr is an instance of LRScheduler (#28300)
6 years ago
Aurelius84 57e4411ab5
[Dy2stat] Support to modify value of buffer tensor (#28328)
6 years ago
石晓伟 d9b5f1261c
update the version of pybind, test=develop (#28284)
6 years ago
Leo Chen 18c86fb2fb
hide some logs of p2p (#28307)
6 years ago
Chen Weihang 4086f48ea1
Check and fix tensor and scalar type promotion (#28299)
6 years ago
zhulei 26ede6e07e
Add median api. (#28310)
6 years ago
wanghuancoder 3ccc0a2f5e
enable test_parallel_executor_fetch_isolated_var (#28219)
6 years ago
joanna.wozna.intel 571a63e7ec
Add bf16 transpose2, reshape2, concat ops (#28195)
6 years ago
Guanghua Yu e8f2614da5
Enhance multiclass_nms op to support LoD for dygraph mode (#28276)
6 years ago
Leo Chen 8953038400
Fix transpose in conv cudnn kernel when addto enabled (#28295)
6 years ago
chentianyu03 6cebd71454
add + - * / @ [] operator to ComplexVariable (#28217)
6 years ago
Zhong Hui a98c69b6c6
fix dygraph gather api
6 years ago