Skip to content

GridwiseGemmParams: fix compile error with LLVM libc++ due to missing const#1708

Merged
umangyadav merged 1 commit intoROCm:developfrom
LunNova:lunnova/fix-compile-error-with-llvm-libstdc++
Jan 13, 2025
Merged

GridwiseGemmParams: fix compile error with LLVM libc++ due to missing const#1708
umangyadav merged 1 commit intoROCm:developfrom
LunNova:lunnova/fix-compile-error-with-llvm-libstdc++

Conversation

@LunNova
Copy link
Contributor

@LunNova LunNova commented Dec 26, 2024

LLVM's C++ stdlib is more picky and requires this to be marked const to avoid compile errors when sorting.

@LunNova LunNova requested a review from causten as a code owner December 26, 2024 20:37
@LunNova LunNova changed the title GridwiseGemmParams: fix compile error with LLVM libstdc++ due to missing const GridwiseGemmParams: fix compile error with LLVM libc++ due to missing const Dec 26, 2024
… const

LLVM's C++ stdlib is more picky and requires this to be marked const to avoid compile errors
when sorting.
@LunNova LunNova force-pushed the lunnova/fix-compile-error-with-llvm-libstdc++ branch from 51e5585 to 5849448 Compare December 26, 2024 20:38
@codecov
Copy link

codecov bot commented Dec 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.57%. Comparing base (a4e8230) to head (5849448).
Report is 4 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1708      +/-   ##
===========================================
- Coverage    78.88%   78.57%   -0.32%     
===========================================
  Files          100      100              
  Lines        28346    28346              
  Branches      4130     4130              
===========================================
- Hits         22361    22272      -89     
- Misses        4368     4415      +47     
- Partials      1617     1659      +42     
Flag Coverage Δ
mfma 78.57% <100.00%> (-0.32%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@umangyadav umangyadav merged commit 2f81f46 into ROCm:develop Jan 13, 2025
3 of 6 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