1. 05 1月, 2022 2 次提交
  2. 04 1月, 2022 1 次提交
  3. 30 12月, 2021 1 次提交
  4. 23 12月, 2021 1 次提交
  5. 22 12月, 2021 1 次提交
  6. 20 12月, 2021 1 次提交
  7. 14 12月, 2021 3 次提交
  8. 07 12月, 2021 1 次提交
  9. 30 11月, 2021 3 次提交
  10. 29 11月, 2021 1 次提交
  11. 24 11月, 2021 1 次提交
  12. 22 11月, 2021 1 次提交
  13. 17 11月, 2021 2 次提交
  14. 16 11月, 2021 2 次提交
  15. 11 11月, 2021 1 次提交
    • J
      Added softplus + activation oneDNN fuse pass (#36657) · a346c4dc
      jakpiase 提交于
      * added softplus + activation fuse plass
      
      * minor change
      
      * implemented reviewer suggestion
      
      * minor fix
      
      * minor fix
      
      * added scale_out parameter
      
      * minor fix
      
      * fix for iScan CI
      
      * conditionally disabled logs
      
      * refactored pass builder
      a346c4dc
  16. 10 11月, 2021 1 次提交
  17. 05 11月, 2021 2 次提交
    • J
      Added caching of scales for bias in conv2d int8 (#36980) · 3705b12c
      Jacek Czaja 提交于
      * - Cached bias scales
      
      * - Fix
      
      * - fixes after review
      
      * - second round of fixes after internal review
      3705b12c
    • J
      Disable pool&conv_transpose&quantize caching (#36695) · db6c00c4
      Jacek Czaja 提交于
      * - WIP
      
      - compilation fix
      
      - fix
      
      - fixes
      
      - fix
      
      - fix
      
      - fix again
      
      - fix
      
      - another fix
      
      - another compilation fix
      
      - fix
      
      - fix
      
      - fix
      
      - lint
      
      * - pool2d partially stripped from cache
      
      - pool2d partially stripped of caching
      
      * - compilation fix
      
      * - compilation fix
      
      * - Fix to UT of caching
      
      * - Enabling test_conv3d_mkldnn
      
      * - conv_transpose stripped of cache
      
      * - compilation fix
      
      * - fix
      
      * - fix
      
      * - compilation fix
      
      * - fix
      
      * Reverted disabling caching of conv2d
      
      * - compilation fix
      
      * - ut reverted
      db6c00c4
  18. 02 11月, 2021 2 次提交
  19. 27 10月, 2021 1 次提交
  20. 23 10月, 2021 1 次提交
  21. 21 10月, 2021 1 次提交
    • J
      Added matmul_v2+transpose+reshape fuse pass (#36481) · 856cb9c5
      jakpiase 提交于
      * added base changes for matmul_v2+trans+resh fuse pass
      
      * added full matmul_v2+transpose+reshape pass
      
      * removed a file added by mistake
      
      * added reviewers suggestions
      
      * Changed ops type in checking capatibility version
      
      * Deteled one statement
      856cb9c5
  22. 18 10月, 2021 1 次提交
    • J
      Added softplus FP32 FWD OneDNN kernel (#36382) · bdac9ff6
      jakpiase 提交于
      * added softplus
      
      * refactored softplus op
      
      * deleted unnecessary file
      
      * added missing file
      
      * added formatting
      
      * disabled tests if GPU is used
      
      * added reviewer suggestion
      
      * unified softplus kernel
      bdac9ff6
  23. 14 10月, 2021 1 次提交
  24. 13 10月, 2021 1 次提交
  25. 11 10月, 2021 1 次提交
  26. 08 10月, 2021 2 次提交
  27. 07 10月, 2021 1 次提交
  28. 05 10月, 2021 1 次提交
    • J
      Added concat BF16/FP32 BWD OneDNN kernel (#35889) · dc4d5719
      jakpiase 提交于
      * tmp
      
      * added concat BF16/FP32 BWD oneDNN kernel
      
      * minor change
      
      * minor change
      
      * fix for CI
      
      * added formatting
      
      * Reverted deleting static keyword
      
      * added reviewers suggestions
      
      * reverted deleting concat bf16 test file
      
      * fixed concat tests
      dc4d5719
  29. 27 9月, 2021 1 次提交
  30. 24 9月, 2021 1 次提交