1. 30 11月, 2022 2 次提交
  2. 28 11月, 2022 1 次提交
  3. 24 11月, 2022 1 次提交
  4. 23 11月, 2022 2 次提交
  5. 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
  6. 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
  7. 18 11月, 2022 1 次提交
  8. 16 11月, 2022 2 次提交
  9. 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
  10. 14 11月, 2022 1 次提交
  11. 11 11月, 2022 2 次提交
  12. 10 11月, 2022 3 次提交
  13. 08 11月, 2022 3 次提交
  14. 07 11月, 2022 2 次提交
  15. 04 11月, 2022 1 次提交
  16. 03 11月, 2022 3 次提交
    • Y
      Fix ComputePropagateScalesMkldnnPass of MKLDNN (#47574) · 5fc92943
      yeliang2258 提交于
      * add constant_folding_pass pass for mkldnn int8
      
      * update UpdateScaleOpInOutScales
      5fc92943
    • S
      [PHI] Migrate softmax kernel (#47339) · b8ae3858
      Sławomir Siwek 提交于
      * add extra attr property set
      
      * add type_info for all context
      
      * add onednn context to all context
      
      * fix context compile error
      
      * simplify conv kernel args
      
      * pass runtime attr into dev_ctx
      
      * fix marco error
      
      * clear conv_grad_kernel extra args
      
      * merge conv_grad_grad into conv_grad
      
      * clear conv2d_grad_grad extra attrs
      
      * remove redundant imports
      
      * migrate softmax
      
      * clear yaml and eager extra attr
      
      * fix conv1d error
      
      * change to thread local
      
      * fix npu compile failed
      
      * try to fix windows compile failed
      
      * add conv2d onednn phi kernel
      
      * fix ci bugs (#36)
      
      * fix compile bugs (#38)
      
      * fix extra input transform bug (#39)
      
      * support dynamic created attr (#40)
      
      * reset extra info gen code
      
      * rm conv_grad_grad kernel
      
      * reimpl pass attr adapting
      
      * add int attr support
      
      * remove vector inputnames creating
      
      * merge dev
      
      * fix map at error
      
      * adjust attribute
      
      * adapt funcs to PHI
      Co-authored-by: NChen Weihang <chenweihang@baidu.com>
      Co-authored-by: NYuanRisheng <yuanrisheng@baidu.com>
      b8ae3858
    • W
      bug fix (#47611) · 5160628c
      wenbin 提交于
      5160628c
  17. 02 11月, 2022 1 次提交
  18. 01 11月, 2022 1 次提交
  19. 31 10月, 2022 1 次提交
  20. 27 10月, 2022 2 次提交
  21. 26 10月, 2022 3 次提交
  22. 24 10月, 2022 1 次提交
  23. 21 10月, 2022 1 次提交
  24. 20 10月, 2022 1 次提交