Skip to content

Commit

Permalink
[Feature] Support DeformRoiPool with cambricon MLU backend (open-mmla…
Browse files Browse the repository at this point in the history
…b#2137)

* [Feature] Support DeformRoiPool with cambricon MLU backend

* [Fix] Remove use of std library

* [Fix] Correct the error information

* [Refactor] Refactor test deform_roi_pool code

* [Fix] Fix judgment error

* [Fix] Modify the large tensor check

Co-authored-by: budefei <budefei@cambricon.com>
  • Loading branch information
2 people authored and zhouzaida committed Oct 22, 2022
1 parent fee5c4b commit 12612e2
Show file tree
Hide file tree
Showing 5 changed files with 1,110 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en/understand_mmcv/ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We implement common ops used in detection, segmentation, etc.
| CornerPool | || | |
| Correlation | || | |
| Deformable Convolution v1/v2 ||| | |
| Deformable RoIPool | || | |
| Deformable RoIPool | || | |
| DiffIoURotated | || | |
| DynamicScatter | || | |
| FurthestPointSample | || | |
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_cn/understand_mmcv/ops.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MMCV 提供了检测、分割等任务中常用的算子
| CornerPool | || | |
| Correlation | || | |
| Deformable Convolution v1/v2 ||| | |
| Deformable RoIPool | || | |
| Deformable RoIPool | || | |
| DiffIoURotated | || | |
| DynamicScatter | || | |
| FurthestPointSample | || | |
Expand Down
Loading

0 comments on commit 12612e2

Please sign in to comment.