1. 13 12月, 2021 4 次提交
  2. 10 12月, 2021 5 次提交
  3. 09 12月, 2021 6 次提交
  4. 08 12月, 2021 6 次提交
  5. 07 12月, 2021 2 次提交
  6. 06 12月, 2021 2 次提交
  7. 03 12月, 2021 2 次提交
  8. 02 12月, 2021 1 次提交
  9. 01 12月, 2021 4 次提交
  10. 30 11月, 2021 6 次提交
  11. 29 11月, 2021 2 次提交
    • 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
    • T
      add expand_v2/expand_as_v2 for kunlun (#37592) · dae4e7f2
      TTerror 提交于
      * add expand_v2/expand_as_v2 for kunlun
      
      * update expand_as_v2
      
      * update expand_as_v2
      
      * support float16/bool
      
      * update xpu.cmake
      dae4e7f2