1. 13 12月, 2022 1 次提交
  2. 12 12月, 2022 1 次提交
  3. 09 12月, 2022 2 次提交
  4. 08 12月, 2022 3 次提交
  5. 06 12月, 2022 3 次提交
  6. 05 12月, 2022 2 次提交
    • W
      Reverse roll fuse (#46914) · feb68dd1
      Wang Bojun 提交于
      * pass
      
      * pass
      
      * draft version
      
      * share mem opt
      
      * remove sharemem
      
      * add pattern for the case with circle_shift=0
      
      * add UT
      
      * pass opt
      
      * test_fix
      
      * code-commit
      
      * code-style
      
      * code style
      
      * code-style
      
      * ut-fix
      
      * op teller refine
      
      * resolve conflict
      
      * adjust position op_teller list and pass order for swin
      
      * ut code style update
      
      * adjust paddle pass order
      
      * refine pass order
      
      * refine pass order
      
      * refine pass order
      feb68dd1
    • X
      release_ (#48383) · 7507956b
      xiaoxiaohehe001 提交于
      7507956b
  7. 02 12月, 2022 1 次提交
    • S
      Fix fuse_gemm_epilogue (#47805) · 6efc2888
      Shijie 提交于
      * Fix fuse_gemm_epilogue
      
      * update tests
      
      * Update CMakeLists.txt
      
      * Update CMakeLists.txt
      
      * Update CMakeLists.txt
      
      * fix random seed
      
      * use assert_allclose
      
      * Update test_dist_fuse_gemm_epilogue_pass.py
      
      * Update cpp_pass.py
      
      * Update test_dist_fuse_gemm_epilogue_pass.py
      
      * fix codestyle
      
      * update seed and atol
      6efc2888
  8. 01 12月, 2022 3 次提交
  9. 30 11月, 2022 2 次提交
  10. 28 11月, 2022 1 次提交
  11. 24 11月, 2022 1 次提交
  12. 23 11月, 2022 2 次提交
  13. 22 11月, 2022 1 次提交
    • S
      Some residualdata fixes (#48118) · 7bbdbe5b
      Sylwester Fraczek 提交于
      Removed ResidualData and Bias from ExtraAttrProperties because it's not an attribute.
      Removed bug with checking for ResidualData attribute in matmul_elementwise_add_fuse_pass
      Removed residualData from list of matmul outputs in cpu_bfloat16_pass.cc because it's input
      Co-authored-by: NTomasz Socha <tomasz.socha@intel.com>
      7bbdbe5b
  14. 21 11月, 2022 2 次提交
    • S
      add fc-residual quantization (#46917) · fed0ed34
      Sylwester Fraczek 提交于
      * add fc-residual quantization
      
      * revert removal of check for use_mkldnn
      
      * fix bug
      
      * add disable_logs
      
      * review fix
      
      call twice AreScalesPresntForNodes instead of if-else
      
      * rewrite residual input to output
      
      * revert fc mkldnn taking residual data
      
      * format fix
      
      * fix LoDTensor->DenseTensor
      
      * LoDTensor->DenseTensor
      
      * output->input
      
      * revert changes to unsupported script
      
      revert changes to unsupported script
      
      * remove fc residualdata from output blocklist in cpu_bfloat16_pass.cc
      fed0ed34
    • R
      delete unnecessary shape and slice op (#48112) · 41483383
      RichardWooSJTU 提交于
      41483383
  15. 18 11月, 2022 1 次提交
  16. 16 11月, 2022 2 次提交
  17. 15 11月, 2022 2 次提交
    • J
      Added optimization pass for oneDNN layernorm kernel (#47782) · 519e7426
      jakpiase 提交于
      * optimization for ln
      
      * fix
      
      * added output to gpd
      
      * added formatting
      
      * fix
      519e7426
    • 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
  18. 14 11月, 2022 1 次提交
  19. 11 11月, 2022 2 次提交
  20. 10 11月, 2022 3 次提交
  21. 08 11月, 2022 3 次提交
  22. 07 11月, 2022 1 次提交
    • H
      suqeeze2 + transpose2 fuse onednn (#47592) · fa874a46
      Hui Zhang 提交于
      * suqeeze2 transpose2 fuse onednn
      
      * format
      
      * fix output shape
      
      * fix conflict
      
      * format
      
      * format
      
      * remove useless
      
      * remove log
      
      * simply pass
      
      * fix comment
      
      * fix
      
      * fix msg
      
      * fix error msg
      
      * format
      fa874a46