1. 20 12月, 2022 1 次提交
  2. 19 12月, 2022 1 次提交
  3. 07 12月, 2022 1 次提交
  4. 30 11月, 2022 1 次提交
  5. 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
  6. 17 11月, 2022 2 次提交
  7. 16 11月, 2022 1 次提交
  8. 08 11月, 2022 1 次提交
  9. 03 11月, 2022 1 次提交
  10. 01 11月, 2022 1 次提交
  11. 31 10月, 2022 3 次提交
  12. 25 10月, 2022 1 次提交
  13. 18 10月, 2022 1 次提交
  14. 13 10月, 2022 1 次提交
  15. 12 10月, 2022 1 次提交
  16. 19 9月, 2022 1 次提交
  17. 09 9月, 2022 2 次提交
  18. 07 9月, 2022 1 次提交
    • C
      [Phi] Migrate save kernel (#45665) · fc66fdb7
      Chen Weihang 提交于
      * add save kernel
      
      * add save_sr_kernel
      
      * remove original save_op
      
      * add save gpu kernel
      
      * remove combine kernel
      
      * add port.h include
      
      * add save selected rows test
      
      * remove useless kernel.h
      fc66fdb7
  19. 05 9月, 2022 1 次提交
  20. 31 8月, 2022 1 次提交
    • C
      Fix split api bug (#45396) · 4a25b60d
      Charles-hit 提交于
      * fix split bug
      
      * solve function redefine
      
      * fix fluid.layers.split and add unit test
      
      * delete splitInferMeta register in unary.cc
      
      * modify test_split_op GPU unit test
      
      * modify test_split_op GPU unit test place param
      
      * refactor split op and fix infershape bugs
      
      * add () in && and ||
      
      * fix split C++ unit test
      
      * fix split infershape
      4a25b60d
  21. 30 8月, 2022 4 次提交
  22. 26 8月, 2022 1 次提交
    • K
      Transfer transfer_layout from fluid to phi (#45261) · 985f2a4a
      kangguangli 提交于
      * remove fluid kernel and activate phi kernel
      
      * fix parameter error
      
      * transfer mkldnn part
      
      * modify header file path
      
      * fix compile error
      
      * transfer special case
      
      * fix lod setting and special case for layout setting
      
      * add testcase and refine code
      985f2a4a
  23. 25 8月, 2022 1 次提交
  24. 24 8月, 2022 1 次提交
  25. 22 8月, 2022 1 次提交
  26. 18 8月, 2022 1 次提交
  27. 11 8月, 2022 1 次提交
  28. 10 8月, 2022 1 次提交
  29. 08 8月, 2022 2 次提交
  30. 05 8月, 2022 1 次提交
    • F
      move fft kernels to phi (#44714) · 153f1138
      Feiyu Chan 提交于
      * move fft kernels to phi, done with cufft, pocketfft, mkl_cdft, hipfft
      * make stft_op use fft from phi/kernels/funcs, clean code
      153f1138
  31. 04 8月, 2022 1 次提交
    • X
      mv fold & unpool to phi (#44836) · e9994f2e
      xiaoting 提交于
      * fix conflicts
      
      * mv unused file
      
      * revert backward.h
      
      * revert lu_unpack kernel
      
      * rm .cu file
      
      * Update lu_unpack_kernel.cc
      
      * format phi yaml
      e9994f2e
  32. 03 8月, 2022 1 次提交