-
Notifications
You must be signed in to change notification settings - Fork 40
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 Gaussian filter HOST #478
Open
r-abishek
wants to merge
18
commits into
ROCm:develop
Choose a base branch
from
r-abishek:ar/opt_gaussian_filter_host
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,414
−8
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
ad7fa6a
Initial version - gaussian Filter
HazarathKumarM 210e1fc
Add Implementation of 5x5 7x7 and 9x9 kernel sizes
HazarathKumarM 2a53d4b
fix QA issues for 3x3 kernel size
HazarathKumarM 0f72e3e
Fix QA mismatches
HazarathKumarM 74ed847
Add generic kernel
HazarathKumarM bc3ea6b
Add Doxygen comments
HazarathKumarM c124c04
Merge remote-tracking branch 'abishek/develop' into hk/gaussian_filte…
HazarathKumarM fc3d4ae
Add golden 9x9 golden output and remove unnecessary code
HazarathKumarM c87b022
Resolve Review comments
HazarathKumarM 94f66b8
Resolve review comments
HazarathKumarM 28392ae
Merge remote-tracking branch 'origin/develop' into hk/gaussian_filter…
HazarathKumarM 5578716
Resolve Review comments
HazarathKumarM 94a111e
resolve review comments
HazarathKumarM f50b7c2
Merge remote-tracking branch 'develop' into hk/gaussian_filter_host
HazarathKumarM 9e6549c
minor change
HazarathKumarM 7cb9a7f
Merge remote-tracking branch 'develop' into hk/gaussian_filter_host
HazarathKumarM ac79485
remove the common code
HazarathKumarM fd4d92c
Merge pull request #301 from HazarathKumarM/hk/gaussian_filter_host
r-abishek File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -2,7 +2,14 @@ | |||||
|
||||||
Full documentation for RPP is available at [https://rocm.docs.amd.com/projects/rpp/en/latest](https://rocm.docs.amd.com/projects/rpp/en/latest) | ||||||
|
||||||
## (Unreleased) RPP 1.9.4 | ||||||
## RPP 1.9.5 (Unreleased) | ||||||
|
||||||
### Changes | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
* RPP Tensor Gaussian Filter support on HOST | ||||||
|
||||||
## RPP 1.9.1 for ROCm 6.3.0 | ||||||
|
||||||
### Changes | ||||||
|
||||||
* RPP Tensor Box Filter support on HOST | ||||||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 unreleased versions need to be labelled with (Unreleased) first in order to not be picked up by the release notes script.