1. 06 1月, 2023 1 次提交
    • J
      【Zero-Dim】Flatten support 0d tensor (#49361) · 0093aaa6
      jiangcheng 提交于
      * flatten op support 0D-tensor
      
      * add test in zero dim py
      
      * fix shape should be list
      
      * short code for ci-coverage
      
      * add backward test
      
      * simple code for ci coverage
      
      * add axis check
      
      * add 0D-tensor test in test_flatten_contiguous_range_op.py
      
      * add axis error test for Coverage CI
      
      * add more test for CI-Coverage
      
      * add more test for CI-Coverage
      0093aaa6
  2. 05 1月, 2023 3 次提交
  3. 04 1月, 2023 2 次提交
  4. 03 1月, 2023 1 次提交
  5. 28 12月, 2022 1 次提交
  6. 26 12月, 2022 1 次提交
  7. 23 12月, 2022 1 次提交
  8. 22 12月, 2022 1 次提交
  9. 20 12月, 2022 1 次提交
  10. 19 12月, 2022 1 次提交
  11. 16 12月, 2022 1 次提交
  12. 09 12月, 2022 1 次提交
  13. 07 12月, 2022 1 次提交
  14. 05 12月, 2022 1 次提交
  15. 03 12月, 2022 1 次提交
  16. 30 11月, 2022 1 次提交
  17. 24 11月, 2022 1 次提交
    • H
      [PHI decoupling] simplify "convert_utils.h" in fluid (#48168) · de4310e6
      huangjiyi 提交于
      * rm dependence to "convert_utils.h" in some files
      
      * fix bugs
      
      * replace DataType2String with DataTypeToString
      
      * replace framework::DataTypeSize with phi::SizeOf
      
      * mv convert_function from fluid to phi and rm old map
      
      * recommit with pre-commit
      
      * repalce ProtoVarType with ProtoDataType and update comment.
      
      * fix error about include "dnnl.hpp"
      
      * revert add dep mkldnn to convert_utils in phi
      
      * add mkldnn deps in convert_utils.h in phi
      
      * move deps to convert_utils.h in phi
      de4310e6
  18. 17 11月, 2022 2 次提交
  19. 16 11月, 2022 1 次提交
  20. 15 11月, 2022 1 次提交
  21. 14 11月, 2022 1 次提交
  22. 11 11月, 2022 1 次提交
  23. 10 11月, 2022 1 次提交
  24. 08 11月, 2022 1 次提交
  25. 03 11月, 2022 2 次提交
  26. 02 11月, 2022 1 次提交
  27. 01 11月, 2022 2 次提交
    • Y
      [PHI]Standardise some C++ API (Part2) (#47510) · 399047d7
      YuanRisheng 提交于
      * standard_api
      
      * add hardtanh
      399047d7
    • C
      Adapting device-specific Extra Attributes for the PHI kernel (#46342) · c923e6c9
      Chen Weihang 提交于
      * 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
      
      * 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
      
      * fix map at error
      
      * Update paddle/phi/kernels/onednn/conv_grad_kernel.cc
      Co-authored-by: NSławomir Siwek <slawomir.siwek@intel.com>
      
      * remove useless extra attrs
      
      * replace mkldnn_engine by onednn_engine
      Co-authored-by: NYuanRisheng <yuanrisheng@baidu.com>
      Co-authored-by: NSławomir Siwek <slawomir.siwek@intel.com>
      c923e6c9
  28. 31 10月, 2022 3 次提交
  29. 25 10月, 2022 1 次提交
  30. 20 10月, 2022 1 次提交
  31. 18 10月, 2022 1 次提交
  32. 17 10月, 2022 1 次提交