1. 11 Dec, 2022 1 commit
  2. 04 Dec, 2022 1 commit
  3. 28 Nov, 2022 1 commit
  4. 22 Nov, 2022 1 commit
  5. 16 Nov, 2022 1 commit
    • ZShaopeng's avatar
      [Feature] Support MultiScaleDeformableAttn with cambricon MLU backend (#2396) · 12442667
      ZShaopeng authored
      
      
      * [Feature] Support MsDeformAttnForward with cambricon MLU backend
      
      * [Feature] Support MsDeformAttnForward with cambricon MLU backend
      
      * [Feature] Support MsDeformAttnForward with cambricon MLU backend
      
      * [Feature] Support MsDeformAttnForward with cambricon MLU backend
      
      * [Feature] Support MsDeformAttnForward with cambricon MLU backend
      
      * [Feature] Support MsDeformAttnForward with cambricon MLU backend
      
      * [Feature] Support ms with cambricon MLU backend
      
      * [Feature] Support msdeformattn_1104 with cambricon MLU backend
      
      * [Feature] Support ms with cambricon MLU backend
      
      * [Feature] Support MsDeformAttn_1108 with cambricon MLU backend
      
      * [Feature] Support MsDeformAttn_1108 with cambricon MLU backend
      
      * [Feature] Support MsDeformAttn_1108 with cambricon MLU backend
      
      * [Feature] Support MsDeformAttn with cambricon MLU backend
      
      * [Feature] Support MsDeformAttn with cambricon MLU backend
      
      * [Feature] Support MsDeformAttn with cambricon MLU backend
      
      * [Feature] Support MsDeformAttn with cambricon MLU backend
      
      * [Feature] Support MsDeformAttn with cambricon MLU backend
      
      * [Feature] Support MsDeformAttn with cambricon MLU backend
      
      * [Feature] Support MsDeformAttn with cambricon MLU backend
      
      * [Feature] Support MsDeformAttn with cambricon MLU backend
      
      * [Feature] Support MsDeformAttn with cambricon MLU backend
      
      * [Feature] Support MsDeformAttn with cambricon MLU backend
      
      * Revert "[Feature] Support MsDeformAttn with cambricon MLU backend"
      
      This reverts commit 27963cccc86d240852a40a2c1510147a3e9f269f.
      
      * [Feature] Support MsdeformAttn with cambricon MLU backend
      
      * [Feature] Support MsDeformAttn with cambricon MLU backend
      
      * [Feature] Support MsdeformAttn with cambricon MLU backend
      Co-authored-by: default avatarzhangshaopeng <wicky-zheng@outlook.com>
      Co-authored-by: default avatarwicky-zheng <root@notebook-mmcv-290m8-torch1-6-y0yv66-notebook-0.notebook-mmcv-290m8-torch1-6-y0yv66.ns-ad8b689a0ecd41fcb4469c803dcd539d.svc.cluster.local>
      12442667
  6. 15 Nov, 2022 1 commit
    • ckirchhoff's avatar
      [Feature] Support masked_conv in Ascend device (#2387) · de6b0021
      ckirchhoff 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
      Co-authored-by: default avatarwangjiangben <wangjiangben_hw@126.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>
      de6b0021
  7. 08 Nov, 2022 1 commit
  8. 03 Nov, 2022 1 commit
  9. 28 Oct, 2022 2 commits
  10. 24 Oct, 2022 3 commits
  11. 12 Oct, 2022 1 commit
  12. 11 Oct, 2022 2 commits
    • CokeDong's avatar
      [Feature] Support PrRoI op for Parrots (#2280) · dd5b415d
      CokeDong authored
      * Support parrots extension for op PrRoI
      
      * Fix lint
      
      * Fix cpp lint
      
      * Fix testcase failure by false requires_grad in self-defined autograd Funtion
      
      * Fix issues
      
      * Fix flake8
      
      * Fix isort
      
      * Adaption for typechecking for PrRoIPoolFunction
      
      * Fix lint
      
      * Support only float32
      
      * bugfix
      dd5b415d
    • q.yao's avatar
      [Refactor] Refactor the nms3d op to support MLU (#2296) · c001e2fc
      q.yao authored
      * update iou3d
      
      * fix parrot
      
      * update to device
      
      * replace count_nonzero with fill
      
      * update build.yml
      c001e2fc
  13. 08 Oct, 2022 1 commit
  14. 30 Sep, 2022 1 commit
  15. 29 Sep, 2022 1 commit
  16. 13 Sep, 2022 1 commit
  17. 08 Sep, 2022 1 commit
    • ZShaopeng's avatar
      [Feature] Support RoipointPool3d with cambricon MLU backend (#2247) · 83bedf5a
      ZShaopeng authored
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      
      * [Feature] Support RoipointPool3d with cambricon MLU backend
      83bedf5a
  18. 28 Aug, 2022 1 commit
  19. 23 Aug, 2022 1 commit
  20. 21 Aug, 2022 1 commit
  21. 19 Aug, 2022 1 commit
  22. 17 Aug, 2022 1 commit
  23. 15 Aug, 2022 1 commit
  24. 03 Aug, 2022 1 commit
  25. 29 Jul, 2022 2 commits
    • xcnick's avatar
      [Fix] Fix onnx unit tests (#2155) · 4558bfbd
      xcnick authored
      4558bfbd
    • Peter Ye's avatar
      [Feature] Support setting start epoch and interval epoch for PAVI Logger Hook (#2103) · 78f01001
      Peter Ye authored
      * [Feature] Support setting start epoch and interval epoch for PAVI Logger Hook
      
      * [Feature] Update the coding style as the maintainer wish
      
      * fix: default integer division or modulo by zero
      
      * fix: runner.epoch is less than start and use self.get_epoch instead of runner.epoch
      
      * feat: support for iter-based runner and fix the step bug
      
      * feat: iter based hook
      
      * feat: fix bug and coding style
      
      * fix: coding style
      
      * fix: coding style
      
      * fix: graph may add in evaluation
      78f01001
  26. 23 Jul, 2022 1 commit
  27. 22 Jul, 2022 1 commit
  28. 07 Jul, 2022 1 commit
    • Zaida Zhou's avatar
      [Feature] Add support for mps (#2092) · 6a03918f
      Zaida Zhou authored
      * [Feature] Add support for MPS
      
      * fix import error
      
      * update ut
      
      * fix error
      
      * trigger CI
      
      * use a unique basename for test file modules
      
      * avoid bc-breaking
      6a03918f
  29. 30 Jun, 2022 2 commits
  30. 29 Jun, 2022 1 commit
  31. 15 Jun, 2022 1 commit
  32. 10 Jun, 2022 1 commit
  33. 09 Jun, 2022 1 commit
  34. 08 Jun, 2022 1 commit