-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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 cuda compile error #891
Conversation
to eliminate cuda compilation errors in the latest version of Visual Studio 16.9
Codecov Report
@@ Coverage Diff @@
## master #891 +/- ##
==========================================
+ Coverage 64.86% 65.66% +0.80%
==========================================
Files 148 149 +1
Lines 9189 9447 +258
Branches 1647 1718 +71
==========================================
+ Hits 5960 6203 +243
- Misses 2902 2924 +22
+ Partials 327 320 -7
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Basically, this MR modify all |
Hi @SFMDI , |
Usually DCN with FP16 training is not tried. We may arrange some benchmarks on that if necessary. |
@grimoire Could you take a look at this PR and the issue? |
If you are worrying about half and double precision, could we cast the tensor dtype in |
@SFMDI |
@wangruohui |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pre-commit-config.yaml should be recovered. The lint issue should be fixed. For cpp code we use google style and it can be reformated in VSCode.
Hi! We would also like to invite you to join our Special Interest Group (SIG) private channel on Discord, where you can share your experiences, ideas, and build connections with like-minded peers. To join the SIG channel, simply message moderator— OpenMMLab on Discord or briefly share your open-source contributions in the #introductions channel and we will assist you. Look forward to seeing you there! Join us :https://discord.gg/UjgXkPWNqA If you have WeChat account,welcome to join our community on WeChat. You can add our assistant :openmmlabwx. Please add "mmsig + Github ID" as a remark when adding friends:) |
to eliminate cuda compilation errors in the latest version of Visual Studio 16.9
Code modified to address the following issues
Fixes #888