1. 16 12月, 2021 3 次提交
    • 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
    • Z
      change tar mode (#38119) · 10ebe231
      zhangchunle 提交于
      10ebe231
    • T
      check build trt8 docker images (#37920) · 25c1b623
      tianshuo78520a 提交于
      25c1b623
  2. 14 12月, 2021 2 次提交
  3. 13 12月, 2021 1 次提交
    • S
      make some paralle 2's test higher paralle level (#38037) · 6a852536
      Sing_chan 提交于
      * make some test higher paralle level
      
      * modify slightly acoodring ci test:40100-40107
      
      * modify slightly acoodring ci test:40124-40134
      
      * modify slightly acoodring ci test:40138-40150
      
      * modify slightly acoodring ci test:40153-40165
      
      * modify slightly acoodring ci test:40153-40165
      6a852536
  4. 10 12月, 2021 1 次提交
  5. 07 12月, 2021 2 次提交
  6. 06 12月, 2021 2 次提交
  7. 03 12月, 2021 2 次提交
  8. 01 12月, 2021 1 次提交
  9. 30 11月, 2021 1 次提交
    • S
      Open trt in windows (#37397) · 5f916c37
      Sing_chan 提交于
      * modify for wincheck-inference case
      
      * modify according to zhouwei's comment
      
      * open with_trt and block failed unittests in windows
      
      * test
      5f916c37
  10. 29 11月, 2021 2 次提交
  11. 26 11月, 2021 1 次提交
  12. 25 11月, 2021 1 次提交
  13. 24 11月, 2021 2 次提交
  14. 23 11月, 2021 3 次提交
  15. 22 11月, 2021 1 次提交
  16. 19 11月, 2021 1 次提交
  17. 18 11月, 2021 2 次提交
  18. 17 11月, 2021 1 次提交
  19. 16 11月, 2021 2 次提交
  20. 15 11月, 2021 1 次提交
    • C
      [Pten] Refactor the implementation of custom operator (#37122) · 1e598f1a
      Chen Weihang 提交于
      * move extension into pten [no-verify]
      
      * append tensor methods by ext_tensor [no-verify]
      
      * append other tensor methods [no-verify]
      
      * ext related files tidy [no-verify]
      
      * include relation tidy [no-verify]
      
      * add pten tensor test [no-verify]
      
      * replace tensor in custom op & compile success
      
      * refine tensor constructor for unittest
      
      * custom relu jit run success
      
      * fix all custom op unittests
      
      * add inference cmake adapt [no-verify]
      
      * fix failed unittests
      
      * fix windows failed unittests
      
      * try to fix kunlun and inference failed
      
      * fix test_elementwise_api error
      
      * try to fix win compile failed
      
      * fix kunlun fp16 type error
      
      * remove useless haddle error macro
      
      * add custom linear op test
      
      * fix compile failed & add win symbols
      
      * fix non pten kernel cast failed
      
      * add dll decl for api
      
      * polish several deetails
      
      * polish details by review comment
      
      * add dll_decl for register
      1e598f1a
  21. 09 11月, 2021 1 次提交
  22. 03 11月, 2021 1 次提交
  23. 02 11月, 2021 2 次提交
  24. 28 10月, 2021 2 次提交
  25. 27 10月, 2021 1 次提交
    • P
      Added fp32 / bf16 forward and backward elementwise_div_mkldnn operator (#36158) · e92e6b06
      piotrekobiIntel 提交于
      * Add WIP version of elementwise_div_mkldnn without working dy grad
      
      * Add dy gradient calculation implementation, disable broadcast tests
      
      * Readd removed tests from static_mode_white_list
      
      * Add bfloat16 gradient tests, remove int8 and uint8 support
      
      * - Change the way dy grad is calculated to improve performance
      - Refactor BinaryMKLDNNHandler to use a default parameter
      
      * Change copyright year
      
      * Refactor as suggested
      
      * Attempt to bypass CI Approval
      not accepting max_relative_error
      
      * Fix formatting issue
      e92e6b06
  26. 25 10月, 2021 1 次提交