-
Notifications
You must be signed in to change notification settings - Fork 915
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
Remove C style artifacts in cuIO #10886
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.06 #10886 +/- ##
================================================
+ Coverage 86.30% 86.33% +0.02%
================================================
Files 144 144
Lines 22665 22665
================================================
+ Hits 19561 19567 +6
+ Misses 3104 3098 -6
Continue to review full report at Codecov.
|
@@ -1,5 +1,5 @@ | |||
/* | |||
* Copyright (c) 2019, NVIDIA CORPORATION. |
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.
I'm not sure about changing copyright year just because of changing file name?
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.
The copyright enforcement script will require this.
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.
the script passed, looks like it's not required for renames?
Never mind, it's the opposite. It's up to the script, either way :)
Co-authored-by: Bradley Dice <[email protected]>
@gpucibot merge |
Renames header files to ".hpp".
Removes unnecessary
extern "C"
s.