1. 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
  2. 14 11月, 2022 3 次提交
  3. 11 11月, 2022 3 次提交
  4. 10 11月, 2022 5 次提交
  5. 09 11月, 2022 7 次提交
  6. 08 11月, 2022 4 次提交
  7. 07 11月, 2022 6 次提交
  8. 04 11月, 2022 7 次提交
  9. 03 11月, 2022 3 次提交
    • P
      Fix oneDNN elementwise_sub dnnl_error in unit test (#47237) · 30c7758f
      Piotr Paturej 提交于
      * Fix dnnl errors in elementwise_sub tests
      
      * Fix model accuracy attempt
      
      * Add new fix
      
      * Add proper fix
      
      * Refactor by removing code repetition
      30c7758f
    • R
      Improve performance of coalesce_tensor and depend op in standalone executor (#47606) · 5fb1e824
      Ruibiao Chen 提交于
      * Dispath computation OPs before communication in standalone executor
      
      * Update code
      
      * Fix CI errors
      
      * Improve performance of coalesce_tensor and depend OP in standalone executor
      
      * pre-commit check
      5fb1e824
    • 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
  10. 02 11月, 2022 1 次提交