1. 04 Apr, 2023 1 commit
  2. 03 Apr, 2023 3 commits
  3. 28 Mar, 2023 1 commit
  4. 24 Mar, 2023 4 commits
  5. 23 Mar, 2023 1 commit
    • liuyuan1-v's avatar
      [Feature] Support NmsRotated with cambricon MLU backend (#2643) · 0d1b224f
      liuyuan1-v authored
      * [Feature] Support NmsRotated with cambricon MLU backend
      
      * [Feature] remove foolproofs in nms_rotated_mlu.cpp
      
      * [Feature] fix lint in test_nms_rotated.py
      
      * [Feature] fix kMLU not found in nms_rotated.cpp
      
      * [Feature] modify mlu support in nms.py
      
      * [Feature] modify nms_rotated support in ops.md
      
      * [Feature] modify ops/nms.py
      0d1b224f
  6. 22 Mar, 2023 2 commits
  7. 20 Mar, 2023 3 commits
  8. 17 Mar, 2023 1 commit
  9. 15 Mar, 2023 2 commits
  10. 10 Mar, 2023 1 commit
  11. 03 Mar, 2023 2 commits
  12. 27 Feb, 2023 2 commits
  13. 17 Feb, 2023 1 commit
  14. 13 Feb, 2023 1 commit
  15. 06 Feb, 2023 4 commits
  16. 02 Feb, 2023 1 commit
  17. 01 Feb, 2023 1 commit
  18. 31 Jan, 2023 3 commits
  19. 30 Jan, 2023 2 commits
  20. 28 Jan, 2023 1 commit
    • ckirchhoff's avatar
      [Feature] Add support for Ascend devices with nms_rotated (#2550) · 54ed0ed8
      ckirchhoff authored
      * [Feature]: add nms_rotated npu adaptater code
      
      * [BugFix]: modify param in nms_rotated_npu.cpp
      
      * [clean code]: nms_rotated_npu.cpp
      
      * [clean code]: nms_rotated_npu.cpp
      
      * [clean code]: nms_rotated_npu.cpp
      
      * [clean code]: nms_rotated.cpp
      
      * [Doc]: add nms_rotated op in supported op list at ops.md
      
      * [Test]: add nms_rotated unit_test
      
      * [Bug]: remove device parameter in test_batched_nms function
      54ed0ed8
  21. 19 Jan, 2023 1 commit
  22. 18 Jan, 2023 2 commits
    • liuduanhui's avatar
      [Feature] Support ball_query with cambricon MLU backend and mlu-ops library. (#2520) · dfb03806
      liuduanhui authored
      * [Feature] Support ball_query with cambricon MLU backend and mlu-ops library.
      
      * [Fix] update operator data layout setting.
      
      * [Fix] add cxx compile option to avoid symbol conflict.
      
      * [Fix] fix lint errors.
      
      * [Fix] update ops.md with info of ball_query support by MLU backend.
      
      * [Feature] Fix typo.
      
      * [Fix] Remove print.
      
      * [Fix] get mlu-ops from MMCV_MLU_OPS_PATH env.
      
      * [Fix] update MMCV_MLU_OPS_PATH check logic.
      
      * [Fix] update error info when failed to download mlu-ops.
      
      * [Fix] check mlu-ops version matching info in mmcv.
      
      * [Fix] revise wrong filename.
      
      * [Fix] remove f.close and re.
      dfb03806
    • zcc-zjut's avatar