Skip to content
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

rocWMMA Utilities #341

Merged
merged 25 commits into from
Feb 20, 2024
Merged

rocWMMA Utilities #341

merged 25 commits into from
Feb 20, 2024

Conversation

dlangbe
Copy link
Contributor

@dlangbe dlangbe commented Feb 6, 2024

Moves common utilities to `rocwmma/internal/utility'. The following utilities have been added to the rocWMMA namespace with drop-in replacements enabled for hipRTC compilation:

  • get.hpp: std::get replacement with overloads for internal vector types
  • `forward.hpp': std::forward replacement
  • 'sequence.hpp': index sequence utilities
  • 'vector.hpp': vector utilites
  • `type_traits.hpp': drop-in replacements for many meta programming types for hipRTC compliance

Copy link
Contributor

@cgmillette cgmillette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the most part, LGTM. Please address the no newline at the end of files, and make sure that hipRTC sample builds / runs.

@dlangbe dlangbe merged commit 69694c8 into ROCm:develop Feb 20, 2024
16 checks passed
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