1. 03 Apr, 2023 2 commits
  2. 28 Mar, 2023 1 commit
  3. 24 Mar, 2023 4 commits
  4. 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
  5. 22 Mar, 2023 2 commits
  6. 20 Mar, 2023 3 commits
  7. 17 Mar, 2023 1 commit
  8. 15 Mar, 2023 2 commits
  9. 10 Mar, 2023 1 commit
  10. 03 Mar, 2023 2 commits
  11. 27 Feb, 2023 2 commits
  12. 17 Feb, 2023 1 commit
  13. 13 Feb, 2023 1 commit
  14. 06 Feb, 2023 4 commits
  15. 02 Feb, 2023 1 commit
  16. 01 Feb, 2023 1 commit
  17. 31 Jan, 2023 3 commits
  18. 30 Jan, 2023 2 commits
  19. 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
  20. 19 Jan, 2023 1 commit
  21. 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
  22. 17 Jan, 2023 2 commits