1. 10 2月, 2023 1 次提交
  2. 03 12月, 2022 1 次提交
  3. 05 6月, 2022 1 次提交
  4. 02 3月, 2022 1 次提交
  5. 20 2月, 2022 1 次提交
  6. 19 2月, 2022 1 次提交
    • A
      [Pten]Unify paddle/pten::framework::ddim into pten::ddim (#39614) · 2fe04264
      Aurelius84 提交于
      * Unify paddle/pten::framework::ddim into pten::ddim
      
      * fix paddle namespace
      
      * compile sucessfully
      
      * fix npu src file
      
      * fix conflict
      
      * fix conflict
      
      * fix tensorrt compiler error
      
      * fix conflict
      
      * fix conflict
      
      * fix tesst file conflict
      
      * fix conflict
      
      * fix mlu file conflict
      
      * fix mlu file conflict
      
      * fix cinn header file conflict
      
      * fix conflict
      
      * fix conflict
      
      * fix conflict
      
      * fix conflict
      2fe04264
  7. 18 2月, 2022 1 次提交
  8. 23 11月, 2021 1 次提交
  9. 10 9月, 2021 1 次提交
  10. 08 9月, 2021 1 次提交
  11. 01 7月, 2021 1 次提交
  12. 06 4月, 2021 1 次提交
  13. 22 1月, 2021 1 次提交
  14. 06 1月, 2021 1 次提交
  15. 13 5月, 2020 1 次提交
  16. 04 9月, 2019 2 次提交
  17. 30 8月, 2019 1 次提交
  18. 12 6月, 2019 1 次提交
    • W
      Fix scatter and gather op when has duplicate index (#17952) · 8eb134c3
      wawltor 提交于
      * test=develop
      The scatter op has a calc bug when the indices has same index, the scatter op use overwrite mode to calculate the same index, fix this bug by using the accumulate mode to calculate the same index.At the same time, the gather op has the same bug when the op calc the grad. And we use the lib of open-blas and eigen to optimize the time cost in accumulate mode.
      
      * test=develop
      Fix some code format problem, and the same time add the test case in gather and scatter op
      8eb134c3
  19. 25 5月, 2019 1 次提交
  20. 12 11月, 2018 1 次提交
    • Y
      Fix gather & stack op (#14355) · bd294378
      Yibing Liu 提交于
      * Add int type support for stack_op
      
      * Improve gather op to support index with shape N x 1
      
      test=develop
      
      * Fix stack_op kernel's registry
      
      test=develop
      bd294378
  21. 12 2月, 2018 1 次提交
  22. 10 2月, 2018 2 次提交
  23. 04 10月, 2017 1 次提交
  24. 03 10月, 2017 1 次提交
  25. 30 9月, 2017 1 次提交
  26. 29 9月, 2017 2 次提交
  27. 12 8月, 2017 1 次提交
  28. 10 8月, 2017 1 次提交