-
Notifications
You must be signed in to change notification settings - Fork 168
[CUDA] Renamed CUDAPlugin to NVIDIAPlugin #405
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
[CUDA] Renamed CUDAPlugin to NVIDIAPlugin #405
Conversation
|
|
||
| /** | ||
| * @brief Defines the number of throutput streams used by CUDA plugin. | ||
| * @brief Defines the number of throutput streams used by NVIDIA GPU plugin. |
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.
should we rename the folder with plugin and all files as well?
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.
It is the draft PR, it is not yet ready for review that is why I added [WIP].
Yes, the folder will be renamed too
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.
@ilya-lavrenov Lets me clarify something, what do you mean by renaming also files ?
Do you mean about renaming files with prefix cuda_* ?
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.
@ilya-lavrenov PR is ready for review
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.
Do we need to make CI green first?
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.
@ilya-lavrenov Yes, but we need to merge first PR in openvino. Because these PRs have cross-dependecies we need to figured out the order of merge. Please, see openvinotoolkit/openvino#12719
9788bfb to
6ab0805
Compare
6ab0805 to
fb9d75a
Compare
ead3930 to
7bcb0a8
Compare
463db81 to
d8859b5
Compare
d8859b5 to
ab9b1f1
Compare
|
@lohika-denis-kotov please, remove useless changes on OV and make CI green here if needed |
@ilya-lavrenov I thought that you will wait till I remove extra commit in history and also CI will be passed. Why did you merged it without green CI ? |
I suggest to leave all commits, because in this PR lots of files was renamed. All renaming changes done in separate commits, that is why you can see that these is not new files. If all commits would be squashed in one, then in history it probably will shown that old files was removed and new files was added and it makes harder to search why some changes was done using
git blameThis PR depends on openvinotoolkit/openvino#12719