Skip to content

Add std C++ components to rocm namespace and add unit tests#4752

Draft
pfultz2 wants to merge 34 commits intodevelopfrom
rocm-cxx
Draft

Add std C++ components to rocm namespace and add unit tests#4752
pfultz2 wants to merge 34 commits intodevelopfrom
rocm-cxx

Conversation

@pfultz2
Copy link
Copy Markdown
Collaborator

@pfultz2 pfultz2 commented Apr 8, 2026

Motivation

This adds std C++ components to rocm namespace using many of our existing implementations. In a followup PR, I will be removing the implementation from migraphx.

This will help reduce name collisions in the migraphx namespace with std named components.

Technical Details

Changelog Category

Add a CHANGELOG.md entry for any option other than Not Applicable

    • Added: New functionality.
    • Changed: Changes to existing functionality.
    • Removed: Functionality or support that has been removed. (Compared to a previous release)
    • Optimized: Component performance that has been optimized or improved.
    • Resolved Issues: Known issues from a previous version that have been resolved.
    • Not Applicable: This PR is not to be included in the changelog.

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #4752      +/-   ##
===========================================
+ Coverage    92.20%   92.43%   +0.23%     
===========================================
  Files          567      583      +16     
  Lines        27880    29244    +1364     
===========================================
+ Hits         25706    27031    +1325     
- Misses        2174     2213      +39     

see 85 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants