1. 29 12月, 2022 1 次提交
  2. 23 12月, 2022 1 次提交
  3. 20 12月, 2022 1 次提交
  4. 19 12月, 2022 1 次提交
  5. 16 12月, 2022 1 次提交
  6. 15 12月, 2022 2 次提交
  7. 14 12月, 2022 2 次提交
  8. 13 12月, 2022 1 次提交
  9. 12 12月, 2022 1 次提交
  10. 09 12月, 2022 2 次提交
  11. 08 12月, 2022 1 次提交
  12. 07 12月, 2022 1 次提交
  13. 06 12月, 2022 1 次提交
    • Z
      Clear extra input (Bias, ResidualData) in OpMaker of conv2d (#47579) · 0a2dfa38
      zyfncg 提交于
      * delete Bias and ResidualData in OpMaker of conv2d
      
      * delete extra input of conv3d
      
      * refactor pass of conv_bias_fusion
      
      * fix mkldnn dependency
      
      * fix mkldnn compile
      
      * fix test_conv_bias_mkldnn_fuse_pass
      
      * police some code
      
      * remove useless log
      
      * fix analyzer_vit_ocr_tester
      
      * fix conv_activation_mkldnn_fuse_pass
      
      * fix test_analyzer_ocr
      
      * add fused_conv_sig
      
      * fix performence regression
      
      * fix performance regression
      0a2dfa38
  14. 05 12月, 2022 2 次提交
  15. 01 12月, 2022 1 次提交
  16. 30 11月, 2022 4 次提交
  17. 29 11月, 2022 2 次提交
    • L
      fix mma_tensorcore (#48386) · bf4d1792
      lzy 提交于
      * fix mma_tensorcore (__CUDA_ARCH__)
      
      * disable tensorcore by default.
      
      disable tensorcore by default, because the judgment of __CUDA_ARCH__ will cause undefined behavior in some environments, can manually enable it on a machine that supports tensorcore.
      bf4d1792
    • S
      [PHI decoupling] Move MKLDNN code (#48352) · fa051eec
      Sławomir Siwek 提交于
      fa051eec
  18. 28 11月, 2022 4 次提交
  19. 23 11月, 2022 1 次提交
  20. 22 11月, 2022 2 次提交
  21. 21 11月, 2022 1 次提交
    • L
      mma qk tensor_core (#48087) · d79eda71
      lzy 提交于
      * use mma for QK dot computing in fused_multi_transformer.
      * Update fused_multi_transformer_op.cu.h
      d79eda71
  22. 18 11月, 2022 3 次提交
  23. 17 11月, 2022 2 次提交
  24. 15 11月, 2022 1 次提交
    • S
      mkldnn directory cleanup (#47779) · 8a339d24
      Sławomir Siwek 提交于
      * cleanup unused code
      
      * unify is_int8 is_bfloat16
      
      * Simplify matmul_v2 FWD kernel
      
      * remove RunKernel methods
      
      * remove import namespace
      
      * remove headers
      
      * clean fluid/phi cross imports
      
      * remove fluid axpy_handler
      
      * delete fluid methods
      
      * activations
      
      * OneDNNMemDesc
      
      * MKLDNNFormatForSize
      
      * MatchShapeToLayout
      
      * MKLDNNMemoryFormat
      
      * MKLDNNFormat
      
      * ReorderMKLDNNHandler
      
      * to_void_cast
      
      * review suggestions
      
      * interpolate
      
      * remove fluid depedency
      8a339d24
  25. 09 11月, 2022 1 次提交