1. 17 9月, 2020 1 次提交
  2. 14 9月, 2020 1 次提交
  3. 28 8月, 2020 1 次提交
  4. 26 8月, 2020 1 次提交
  5. 08 8月, 2020 1 次提交
  6. 15 7月, 2020 1 次提交
  7. 06 7月, 2020 1 次提交
  8. 02 7月, 2020 1 次提交
  9. 30 6月, 2020 1 次提交
  10. 09 6月, 2020 1 次提交
  11. 03 6月, 2020 1 次提交
  12. 02 6月, 2020 1 次提交
  13. 13 5月, 2020 1 次提交
    • J
      [oneDNN] Fix to inplace pass (#24442) · 8b88cd51
      Jacek Czaja 提交于
      * - Disabling inplace pass
      
      test=develop
      
      - Disable cycles
      
      test=develop
      
       - fix
      
      test=develop
      
      - Enhancement to in-place
      
      - Lint fixes
      
      test=develop
      
      * - Lint fixes
      
      test=develop
      8b88cd51
  14. 11 5月, 2020 1 次提交
    • C
      Add macro BOOST_GET to enrich the error information of boost :: get (#24175) · aa0f254f
      Chen Weihang 提交于
      * add new macro BOOST_GET_SAFELY & unittests, test=develop
      
      * add different macro type, test=develop
      
      * fix get macro type in executor, test=develop
      
      * four macro part change backup
      
      * using one macro for all case, test=develop
      
      * revert attribute change, test=develop
      
      * change to three func to solve gcc4.8 bug, test=develop
      
      * polish some details, test=develop
      aa0f254f
  15. 08 5月, 2020 1 次提交
  16. 06 5月, 2020 1 次提交
  17. 30 4月, 2020 1 次提交
  18. 28 4月, 2020 1 次提交
  19. 25 4月, 2020 1 次提交
  20. 24 4月, 2020 2 次提交
  21. 22 4月, 2020 1 次提交
  22. 13 4月, 2020 1 次提交
  23. 11 4月, 2020 1 次提交
  24. 08 4月, 2020 2 次提交
  25. 02 4月, 2020 1 次提交
  26. 01 4月, 2020 1 次提交
  27. 28 3月, 2020 1 次提交
  28. 19 3月, 2020 1 次提交
  29. 06 2月, 2020 1 次提交
  30. 31 1月, 2020 1 次提交
    • M
      [DNNL] Fix accuracy in INT8 FC (#22404) · 269db0d1
      Michał Gallus 提交于
      * Enable quantize to reorder to nchw as well
      
      * Correct FC MKL-DNN input dim requirements to accept 3D
      
      * Improve DNNL FC format, error and 3D input handling
      
      test=develop
      
      * Improve error checking in FC
      
      test=develop
      
      * Improve PADDLE_ENFORCE messages in fc-related files
      
      * Remove data layout attribute from obligatory pass args
      
      test=develop
      
      * Fix message in fc_mkldnn_pass to be logically correct
      
      test=develop
      269db0d1
  31. 25 1月, 2020 1 次提交
  32. 16 1月, 2020 1 次提交
  33. 14 1月, 2020 1 次提交
  34. 09 1月, 2020 1 次提交
  35. 16 12月, 2019 1 次提交
  36. 12 12月, 2019 1 次提交
  37. 27 11月, 2019 1 次提交
    • M
      INT8 Fully-connected (#17641) · 5d7d5482
      Michał Gallus 提交于
      * Implement Int8 FC
      
      * Integrate FC into INT8v2
      
      test=develop
      
      * int8 FC: transpose weights before computing scales
      
      test=develop
      
      * Add support for activation_type string in FC
      
      test=develop
      
      * Disable MKL-DNN's FC in VGG16 and 19
      
      test=develop
      
      * Disable FC quantization when mkldnn FC is disabled
      
      test=develop
      
      * Solve PADDLE_ENFORCES in FC int8
      
      * Fix Paddle enforces and remove const cast
      
      test=develop
      
      * Fix style changes
      
      test=develop
      
      * Fix quantizer_tester test and add fc quantization
      
      test=develop
      
      * Fix FC test fail on CUDA
      
      * Remove unnecessary log from quantize placement pass
      
      test=develop
      
      * Add Thread ID to FC hash key
      
      test=develop
      
      * Add comments to MKL-DNN FC Kernel
      
      test=develop
      
      * Refactor quantizer
      
      test=develop
      
      * Fix linter issues
      
      test=develop
      
      * Fix crash in slim googlenet
      
      test=develop
      
      * Fix PADDLE_ENFORCE messages
      
      test=develop
      5d7d5482
  38. 08 11月, 2019 1 次提交
    • J
      Add transpose2 INT8 for mkl-dnn (#19424) · 77c20835
      joanna.wozna.intel 提交于
      * Add transpose2 INT8 for mkl-dnn
      
      test=develop
      
      * Fix test_transpose_int8_mkldnn
      
      test=develop
      
      * Revert "Merge branch 'develop' into transpose_int8_mkldnn_2"
      
      This reverts commit 34011bdb, reversing
      changes made to 2ce6473f.
      
      * Revert "Revert "Merge branch 'develop' into transpose_int8_mkldnn_2""
      
      This reverts commit 23754dd7.
      
      * Add template to TransposeMKLDNNHandler
      
      test=develop
      
      * Resolve conflict
      
      test=develop
      
      * Restore get_size and refactor
      
      test=develop
      77c20835