1. 06 3月, 2023 1 次提交
  2. 14 2月, 2023 1 次提交
    • E
      decouple tensor_utils (#50264) · 057cdb95
      engineer1109 提交于
      fix X
      
      remove TensorCopy
      
      codestyle
      
      add fluid memory header
      
      fix symbol
      
      fix cmake
      
      fix cmake
      
      fix context
      
      fix header
      
      fix place
      
      fix context
      
      fix context
      
      fix context
      
      fix code
      
      fix custom context
      
      fix custom context
      
      fix copy
      
      fix data_transform
      
      fix style
      
      remove changes of custom
      
      fix scalar
      057cdb95
  3. 16 12月, 2022 1 次提交
  4. 30 11月, 2022 1 次提交
  5. 22 11月, 2022 1 次提交
  6. 18 11月, 2022 1 次提交
  7. 16 11月, 2022 1 次提交
  8. 10 11月, 2022 1 次提交
  9. 17 10月, 2022 1 次提交
  10. 02 9月, 2022 1 次提交
  11. 18 8月, 2022 2 次提交
  12. 17 8月, 2022 1 次提交
  13. 16 8月, 2022 1 次提交
  14. 15 8月, 2022 1 次提交
  15. 18 7月, 2022 1 次提交
  16. 21 6月, 2022 1 次提交
  17. 05 6月, 2022 1 次提交
  18. 27 5月, 2022 1 次提交
  19. 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