[hipblaslt] Remove unused include (immintrin.h)#9293
Conversation
❌ PR Check — Action Required
📖 Need help? See the Policy FAQ for details on every check and how to fix failures. |
|
🚫 Please fix the failed policies before requesting reviews. The following policy checks failed:
The |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (76.84%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #9293 +/- ##
========================================
Coverage 65.07% 65.07%
========================================
Files 2685 2685
Lines 422262 422262
Branches 62741 62741
========================================
Hits 274750 274750
Misses 126793 126793
Partials 20719 20719
*This pull request uses carry forward flags. Click here to find out more.
🚀 New features to boost your workflow:
|
Motivation
This PR removes an unused x86 header,
immintrin.h. Removing improves ROCm code portability portability(ROCm/TheRock#5518)Technical Details
immintrin.his included but nothing from it is ever used.Test Plan
Build hipblaslt and run tests
Test Result
Build and tests run successfully on gfx942
Submission Checklist