-
Notifications
You must be signed in to change notification settings - Fork 88
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
MIGraphx private lib changes #3108
Conversation
@@ -332,6 +332,7 @@ add_subdirectory(driver) | |||
add_subdirectory(hiprtc) | |||
|
|||
rocm_install_targets( | |||
PRIVATE |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GPU lib has binaries for hiprtc-driver
and also for gpu-driver
i guess. I think they would need to be marked as private as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea for hiprtc-driver
, it could be marked as PRIVATE
, but we can update that in a later PR as we would need to update how we search for the binary as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ahsan-ca is there an open issue for moving hiprtc-driver and gpu-driver ? if not can you open one and work on it as next part ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, I will open up an issue for this.
This build is not recommended to merge 🔴 |
🔴bert_large_uncased_fp16: FAILED: MIGraphX is not within tolerance - check verbose output |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3108 +/- ##
========================================
Coverage 91.82% 91.82%
========================================
Files 486 486
Lines 18991 18991
========================================
Hits 17438 17438
Misses 1553 1553 ☔ View full report in Codecov by Sentry. |
dev-requirements.txt
Outdated
@@ -26,5 +26,5 @@ facebook/[email protected] -X subdir -DCMAKE_DIR=build/cmake | |||
[email protected] -DENABLE_TESTING=OFF | |||
pcre,pfultz2/[email protected] -H sha256:d6f7182602a775a7d500a0cedca6449af0400c6493951513046d17615ed0bf11 | |||
danmar/cppcheck@bb2711c22a0be09efe7f1a8da3030876471026c8 -DHAVE_RULES=1 # 2.11 | |||
RadeonOpenCompute/rocm-cmake@5a34e72d9f113eb5d028e740c2def1f944619595 --build | |||
RadeonOpenCompute/rocm-cmake@714b1633c635e2915c3bd9352c5cb54a6a7c5a65 --build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to update the commit hash to the one off of develop.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
I see the following warning for MIGraphX:
I have tried setting cmake_policy in rocm-cmake (inside |
This PR makes changes to MIGraphX to for private libs.