1. 27 4月, 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. 11 2月, 2022 1 次提交
  8. 08 9月, 2021 1 次提交
  9. 14 7月, 2021 1 次提交
  10. 13 7月, 2021 1 次提交
  11. 11 6月, 2021 1 次提交
  12. 23 8月, 2020 1 次提交
  13. 14 5月, 2020 1 次提交
  14. 04 9月, 2019 1 次提交
  15. 30 8月, 2019 1 次提交
  16. 25 5月, 2019 1 次提交
  17. 30 1月, 2019 1 次提交
  18. 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
  19. 28 9月, 2018 1 次提交
    • Y
      refactor(op): polish generate_proposals_op · 593ad763
      Yu Yang 提交于
      Polish styles in generate_proposals_op.
      
      1. inline lambda functions rathar than use std::function to save var.
      2. add `static inline` to template functions .cc
         * Make them static to prevent generating symbols.
         * Make them inline to give compiler a hit inline them as possible.
         * Not if the function is not static, they cannot be inlined since the
           symbols should be exported.
      3. add `static` to global functions in .cc
         * Make them static to prevent generating symbols.
      4. Use Vector<uint64> instead manually manange storage between devices.
      5. Prefer to use platform::ForRange, so we can optimize `ForRange` by
         just changing `for_range.h` if it is needed.
      6. Do not change shape of inputs
      
      test=develop
      593ad763
  20. 12 2月, 2018 1 次提交
  21. 10 2月, 2018 2 次提交
  22. 04 10月, 2017 1 次提交
  23. 03 10月, 2017 1 次提交
  24. 29 9月, 2017 2 次提交
  25. 22 8月, 2017 2 次提交
  26. 17 8月, 2017 1 次提交
  27. 11 8月, 2017 1 次提交
  28. 10 8月, 2017 1 次提交
  29. 09 8月, 2017 1 次提交
  30. 08 8月, 2017 1 次提交
  31. 06 8月, 2017 1 次提交
  32. 03 8月, 2017 3 次提交