1. 08 2月, 2022 2 次提交
  2. 02 2月, 2022 1 次提交
  3. 28 1月, 2022 1 次提交
  4. 27 1月, 2022 1 次提交
  5. 26 1月, 2022 1 次提交
  6. 24 1月, 2022 1 次提交
  7. 18 1月, 2022 2 次提交
    • S
      Mish FP32/BF16 kernel, conv and fc fuse passes (#38623) · 1d18bc2c
      Sławomir Siwek 提交于
      * Mish
      
      * Change exp() library
      
      * mish fuse pass
      
      * mish attrs
      
      * fixes
      
      * mishop maker
      
      * remove attrs
      
      * mish kernal for bf16
      
      * fc+mish fuse
      
      * fix code format error
      
      * Resolve merge conflicts
      
      * Update mish operator version
      
      * update mish variable to new naming convention
      1d18bc2c
    • Z
      [Unify Tensors PR #8] Merged Tensor into DenseTensor, test=allcases (#38914) · 2052f1e3
      Zhanlue Yang 提交于
      * Merged LoDTensor with Tensor,test=allcases
      
      * Patched python level LoDTensor
      
      * Patched python level LoDTensor
      
      * Merge Tensor into DenseTensor
      
      * Fixed namespace issues,test=allcases
      
      * Fixed merge issues
      
      * Fixed inference issues
      
      * Fixed NPU test issues
      
      * Fixed merge issues
      2052f1e3
  8. 17 1月, 2022 4 次提交
  9. 15 1月, 2022 1 次提交
  10. 12 1月, 2022 2 次提交
  11. 05 1月, 2022 2 次提交
  12. 31 12月, 2021 1 次提交
  13. 30 12月, 2021 2 次提交
  14. 28 12月, 2021 1 次提交
    • B
      add mul_lstm_fuse_pass ut (#37795) · 1db61c3e
      baoachun 提交于
      * add mul_lstm_fuse_pass ut
      
      * update mul_lstm_fuse_pass ut
      
      * update ut
      
      * update ut
      
      * update ut
      
      * add CPU ut cmake setting
      
      * update ut
      1db61c3e
  15. 27 12月, 2021 1 次提交
  16. 24 12月, 2021 1 次提交
  17. 23 12月, 2021 2 次提交
    • B
      add mkldnn conv_elementwise_add_mkldnn_fuse_pass ut (#37612) · f88065d3
      baoachun 提交于
      * add mkldnn conv_elementwise_add_mkldnn_fuse_pass ut
      
      * update mkldnn conv_elementwise_add_mkldnn_fuse_pass ut
      
      * update conv_elementwise_add_mkldnn_fuse_pass ut
      
      * update conv_elementwise_add_mkldnn_fuse_pass ut
      
      * update conv_elementwise_add_mkldnn_fuse_pass ut
      
      * restrict conv2d data_format in conv_elementwise_add_mkldnn_fuse_pass
      
      * update conv_elementwise_add_mkldnn_fuse_pass OpCompat
      
      * update conv_elementwise_add_mkldnn_fuse_pass ut
      
      * update ut
      f88065d3
    • H
      Add unittest for flatten2_matmul squeeze2_matmul reshape2_matmul pass (#37644) · aa059885
      heliqi 提交于
      * add flatten2_matmul squeeze2_matmul reshape2_matmul test case
      
      * modify skip func to ignore_pass_case func
      
      * rebuild CI
      
      * add test_xx_matmul_fuse_pass timeout
      
      * add test_map_xx_pass timeout
      
      * add max_duration of test cast
      
      * add trt skip
      
      * add timeout
      
      * del commented code
      aa059885
  18. 22 12月, 2021 3 次提交
  19. 21 12月, 2021 3 次提交
  20. 20 12月, 2021 2 次提交
    • B
      add mkldnn conv_transpose_bias fuse pass ut (#37508) · ac696941
      baoachun 提交于
      * add mkldnn conv_transpose_bias fuse pass ut
      
      * update conv_transpose_bias_mkldnn_fuse_pass ut
      
      * update conv_transpose_bias_mkldnn_fuse_pass ut
      
      * update conv_transpose_bias_mkldnn_fuse_pass ut
      
      * restrict conv2d data_format in conv_transpose_bias_mkldnn_fuse_pass
      
      * update ut timeout setting
      
      * update ut
      ac696941
    • H
      add matmul_scale_fuse_pass (#37962) · ce335c23
      heliqi 提交于
      * add matmul_scale matmul_v2_scale fuse pass
      
      * add scaletensor judge
      
      * modify var name
      
      * add timeout notest;test=coverag
      
      * fix error commit
      
      * fix use_mkldnn attr
      
      * fix use_mkldnn attr
      ce335c23
  21. 17 12月, 2021 1 次提交
  22. 16 12月, 2021 2 次提交
    • F
      Conv transpose eltwiseadd bn fuse pass (#37800) · e64f0997
      feng_shuai 提交于
      * conv_transpose_eltwiseadd_bn_fuse_pass
      
      * change timeout
      
      * add TIMEOUT
      
      * add random num for group and dilation
      
      * change PassCompat
      e64f0997
    • Y
      Add tests for PaddleInference Pass (#37676) · 96597a85
      yeliang2258 提交于
      * add test for conv_elementwise_add2_act_fuse_pass and conv_elementwise_add_act_fuse_pass
      
      * Add conv_eltwiseadd_bn_fuse_pass test and fix test_conv_elementwise_addX_act_fuse_pass
      
      * add tests for conv_act_mkldnn_fuse_pass
      
      * add test for conv_bias_mkldnn_fuse_pass
      
      * update code
      
      * add conv_act_mkldnn_fuse_pass for relu, relu6, swish, leaky_relu
      
      * update test
      
      * update
      
      * update bug
      
      * update
      
      * update pattern_detector
      
      * fix test_conv_eltwiseadd_bn_fuse_pass
      
      * add diff display notest;test=windows_ci_inference
      
      * fix
      
      * remove test_conv_act_mkldnn_fuse_pass.py
      
      * ifix
      96597a85
  23. 15 12月, 2021 3 次提交