-
Notifications
You must be signed in to change notification settings - Fork 48
Consistent HOST and HIP/pinned buffers for respective API #628
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
Merged
Merged
Changes from all commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
358b187
Removed memcpy and used hipHostMalloc for allocation : blend
HazarathKumarM 59376a0
Removed memcpy and used hipHostMalloc for allocation : brightness
HazarathKumarM d8c6b15
Removed memcpy and used hipHostMalloc for allocation : color cast
HazarathKumarM ca42f58
Removed memcpy and used hipHostMalloc for allocation : color twist
HazarathKumarM 6969414
Removed memcpy and used hipHostMalloc for allocation : contrast
HazarathKumarM 29d776b
Removed memcpy and used hipHostMalloc for allocation : crop mirror no…
HazarathKumarM cca850b
Removed memcpy and used hipHostMalloc for allocation : Exposure
HazarathKumarM fbc525f
Removed memcpy and used hipHostMalloc for allocation : Gamma correction
HazarathKumarM 78405c2
Removed memcpy and used hipHostMalloc for allocation : gaussian filter
HazarathKumarM 9e683bb
Removed memcpy and used hipHostMalloc for allocation : Noise
HazarathKumarM 7d9aaef
Removed memcpy and used hipHostMalloc for allocation : Non linear blend
HazarathKumarM 5a34ce3
Removed memcpy and used hipHostMalloc for allocation : Resize mirror …
HazarathKumarM fff9abe
Removed memcpy and used hipHostMalloc for allocation : Water
HazarathKumarM c56182a
Added hipHostFree for all kernels in test suite
HazarathKumarM 859ce40
Merge branch 'apr/mem_cpy_rm' into apr/mem_cpy_rm_set2
HazarathKumarM 8bf07fa
Added hipHostFree for all kernels in test suite
HazarathKumarM 82d36fb
Removed memcpy and used hipHostMalloc for allocation : Flip, spatter,…
HazarathKumarM 96b828c
Merge remote-tracking branch 'origin' into apr/mem_cpy_rm
HazarathKumarM 5a21572
Merge remote-tracking branch 'origin/develop' into apr/mem_cpy_rm
HazarathKumarM 33d8876
Resolved copilot review comments
HazarathKumarM f61fdf9
Updated version
HazarathKumarM b68ee69
Removed unused parameter
HazarathKumarM e5d2750
Merge pull request #496 from RooseweltMcW/apr/mem_cpy_rm
r-abishek abce1db
Updated version in cmakeList
HazarathKumarM 386bed1
Merge branch 'develop' into ar/device_memcpy_removal
kiritigowda 07fe8b7
removed the host to device mem copies for warp affine and rotate
HazarathKumarM e962447
Merge branch 'develop' of https://github.com/ROCm/rpp into apr/mem_cp…
HazarathKumarM 1beca06
Updated version
HazarathKumarM b56e04d
Removed comment
HazarathKumarM 3a98500
Updated Chnagelog file
HazarathKumarM 891b0a4
Merge branch 'develop' of https://github.com/ROCm/rpp into ar/device_…
r-abishek 5f4ea95
Merge branch 'ar/device_memcpy_removal' into apr/mem_cpy_rm
r-abishek 90b7e94
Merge pull request #504 from RooseweltMcW/apr/mem_cpy_rm
r-abishek 1ed2c09
Merge branch 'develop' into ar/device_memcpy_removal
r-abishek ffc6678
Merge branch 'develop' into ar/device_memcpy_removal
kiritigowda fcc5958
Merge branch 'develop' into ar/device_memcpy_removal
r-abishek 1b321b6
Merge branch 'develop' into ar/device_memcpy_removal
kiritigowda 3f6ea43
Update patch version from 2.2.0 to 2.2.1
Srihari-mcw 12886aa
Update CHANGELOG
r-abishek a7a1150
Merge pull request #524 from Srihari-mcw/memcpy_version_change
r-abishek 2bee3c4
Merge branch 'develop' into ar/device_memcpy_removal
kiritigowda 26ace11
Merge branch 'develop' into ar/device_memcpy_removal
r-abishek b517c40
Merge branch 'develop' into ar/device_memcpy_removal
kiritigowda 334ef28
Address copilot comments for HIP HOST consistent allocation
Srihari-mcw 53d5ebd
Merge pull request #529 from Srihari-mcw/copilot_comments_hip_host_alloc
r-abishek 8afab8e
Merge branch 'develop' into ar/device_memcpy_removal
hmaddise c675074
Documentation changes for updated memcpy changes
Srihari-mcw 4a0d361
Update ricap outer API to use pinned memory and remove mem copy
Srihari-mcw f56d3fc
Fix memory allocation and deallocation for permutationTensor
Srihari-mcw 113a8e1
Update api/rppt_tensor_effects_augmentations.h
r-abishek e72b052
Fix spelling of noiseProbability and saltProbability
r-abishek c8a9f1c
Fix deallocation
Srihari-mcw 25e0d09
Merge pull request #537 from Srihari-mcw/ricap_documentation_memcpy_c…
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 hidden or 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.