1. 16 4月, 2022 1 次提交
  2. 23 3月, 2022 1 次提交
  3. 14 3月, 2022 1 次提交
  4. 10 3月, 2022 1 次提交
  5. 08 3月, 2022 1 次提交
  6. 06 3月, 2022 1 次提交
  7. 02 3月, 2022 1 次提交
    • F
      [Pten] Gru lstm migration (#39729) · e4dba69a
      Feiyu Chan 提交于
      * move sequence2batch
      
      * move lstm and gru
      
      * Add phi/kernels directory into exclusion to stop using hipcc to compile non .cu files in it.
      e4dba69a
  8. 23 2月, 2022 1 次提交
  9. 20 2月, 2022 1 次提交
  10. 18 2月, 2022 1 次提交
  11. 17 2月, 2022 1 次提交
  12. 11 2月, 2022 1 次提交
  13. 12 1月, 2022 1 次提交
  14. 04 1月, 2022 1 次提交
  15. 21 12月, 2021 1 次提交
  16. 16 12月, 2021 1 次提交
  17. 09 12月, 2021 1 次提交
  18. 30 11月, 2021 1 次提交
  19. 29 11月, 2021 1 次提交
    • C
      [Pten] Add reduce mean kernel, replace with mean API (#37559) · f9e9fd19
      chentianyu03 提交于
      * add pten reduce kernel
      
      * add reduce_sum kernel
      
      * update attribute args and order
      
      * make out dtype undefined
      
      * fix empty input error
      
      * merge develop branch
      
      * rename sum as reduce function
      
      * rename sum as reduce function
      
      * fix reducekernelImpl args error
      
      * add reduce cuda kernel
      
      * modify dims type to const &
      
      * remove unsed log
      
      * fix reduce_all out eigen function error
      
      * remove unused codes
      
      * add the missing sum api define and testcase
      
      * merge develop branch
      
      * fix sum test axis value error
      
      * replace pten mean kernel with reduce_mean
      
      * revcover meam cuda to original implement
      f9e9fd19