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

[Fix](mluOpRoiAlignRotatedForward): fix race_mem error #1178

Merged
merged 3 commits into from
Dec 12, 2024

Conversation

chqy99
Copy link
Collaborator

@chqy99 chqy99 commented Dec 11, 2024

Thanks for your contribution and we appreciate it a lot. 🚀🚀

1. Motivation

存在潜在的内存竞争。构造二维坐标序列时没有sync,它依赖的增序队列构造和后续计算指令可能有竞争。

2. Modification

Please briefly describe what modification is made in this pull request, and indicate where to make the modification.

Are new test cases added? If so, please post the corresponding generator-PR link here.

@chqy99 chqy99 force-pushed the fix_roi_align_rotated_forward branch from 2d4c34c to 922f619 Compare December 12, 2024 08:05
@mahxn0
Copy link
Collaborator

mahxn0 commented Dec 12, 2024

LGTM

Copy link
Collaborator

@Unireverse Unireverse left a comment

Choose a reason for hiding this comment

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

LGTM

@duzekunKTH duzekunKTH merged commit acbe8c2 into Cambricon:master Dec 12, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants