Batchpd removal files rebased#532
Closed
Srihari-mcw wants to merge 22 commits intor-abishek:developfrom
Closed
Conversation
195c2c5 to
a129c6d
Compare
This was referenced Dec 2, 2025
Closed
a129c6d to
07a5cde
Compare
Srihari-mcw
added a commit
to Srihari-mcw/rpp
that referenced
this pull request
Dec 8, 2025
* Add G++ fixes for HOST Backend * Remove empty line --------- Co-authored-by: Srihari-mcw <srihari@multicorewareinc.com>
ManasaDattaT
pushed a commit
to ManasaDattaT/rpp
that referenced
this pull request
Dec 19, 2025
* Add G++ fixes for HOST Backend * Remove empty line --------- Co-authored-by: Srihari-mcw <srihari@multicorewareinc.com>
07a5cde to
f71f4e1
Compare
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.
Rebased version of PR #525
Additional Note : rpp.h and rppdefs.h in api folder has been updated to enclose GPU Code within RPP_BACKEND_HIP. The rest of the files (Eg rppt_tensor_arithmetic_operations.hpp) has the GPU_SUPPORT flag for separation to have it consistent with the corresponding .cpp files. The GPU_SUPPORT flag will be removed totally from those files in the unified API PR