1. 02 3月, 2022 1 次提交
  2. 01 3月, 2022 2 次提交
  3. 28 2月, 2022 2 次提交
  4. 26 2月, 2022 3 次提交
    • Z
      [Pten] Refactor the copy kernel (#39731) · 9a7b9eda
      zyfncg 提交于
      * remove SetAllocationForOutputTenosr
      
      * add place param for copy kernel
      
      * recover SetAllocationForOutputTenosr
      
      * polish code
      
      * fix empty_dev api bug
      
      * test=allcases
      
      * test=allcases
      
      * fix bug
      
      * recover empty
      
      * recover modify
      9a7b9eda
    • F
      Move GumbelSoftmax OP to phi (#39873) · 581b2c64
      From00 提交于
      * Move GumbelSoftmax OP to phi
      
      * platform::errors -> phi::errors; GumbelSoftmaxGradInferMeta -> backend.h/cc
      
      * Use axis util in kernel impl
      
      * Remove namespace platform::errors
      
      * Use GetCPUEngine in Device Context
      581b2c64
    • F
      Move BilinearTensorProduct OP to phi (#39903) · de8f2748
      From00 提交于
      * Move BilinearTensorProduct OP to phi
      
      * Set dtype for Infermeta
      de8f2748
  5. 25 2月, 2022 5 次提交
  6. 24 2月, 2022 4 次提交
  7. 23 2月, 2022 2 次提交
  8. 22 2月, 2022 3 次提交
    • F
      Move real and imag op to phi (#39777) · 345cc8fa
      From00 提交于
      * Move Real OP to phi
      
      * Move Imag OP to phi
      
      * Move Real and Imag InferShape to phi
      
      * Move Real and Imag to complex_kernel
      
      * Change PT_REGISTER_XXX to PD_REGISTER_XXX
      345cc8fa
    • X
      change Vector to std::vector and provide MixVector class as a helper … (#39559) · 728c0624
      xiongkun 提交于
      * change Vector to std::vector and provide MixVector class as a helper wrapper class
      
      * solve the multi-gpu hang problem
      
      * remove the duplicate template instantialize
      
      * Copy vector to cpu
      
      * add CopyToCPU
      
      * xxx
      
      * final version: fix the problem of all reduce
      
      * remove mixvector dependence
      
      * fix
      
      * merge
      
      * fix code
      
      * fix by CI
      728c0624
    • A
      [Phi] Migrate unfold_op into phi (#39778) · 1aa67778
      Aurelius84 提交于
      * [Phi] Migrate unfold_op into phi
      
      * fix im2col CPUContext template instantial
      
      * fix unfold_op.h header include problem
      
      * fix unittest
      
      * fix PT->PD
      1aa67778
  9. 21 2月, 2022 1 次提交
  10. 20 2月, 2022 1 次提交