1. 24 8月, 2022 1 次提交
    • L
      make tensor_util contains no cuda code (#45256) · 78916a7a
      Leo Chen 提交于
      * make tensor_util contains no cuda code
      
      * refine isfinite
      
      * revert ut
      
      * move isfinite function to its op
      
      * fix test
      
      * fix compile
      
      * std::isnan is not defined for int type on windows
      
      * fix windows compile
      
      * fix fp16
      
      * fix rocm compile
      
      * revert gradient node
      78916a7a
  2. 17 8月, 2022 1 次提交
  3. 16 8月, 2022 1 次提交
    • C
      [Phi] Move amp ops into phi (#45079) · b4f67757
      Chen Weihang 提交于
      * move check finite and unscale kernel into phi
      
      * move infershape into phi
      
      * move update_loss_scaling kernel into phi
      
      * remove original kernels
      
      * move update loss scaling infershape into phi
      
      * add header for xpu and npu
      
      * solve coverage failed
      
      * fix npu test failed
      
      * remove mutable data in cu file
      
      * fix new executor failed
      
      * add valid check for meta tensor output
      b4f67757
  4. 14 8月, 2022 1 次提交
  5. 10 8月, 2022 2 次提交
  6. 05 8月, 2022 1 次提交
    • Y
      [MKLDNN]Move mkldnn activation kernel to phi (#44365) · 2dfa88d2
      YuanRisheng 提交于
      * move mkldnn activation kernel
      
      * fix compile bugs
      
      * fix compile bugs
      
      * deal with conflict
      
      * fix compile bugs
      
      * fix windows compile bugs
      
      * mkldnn unittest fix
      
      * change mutable to alloc
      
      * fix unittest bugs
      
      * modify code according comment
      2dfa88d2
  7. 02 8月, 2022 1 次提交
  8. 20 7月, 2022 1 次提交
  9. 19 7月, 2022 2 次提交
  10. 14 7月, 2022 1 次提交
    • Y
      [Phi]Improve the mechanism for mkldnn kernel in PHI (#43941) · e9b4d0be
      YuanRisheng 提交于
      * adapt mkldnn kernel in PHI
      
      * fix ci compile bugs
      
      * fix compile bugs
      
      * fix compile bugs
      
      * fix compile bugs
      
      * fix compile bugs
      
      * delete comment
      
      * fix compile bugs in windows-inference
      
      * delete code for converage
      
      * modify code by review
      
      * modify code by review
      
      * add todo
      
      * fix compile bugs
      
      * fix compile bugs
      
      * fix compile bugs
      
      * fix unittest bugsx
      e9b4d0be
  11. 13 7月, 2022 1 次提交
  12. 12 7月, 2022 1 次提交
  13. 06 7月, 2022 1 次提交
  14. 24 6月, 2022 2 次提交
  15. 15 6月, 2022 1 次提交
  16. 05 6月, 2022 1 次提交
  17. 01 6月, 2022 1 次提交
  18. 30 5月, 2022 1 次提交
  19. 27 5月, 2022 1 次提交
  20. 23 5月, 2022 1 次提交
    • J
      [Internal reviewing] NHWC fix to am_vocoder model for oneDNN 2.6 (#42729) · d414af94
      Jacek Czaja 提交于
      * - prototype of reimplemented fixes
      
      * - compilation fixes
      
      * - compilation fix
      
      * - cosmetic info
      
      * - hopefully fix
      
      * - compilation fix
      
      * - supported for nested blocking of cache clearing
      
      * - fix
      
      * - Unit test to changes
      
      * - Compilation fix to windows (hopefully)
      
      * - Moved resetting layout to ResetBlob
      
      * - fixes after review
      d414af94
  21. 28 4月, 2022 2 次提交
    • C
      Optimize attribute selected performence (#42294) · 5063546a
      Chen Weihang 提交于
      * opt attr eaque perf
      
      * opt attr select code
      
      * fix one hot infermeta
      
      * polish get attr impl
      
      * fix tests failed
      
      * add testcases
      5063546a
    • L
      [KP] fix bug when phi kernel is *_raw (#42113) · 9fd2c546
      Liu-xiandong 提交于
      * [KP] fix bug when phi kernel is *_raw
      
      * modify the static graph
      
      * delete useless comment
      
      * delete the phi multiply kernel case
      
      * add VLOG(3) message
      
      * add VLOG(3) message
      
      * fix static graph error in phi
      
      * fix bug in tranform model
      
      * modify the comment
      
      * delete useless code
      
      * fix CI bug
      
      * fix CI bug
      9fd2c546
  22. 27 4月, 2022 2 次提交
  23. 26 4月, 2022 2 次提交
  24. 25 4月, 2022 2 次提交
  25. 24 4月, 2022 1 次提交
  26. 23 4月, 2022 1 次提交
  27. 22 4月, 2022 1 次提交
  28. 17 4月, 2022 1 次提交
    • C
      [Perf] Optimize dygraph scheduling performance (#41696) · 7ee31a96
      Chen Weihang 提交于
      * split phi and fluid infermeta context
      
      * resolve conflict
      
      * fix type error
      
      * optimize scheduling perf
      
      * spec small vector size
      
      * replace all grad var name
      
      * fix test failed
      
      * move init defalut signature
      
      * polish details
      
      * polish details
      
      * fix no init bug
      
      * init sig for tests
      
      * add init sig for infer
      
      * fix infrt error
      
      * fix infrt failed
      
      * fix kunlun error
      
      * fix infrt failed
      7ee31a96
  29. 13 4月, 2022 1 次提交
  30. 10 4月, 2022 1 次提交
  31. 05 4月, 2022 1 次提交
  32. 02 4月, 2022 1 次提交
  33. 01 4月, 2022 1 次提交
    • C
      [Phi]Interploatd kernels into phi (#40855) · d65a7a46
      chentianyu03 提交于
      * add interploate cpu kernel
      
      * fix nullptr bug
      
      * add interpolate gpu kernel
      
      * fix unit test error
      
      * remove raw kernels
      
      * add cuda kernel impl
      
      * add infermeta
      
      * recover accidentally deleted kernels in interpolate op
      
      * fix grad x_grad name error
      
      * remove interpolate_v2_op.h
      
      * rm unused codes
      
      * fix xpu build error
      
      * fix build error
      
      * fix namespace error
      
      * add register header for nup
      
      * fix infermeta error
      
      * modify by review
      
      * add the missing args in test_trt_convert_nearest_interp_v2
      d65a7a46