1. 23 6月, 2022 1 次提交
    • S
      [external reviewing] Params to int8 pass (#42625) · b8b2d6a9
      Sylwester Fraczek 提交于
      * sylwek
      
      prototype params to int8 pass
      
      * trying to make warmup work
      
      * wip
      
      * wip
      
      * change test to cpp test
      
      * review fixes, refactoring
      
      * more refactoring
      
      * add erasevars
      
      * change test to fixture
      
      * rename pass
      
      and reorder erasevars and graphsaferemovenodes
      
      * fix
      
      * more refactoring and fixed bug
      
      * formatting
      
      * remove scale count
      
      * enfroce message too short
      
      * remove erasevars
      
      erasevars couldbe cauuse of memory issues
      
      some other fixes
      
      * add count of successfull fuses to name of new nodes
      
      * FindVar -> GetVar and use ConvResidual pattern
      
      * use tensor->clear() instead of new variable
      
      * Update paddle/fluid/framework/ir/mkldnn/params_quantization_mkldnn_pass_tester.cc
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      
      * Update paddle/fluid/framework/ir/mkldnn/params_quantization_mkldnn_pass_tester.cc
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      
      * Update paddle/fluid/inference/tests/api/analyzer_lexical_analysis_gru_tester.cc
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      
      * add log (review fix)c
      
      * review fix (2 functions to one)
      
      * code review: Conv->QuantizeConv
      
      * revert
      
      * fix formatting
      
      * remove unused functions
      
      * add paddle enforce
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      b8b2d6a9
  2. 22 6月, 2022 1 次提交
  3. 21 6月, 2022 3 次提交
  4. 20 6月, 2022 1 次提交
  5. 17 6月, 2022 1 次提交
  6. 13 6月, 2022 1 次提交
  7. 09 6月, 2022 3 次提交
  8. 08 6月, 2022 1 次提交
  9. 07 6月, 2022 1 次提交
  10. 05 6月, 2022 1 次提交
  11. 04 6月, 2022 1 次提交
  12. 02 6月, 2022 3 次提交
  13. 01 6月, 2022 1 次提交
  14. 31 5月, 2022 1 次提交
  15. 30 5月, 2022 2 次提交
  16. 26 5月, 2022 1 次提交
  17. 25 5月, 2022 2 次提交
  18. 22 5月, 2022 1 次提交
  19. 20 5月, 2022 1 次提交
  20. 19 5月, 2022 1 次提交
  21. 17 5月, 2022 1 次提交
  22. 16 5月, 2022 2 次提交
  23. 13 5月, 2022 1 次提交
  24. 12 5月, 2022 2 次提交
  25. 11 5月, 2022 1 次提交
    • Z
      Move weights and biases scale computing into pass (#42241) · c0652972
      Zuza Gawrysiak 提交于
      * Add int8 scales gathering pass for convolution
      
      * Fix typo
      
      * Add unittest
      
      * Add corrected unit test
      
      * Change test name
      
      * Remove enabling mkldnn in test
      
      * Speed up test
      
      * Change max examples
      
      * Add functional test
      
      * Change test name
      
      * Add new test case
      
      * Rename pass
      c0652972
  26. 10 5月, 2022 3 次提交
  27. 06 5月, 2022 1 次提交
  28. 28 4月, 2022 1 次提交
    • T
      Bfloat16 refactor (#42238) · 8ad38701
      Tomasz Socha 提交于
      * Refactor Quantization
      
      * Refactor Dequantization
      
      * Classy solution
      
      * Style I
      
      * Style II
      
      * Style III
      
      * Use VLOG(4) for debug info
      
      * Style IV
      8ad38701