-
Notifications
You must be signed in to change notification settings - Fork 124
[UR][HIP] Fix include for AMD COMGR #1222
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
[UR][HIP] Fix include for AMD COMGR #1222
Conversation
2b1d73a to
327220d
Compare
|
Pull request in intel/llvm: intel/llvm#12286 |
Signed-off-by: Lukas Sommer <[email protected]>
Signed-off-by: Lukas Sommer <[email protected]>
9d3ddd6 to
d398d4a
Compare
|
The |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #1222 +/- ##
=======================================
Coverage 15.73% 15.73%
=======================================
Files 223 223
Lines 31477 31477
Branches 3558 3558
=======================================
Hits 4953 4953
Misses 26473 26473
Partials 51 51 ☔ View full report in Codecov by Sentry. |
…de-rocm4 [UR][HIP] Fix include for AMD COMGR
The code object finalization for kernel fusion uses the AMD COMGR. The location of the corresponding header changed between ROCm version 4 and 5.
This PR fixes the include for ROCm version 4.