[PR comments changes] CropMirrorNormalize - HIP #60
Merged
r-abishek merged 4 commits intor-abishek:ar/opt_cmnfrom Mar 4, 2022
Merged
[PR comments changes] CropMirrorNormalize - HIP #60r-abishek merged 4 commits intor-abishek:ar/opt_cmnfrom
r-abishek merged 4 commits intor-abishek:ar/opt_cmnfrom
Conversation
* added avx support for exposure u8 variant * added avx support for f32,f16,i8 variants of exposure added exposure case in performance tests * updated the description for exposure tensor function * cleanup * temporary changes to resolve merge conflicts * code cleanup * removed additional clock() for exposure case in test_suite * added vectorized hip support for exposure kernel * fixed bugs in exposure hip pkd3 variant * fixed minor bug in pln1 case * restructured exposure hip vectorized codes * Add ci * resolved merge conflicts and updated codesaccording to new file structure * updated exposure hip codes according to new file structure * minor formatting changes * minor formatting changes * Remove ci Co-authored-by: sampath1117 <sampath.rachumallu@multicorewareinc.com>
updated the vectorized hip codes based on the changes in load and store call
ManasaDattaT
pushed a commit
to ManasaDattaT/rpp
that referenced
this pull request
Dec 19, 2025
* Remove unwanted files * Modify Readme to static build * Merge branch 'ar/master' into ar/hiprtc_phaseout * CMake mod * Remove unwanted file * CMake cleanup * Remove fork CI * Remove Clang-Tidy and Cppcheck * Remove commented miopen deps * Remove makeheader file
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
*removed the usage of srcIdx, dstIdx parameter in hip loads and stores
*updated the vectorized hip codes based on the changes in load and store call