[HIPIFY] Reorder options propagation to clang#1640
Merged
Conversation
[Reason] Leave overriding opportunity for -D, -std=c++XX, etc.
ammallya
pushed a commit
that referenced
this pull request
Nov 26, 2025
…on cuda (#1152) & HSA Table 8 API to maintian ABI backward compatibility of rocprofiler-sdk (#1640) * SWDEV-557828 - fix hip-tests on cuda (#1152) Co-authored-by: Rahul Manocha <[email protected]> * [ROCProfiler-SDK][ROCR] HSA New API changes for HSA_AMD_EXT_API_TABLE_STEP_VERSION 8 (#1182) * add new hsa ext api for version 8. * use fmt instead of ostream. * override rccl from therock * Update rocprofiler-sdk-continuous_integration.yml * Update rocprofiler-sdk-continuous_integration.yml * Update rocprofiler-sdk-continuous_integration.yml * enable rocr-build * format * disable att consecutive-kernels tests. * Enable ROCR build in code coverage workflow --------- Co-authored-by: Venkateshwar Reddy Kandula <[email protected]> * misc. * [ROCProfiler-SDK] Remove 'gfx900' and 'gfx940' from GPU targets (#1661) * [ROCProfiler-SDK] Remove 'gfx900' and 'gfx940' from GPU targets * Remove unsupported GPU targets from workflow * Remove gfx900 and gfx940 from GPU targets --------- Co-authored-by: Rahul Manocha <[email protected]> Co-authored-by: Rahul Manocha <[email protected]> Co-authored-by: Venkateshwar Reddy Kandula <[email protected]> Co-authored-by: Ammar ELWazir <[email protected]>
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.
[Reason] Leave overriding opportunity for -D, -std=c++XX, etc.