1. 01 12月, 2021 1 次提交
  2. 27 11月, 2021 1 次提交
    • A
      [NPU] reorganization for device API abstraction (#37110) · 72241a6a
      Aganlengzi 提交于
      * [NPU] reorganization for device API abstraction
      
      * [NPU] delete old files
      
      * [NPU] fix npu_collective_helper
      
      * [NPU] fix collective_helper
      
      * [NPU] fix ut
      
      * [NPU] mod memory allocation and hccl_helper
      
      * [NPU] fix place_type
      
      * [NPU] split enfoce.h
      
      * move acl* call into npu_info
      
      * merge conflict
      
      * fix merge
      
      * merge conflict
      
      * merge conflict
      72241a6a
  3. 25 11月, 2021 1 次提交
  4. 19 10月, 2021 1 次提交
  5. 14 10月, 2021 1 次提交
  6. 29 9月, 2021 1 次提交
  7. 23 9月, 2021 1 次提交
  8. 09 6月, 2021 2 次提交
  9. 01 4月, 2021 1 次提交
    • Z
      [Paddle-TRT] add anchor generator op plugin (#31730) · b807e408
      zlsh80826 提交于
      * add anchor generator op plugin
      
      * add anchor generator unit_test
      
      * remove dbg info
      
      * remove redundant line
      
      * replace assertion with paddle enforce
      
      * dynamic plugin replaces assertion with paddle enforce
      
      * anchor generator support dynamic shape on spatial axis
      
      * anchor generator test with fp16, dynamic shape
      
      * add anchor generator test all
      
      * add back main
      
      * reduce test input size to not exceed the timelimit of ci
      
      * change super to InferencePassTest for python2 compatibility
      
      * reuse paddle operator anchor generator
      
      * move creator construct to header with default
      
      * add cuda ifdef
      
      * reduce line
      
      * change super to InferencePassTest for python2 compatibility
      
      * fix anchor generator fp16 serialize setting
      
      * split unittest from test_all
      
      * restrict anchor generator input format before version 7234
      
      * anchor generator only support greater than trt7.1
      
      * change min_graph_size to 2
      
      * min_graph size to 3 if dynamic shape
      
      * reduce dynamic shape size to avoid trt search tactic too long to exceed time limit
      
      * remove anchor from fetch list
      
      * anchor generator support all trt version
      
      * fix memory not allocated but if serialized
      b807e408
  10. 25 3月, 2021 1 次提交
  11. 19 3月, 2021 3 次提交
  12. 08 3月, 2021 1 次提交
  13. 23 2月, 2021 1 次提交
  14. 19 2月, 2021 1 次提交
  15. 04 2月, 2021 1 次提交
  16. 25 1月, 2021 1 次提交
  17. 11 1月, 2021 1 次提交
  18. 06 1月, 2021 1 次提交
  19. 04 1月, 2021 1 次提交
  20. 31 12月, 2020 1 次提交
  21. 27 11月, 2020 1 次提交
  22. 05 11月, 2020 1 次提交
  23. 02 11月, 2020 1 次提交
  24. 29 10月, 2020 1 次提交
  25. 28 10月, 2020 1 次提交
  26. 27 10月, 2020 1 次提交
  27. 21 10月, 2020 1 次提交
  28. 20 10月, 2020 1 次提交
  29. 19 10月, 2020 1 次提交
  30. 29 9月, 2020 1 次提交
  31. 23 9月, 2020 1 次提交
  32. 09 9月, 2020 1 次提交
  33. 08 9月, 2020 1 次提交
  34. 24 8月, 2020 1 次提交
  35. 08 8月, 2020 1 次提交
  36. 11 7月, 2020 1 次提交
  37. 02 7月, 2020 1 次提交
    • Y
      Add `matrix_nms_op` (#24400) · 6d6efafe
      Yang Zhang 提交于
      * Add `matrix_nms_op`
      
      test=develop
      
      * Make ci happy
      
      test=develop
      
      * Exit early when no detection
      
      test=develop
      
      * Fix license year
      
      test=develop
      
      * Output index as well
      
      test=develop
      
      * Match nms2 lod behavior and add `return_index` flag
      
      test=develop
      
      * Make CI happy
      
      test=develop
      
      * Fix wording
      
      test=develop
      6d6efafe