1. 13 Feb, 2023 1 commit
  2. 06 Feb, 2023 4 commits
  3. 02 Feb, 2023 1 commit
  4. 01 Feb, 2023 1 commit
  5. 31 Jan, 2023 3 commits
  6. 30 Jan, 2023 2 commits
  7. 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
  8. 19 Jan, 2023 1 commit
  9. 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
  10. 17 Jan, 2023 2 commits
  11. 13 Jan, 2023 2 commits
  12. 12 Jan, 2023 2 commits
  13. 10 Jan, 2023 1 commit
    • ZShaopeng's avatar
      [Feature] Support Voxelization with cambricon MLU device (#2500) · 48ea88ab
      ZShaopeng authored
      * [Feature] Support hard_voxelize with cambricon MLU backend
      
      * [Feature](bangc-ops): add voxelization op
      
      * [Feature](bangc-ops): add voxelization op
      
      * [Feature](bangc-ops): add voxelization op
      
      * [Feature](bangc-ops): add voxelization op
      
      * [Feature](bangc-ops): add voxelization op
      
      * [Feature](bangc-ops): add voxelization op
      
      * [Feature](bangc-ops): add voxelization op
      
      * [Feature](bangc-ops): add voxelization op
      48ea88ab
  14. 09 Jan, 2023 1 commit
    • CokeDong's avatar
      Update parrots image (#2522) · 64e739e0
      CokeDong authored
      * Update image
      
      * Bugfix for parrots ext ops
      
      * Move parrots ci task to build_pat.yml
      
      * Fix on:push
      
      * Remove commets and fix
      
      * Fix beautiful job name
      64e739e0
  15. 08 Jan, 2023 1 commit
    • yancong's avatar
      [Fix] Fix CI failed due to the version of setuptools (#2530) · 859d84c5
      yancong authored
      * debug build_cu102 ci jobs
      
      * debug build_cu102 ci jobs
      
      * add tmate ssh
      
      * add tmate ssh
      
      * install specified version for setuptools
      
      * revert comments of ci jobs
      
      * revert comments of ci jobs
      
      * specify setuptools version for build_cu116
      859d84c5
  16. 06 Jan, 2023 4 commits
  17. 05 Jan, 2023 1 commit
  18. 28 Dec, 2022 4 commits
  19. 14 Dec, 2022 1 commit
    • jayggh's avatar
      [Feature] Add NPU adapter for Deformable RoIPool (#2481) · 46eb9ec5
      jayggh authored
      * add npu adapter for deformroipool
      
      * cleancode
      
      * Update deform_roi_pool.cpp
      
      * Update deform_roi_pool.cpp
      
      * Update deform_roi_pool.cpp
      
      * Update deform_roi_pool.cpp
      
      * Update deform_roi_pool.cpp
      
      * Update deform_roi_pool.cpp
      
      * Update deform_roi_pool.cpp
      46eb9ec5
  20. 13 Dec, 2022 1 commit
    • jayggh's avatar
      [Feature] Add FusedBiasLeakyRelu npu adapter (#2474) · 4c51afce
      jayggh authored
      
      
      * init npu
      
      * add npu extension and focal loss adapter
      
      * clean code
      
      * clean code
      
      * clean code
      
      * clean code
      
      * fix autocast bugs on npu (#2273)
      
      fix autocast bugs on npu (#2273)
      
      * code format
      
      * code format
      
      * code format
      
      * bug fix
      
      * pytorch_npu_helper.hpp clean code
      
      * Npu dev (#2306)
      
      * fix autocast bugs on npu
      * using scatter_kwargs in mmcv.device.scatter_gather
      
      * raise ImportError when compile with npu
      
      * add npu test case (#2307)
      
      * add npu test case
      
      * Update focal_loss.py
      
      * add comment
      
      * clean lint
      
      * update dtype assert
      
      * update DDP forward and comment
      
      * fix bug
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      
      * sigmoidfocalloss npu adapter bug fix
      
      * BugFix: modify softmaxFocalLoss adapter
      
      * BugFix: remove equal sign in the code
      
      * add npu install information in README
      
      * add modulatedDeformConv npu adapter
      
      * init npu
      
      * add npu extension and focal loss adapter
      
      * clean code
      
      * clean code
      
      * clean code
      
      * add modulatedDeformConv npu adapter
      
      * merge master branch 20221103
      
      * Add masked_ Conv2d operator in NPU
      
      * add nms_npu
      
      * fix bug
      
      * fix code check
      
      * fix code check
      
      * fix code check
      
      * Masked_conv2d NPU
      
      * Masked_conv2d NPU
      
      * Masked_conv2d NPU
      
      * remove npu-install-info in README.md
      
      * annotate the clang-format in pre-commit-config-zh-ch.yaml
      
      * Clean code: fix the clean code problem in masked_conv2d and modulated_deform_conv
      
      * Create fused_bias_leakyrelu_npu.cpp
      
      Add NPU adapter for fused_bias_leaky_relu operator
      
      * Update fused_bias_leakyrelu_npu.cpp
      
      * Update fused_bias_leakyrelu_npu.cpp
      
      * Update ops.md
      
      * Update ops.md
      
      * Update fused_bias_leakyrelu_npu.cpp
      
      * Update fused_bias_leakyrelu_npu.cpp
      
      * Update test_fused_bias_leakyrelu.py
      
      * Update fused_bias_leakyrelu.py
      
      * Update test_fused_bias_leakyrelu.py
      
      * Update fused_bias_leakyrelu.py
      
      * Update test_fused_bias_leakyrelu.py
      
      * Update ops.md
      
      * amend for CI
      
      * bugfix
      
      * amend ops.md
      
      * Update test_fused_bias_leakyrelu.py
      
      * clean code
      
      * bugfix
      
      * clean code
      
      * Update fused_bias_leakyrelu_npu.cpp
      
      * Update fused_bias_leakyrelu_npu.cpp
      Co-authored-by: default avatarwangjiangben <wangjiangben_hw@126.com>
      Co-authored-by: default avatarckirchhoff <515629648@qq.com>
      Co-authored-by: default avatarwangjiangben-hw <111729245+wangjiangben-hw@users.noreply.github.com>
      Co-authored-by: default avatarZaida Zhou <58739961+zhouzaida@users.noreply.github.com>
      Co-authored-by: default avatarzcc-zjut <zcczxy2019@163.com>
      Co-authored-by: default avatarwangxiaoxin_sherie <wangxiaoxin7@huawei.com>
      Co-authored-by: default avatarmomo609 <963372609@qq.com>
      4c51afce
  21. 12 Dec, 2022 1 commit
  22. 11 Dec, 2022 1 commit
  23. 07 Dec, 2022 1 commit
  24. 06 Dec, 2022 1 commit