-
Notifications
You must be signed in to change notification settings - Fork 41
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
RPP Rain augmentation on HOST and HIP #463
Conversation
r-abishek
commented
Oct 23, 2024
•
edited
Loading
edited
- Adds to version to RPP 1.9.10
- Adds a dash-cam rain augmentation on HOST and HIP
- Adds support for U8/F16/F32/I8 bit depths with NCHW/NHWC tensor support
- Adds relevant unit/perf tests
Add F32 and F16 Tensor Implementation
code cleanup
RPP Rain Tensor
@r-abishek - needs conflicts resolved |
RPP Rain - Resolved Merge Conflicts
@@ -432,6 +432,10 @@ int main(int argc, char **argv) | |||
if(testCase == 28) |
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.
we should use ENUM for test case instead of hardcoded values for better code readability
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.
Addressed with #499
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 points in the changed section need to be changed so they have more info (what was it before; what is it now; what, if anything, does the user need to do)
But I don't want to hold up the review process so I'll OK this as is and we can change it later.
@r-abishek can you look at the conflicts |
RPP Rain : Merge Conflicts update
@kiritigowda Could we merge this PR? |