1. 26 1月, 2022 1 次提交
  2. 24 1月, 2022 1 次提交
  3. 21 1月, 2022 1 次提交
  4. 12 1月, 2022 1 次提交
  5. 11 1月, 2022 1 次提交
  6. 27 12月, 2021 1 次提交
    • L
      Support multi-outputs feature for broadcast ops (#38329) · 89d38f55
      limingshu 提交于
      * No harm to KP
      
      * Pass the compile stage
      
      * change the WriteData function
      
      * fix template bugs and pass ctest of current elementwise
      
      * for passing partial template specialization of tempalte function in CI-ROCm
      
      * To make 'WriteData' funtion flexible.
      
      * a less harmful way to support multi-output
      
      * a less harmful way to support multi-output
      89d38f55
  7. 21 12月, 2021 1 次提交
  8. 08 12月, 2021 1 次提交
  9. 03 12月, 2021 1 次提交
  10. 17 11月, 2021 1 次提交
  11. 12 11月, 2021 1 次提交
    • Y
      [Pten]Refactor the Elementwise_add Kernel (#37043) · c1310343
      YuanRisheng 提交于
      * elementwise_add kernel refactor
      
      * fix compile bugs in elementwise_add refactor
      
      * fix compile bugs when run in npu/xpu
      
      * fix bugs when run unit test
      
      * fix bugs when run ci-windows
      
      * modify code as recommended
      
      * code format adjust
      
      * fix bugs when run ci
      
      * fix compile bug when run in ci-windwos
      c1310343
  12. 29 10月, 2021 1 次提交
  13. 21 10月, 2021 1 次提交
  14. 11 10月, 2021 1 次提交
  15. 26 9月, 2021 1 次提交
  16. 14 9月, 2021 1 次提交
  17. 13 9月, 2021 2 次提交
  18. 08 9月, 2021 1 次提交
  19. 01 9月, 2021 1 次提交
  20. 10 8月, 2021 1 次提交
  21. 27 7月, 2021 1 次提交
    • F
      add module api files (#34208) · 563a6697
      Feng Xing 提交于
      This PR add some primitives api related files. Those files are almost empty for the moment, but will be filled later.
      563a6697