1. 02 11月, 2022 1 次提交
  2. 01 11月, 2022 1 次提交
  3. 31 10月, 2022 1 次提交
  4. 27 10月, 2022 2 次提交
  5. 26 10月, 2022 3 次提交
  6. 24 10月, 2022 1 次提交
  7. 21 10月, 2022 1 次提交
  8. 20 10月, 2022 2 次提交
  9. 19 10月, 2022 2 次提交
  10. 18 10月, 2022 2 次提交
    • W
      Merge layernorm trt fuse (#46320) · 5e9f491e
      Wang Bojun 提交于
      * first version, accuracy corrected
      
      * disable debug print
      
      * use blockReduceSum in phi
      
      * add UT
      
      * add opCompat
      
      * code style
      
      * code refine
      
      * bug fix
      
      * code refine
      
      * test fix
      
      * bugfix
      
      * codesytle fix
      
      * code style
      
      * code-style
      
      * code-style
      
      * code-style
      5e9f491e
    • S
      FC + activation fuse passes (#45183) · b7a23adb
      Sławomir Siwek 提交于
      * git
      
      * style
      
      * leave default relu in kernel
      
      * style
      
      * cleanup FCMKLDNN pattern
      
      * merge conflicts
      
      * update develop
      
      * update develop
      
      * add const
      
      * rename to oneDNN and adjust attributes
      
      * whitespace
      b7a23adb
  11. 17 10月, 2022 4 次提交
  12. 16 10月, 2022 1 次提交
  13. 13 10月, 2022 2 次提交
    • Y
      Fix quantize model deploy bugs when using MKLDNN (#45920) · 561fd8c8
      yeliang2258 提交于
      * fix immutable op quantize bugs
      
      * fix
      
      * fix build bug
      
      * fix test
      
      * notest,test=inference
      
      * fix ppyoloe acc drop bugs
      
      * fix test
      
      * fix test
      
      * add test
      
      * fix
      
      * fix
      
      * fix test
      
      * fix refined name bug
      
      * fix test
      
      * bias fix
      
      * fix matmul weight dequant bug
      
      * re-ci
      
      * fix tester
      
      * fix test
      
      * fix tester
      
      * update weight dequantize func
      
      * update code
      
      * update test for converage
      
      * update test
      
      * update cmake
      
      * update cmakelist
      
      * update code
      
      * rerun ci
      
      * remove useless code
      561fd8c8
    • J
      Add unsigned int8 scale propagation (#46378) · c72b3bfa
      joanna.wozna.intel 提交于
      * Add unsigned int8 propagation
      
      * Add or modify unit tests
      
      * Correct concat scale checking
      
      * Apply review suggestions
      
      * Corrections
      c72b3bfa
  14. 12 10月, 2022 1 次提交
  15. 11 10月, 2022 2 次提交
  16. 10 10月, 2022 3 次提交
  17. 30 9月, 2022 2 次提交
  18. 29 9月, 2022 1 次提交
  19. 28 9月, 2022 3 次提交
  20. 27 9月, 2022 1 次提交
  21. 22 9月, 2022 2 次提交
  22. 21 9月, 2022 2 次提交
    • Z
      Enable PaddleInference to use CINN. (#45009) · 3aa6bd57
      Zhen Wang 提交于
      * use cinn in the paddle inference
      
      * fix some cmake errors
      
      * Avoid division by zero in the arange_kernel.
      
      * Avoid dynamic ops.
      
      * Remove some useless codes.
      
      * Use OpTransInfo to encapsulate some codes used in the build_cinn_pass.
      3aa6bd57
    • W
      residual_no_bias (#46129) · aa0e84e3
      wenbin 提交于
      * residual_no_bias
      
      * comments
      
      * more ut
      
      * fix input
      aa0e84e3