Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add support for Ascend devices with nms_rotated #2550

Merged
merged 9 commits into from
Jan 28, 2023

Conversation

ckirchhoff2021
Copy link
Collaborator

This PR is for adaptation of the op which name is "nms_rotated" on ascend npu device. You can use the op on npu-device by this PR.

The PR has been tested on npu-device, the result of the unit test case is correct.

@ckirchhoff2021 ckirchhoff2021 changed the title [Feature]: add nms_rotated npu adatpter [Feature]: add nms_rotated npu adapter Jan 16, 2023
@zhouzaida
Copy link
Collaborator

Please update unit tests.

@zhouzaida zhouzaida added the NPU Ascend label Jan 17, 2023
Copy link
Member

@grimoire grimoire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@zhouzaida zhouzaida changed the title [Feature]: add nms_rotated npu adapter [Feature] Add support for Ascend devices with nms_rotated Jan 28, 2023
@zhouzaida zhouzaida merged commit 54ed0ed into open-mmlab:master Jan 28, 2023
defei-coder pushed a commit to defei-coder/mmcv that referenced this pull request Jan 30, 2023
…#2550)

* [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
CokeDong pushed a commit to CokeDong/mmcv that referenced this pull request Apr 24, 2023
…#2550)

* [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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NPU Ascend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants