Allow VGPR overflow in ForceGenerateKernel#9615
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❌ Patch coverage is
❌ Your project check 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 #9615 +/- ##
===========================================
- Coverage 64.32% 64.29% -0.02%
===========================================
Files 2766 2766
Lines 451359 450878 -481
Branches 66390 66336 -54
===========================================
- Hits 290304 289891 -413
+ Misses 140231 140187 -44
+ Partials 20824 20800 -24
*This pull request uses carry forward flags. Click here to find out more.
🚀 New features to boost your workflow:
|
7558939 to
4773f91
Compare
JIRA ID: https://amd-hub.atlassian.net/browse/AIHPBLAS-4130
Motivation
Forced generation of VGPR-overflowed kernel
Technical Details
Print warning if VGPR overflow instead of raising error
Test Plan
hipblaslt-test and yaml test
Test Result
passed hipblaslt-test and yaml test
Submission Checklist